Skip to content

Commit

Permalink
Allowing Symfony 3
Browse files Browse the repository at this point in the history
  • Loading branch information
weotch committed Feb 19, 2016
1 parent 34f9549 commit 575101e
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
{
"name": "bkwld/croppa",
"description": "Image thumbnail creation through specially formatted URLs for Laravel",
"authors": [{ "name": "Robert Reinhard" } ],
"license": "MIT",
"require": {
"php": ">=5.4.0",
"illuminate/console": "4 - 5",
"illuminate/support": "4 - 5",
"illuminate/routing": "4 - 5",
"league/flysystem": "~1.0",
"symfony/http-foundation": "~2.0",
"symfony/http-kernel": "~2.0",
"weotch/PHPThumb": ">=1.0.5,<2"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
"mockery/mockery": "~0.9"
},
"conflict": {
"league/flysystem-cached-adapter": "<1.0.2"
},
"autoload": {
"psr-0": {
"Bkwld\\Croppa": "src/"
}
},
"minimum-stability": "dev"
}
{
"name": "bkwld/croppa",
"description": "Image thumbnail creation through specially formatted URLs for Laravel",
"authors": [{ "name": "Robert Reinhard" } ],
"license": "MIT",
"require": {
"php": ">=5.4.0",
"illuminate/console": "4 - 5",
"illuminate/support": "4 - 5",
"illuminate/routing": "4 - 5",
"league/flysystem": "~1.0",
"symfony/http-foundation": "2 - 3",
"symfony/http-kernel": "2 - 3",
"weotch/PHPThumb": "^1.0.5"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
"mockery/mockery": "~0.9"
},
"conflict": {
"league/flysystem-cached-adapter": "<1.0.2"
},
"autoload": {
"psr-0": {
"Bkwld\\Croppa": "src/"
}
},
"minimum-stability": "dev"
}

0 comments on commit 575101e

Please sign in to comment.