From af37651bae0a77b250de2fac5231b1d808a65e63 Mon Sep 17 00:00:00 2001 From: AntikCz Date: Fri, 2 Jan 2015 16:05:36 +0100 Subject: [PATCH] Added support for composer. --- README.md | 5 +++++ composer.json | 20 ++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 composer.json diff --git a/README.md b/README.md index 317e750..e3c9553 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ ##Installation +With composer: +```php +composer require webchemistry\images:@dev +``` + Config.neon: ```yaml extensions: diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..b5b9c94 --- /dev/null +++ b/composer.json @@ -0,0 +1,20 @@ +{ + "name": "webchemistry/images", + "type": "library", + "description": "Images storage for easily uploading, deleting and manilpulation.", + "license": ["GPL-3.0"], + "support": { + "email": "antik494@gmail.com", + "issues": "https://github.com/AntikCz/WebChemistry-Images/issues" + }, + "keywords": ["images", "storage", "responsive"], + "authors": [ + { + "name": "Antik", + "email": "antik494@gmail.com" + } + ], + "autoload": { + "classmap": ["src/"] + } +} \ No newline at end of file