Skip to content

Commit

Permalink
v 0.1.0 released
Browse files Browse the repository at this point in the history
  • Loading branch information
bartko-s committed Jan 19, 2014
1 parent f8441e3 commit f5078b3
Showing 1 changed file with 40 additions and 37 deletions.
77 changes: 40 additions & 37 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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/"
]
}
}

0 comments on commit f5078b3

Please sign in to comment.