From f5078b317d47d4aad37e464c61134fd5ba040b83 Mon Sep 17 00:00:00 2001 From: Stefan Bartko Date: Sun, 19 Jan 2014 22:13:30 +0100 Subject: [PATCH] v 0.1.0 released --- composer.json | 77 ++++++++++++++++++++++++++------------------------- 1 file changed, 40 insertions(+), 37 deletions(-) diff --git a/composer.json b/composer.json index 5411886..31e8be7 100644 --- a/composer.json +++ b/composer.json @@ -1,37 +1,40 @@ -{ - "name": "stefano/stefano-image", - "description": "Image processing", - "version": "0.0.2-dev", - "license": "BSD-3-Clause", - "keywords": [ - "image", - "resize" - ], - "support": { - "source": "https://github.com/bartko-s/stefano-image", - "issues": "https://github.com/bartko-s/stefano-image/issues" - }, - "homepage": "https://github.com/bartko-s/stefano-image", - "authors": [ - { - "name": "Štefan Bartko" - } - ], - "require": { - "php": ">=5.3.0" - }, - "require-dev": { - "phpunit/PHPUnit": ">=3.7.0", - "mockery/mockery": ">=0.8.0", - "satooshi/php-coveralls": "dev-master" - }, - "autoload": { - "psr-0": { - "StefanoImage\\": "src/", - "StefanoImageTest\\": "tests/" - }, - "classmap": [ - "./src/" - ] - } -} +{ + "name": "stefano/stefano-image", + "description": "Image processing", + "version": "0.1.0", + "license": "BSD-3-Clause", + "keywords": [ + "image", + "resize", + "pad", + "adaptive resize", + "watermark" + ], + "support": { + "source": "https://github.com/bartko-s/stefano-image", + "issues": "https://github.com/bartko-s/stefano-image/issues" + }, + "homepage": "https://github.com/bartko-s/stefano-image", + "authors": [ + { + "name": "Štefan Bartko" + } + ], + "require": { + "php": ">=5.3.0" + }, + "require-dev": { + "phpunit/PHPUnit": ">=3.7.0", + "mockery/mockery": ">=0.8.0", + "satooshi/php-coveralls": "dev-master" + }, + "autoload": { + "psr-0": { + "StefanoImage\\": "src/", + "StefanoImageTest\\": "tests/" + }, + "classmap": [ + "./src/" + ] + } +}