diff options
author | sybio <clement.guillemain@gmail.com> | 2012-11-30 09:57:46 +0100 |
---|---|---|
committer | sybio <clement.guillemain@gmail.com> | 2012-11-30 09:57:46 +0100 |
commit | b551472da2a168fe7465327ab95b023b97bdc2bb (patch) | |
tree | 0f47490fa2417a46e7260de7b48afdb367a4e33e | |
parent | affd2e61dde367a22b791f7a4a12db1a4d9fb1ec (diff) | |
download | ImageWorkshop-b551472da2a168fe7465327ab95b023b97bdc2bb.zip ImageWorkshop-b551472da2a168fe7465327ab95b023b97bdc2bb.tar.gz ImageWorkshop-b551472da2a168fe7465327ab95b023b97bdc2bb.tar.bz2 |
Add version to composer.json
-rw-r--r-- | composer.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/composer.json b/composer.json index 902ccec..78364f4 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,6 @@ { "name": "sybio/image-workshop", + "version": "2.0.0", "type": "library", "description": "Powerful PHP class using GD library to work easily with images including layer notion (like Photoshop or GIMP)", "keywords": ["image", "thumbnail", "watermark", "resize", "crop", "rotate", "library", "GD", "class"], |