1
0
mirror of https://github.com/Intervention/image.git synced 2025-07-31 11:00:12 +02:00

composer.json fixed

This commit is contained in:
Wolfy-J
2015-06-28 18:47:15 +03:00
parent 0be72eaea5
commit cce7d4088c

View File

@@ -13,12 +13,12 @@
],
"require": {
"php": ">=5.4.0",
"ext-fileinfo": "*"
"ext-fileinfo": "*",
"guzzlehttp/psr7": "~1.1"
},
"require-dev": {
"phpunit/phpunit": "3.*",
"mockery/mockery": "~0.9.2",
"guzzlehttp/psr7": "~1.1"
"mockery/mockery": "~0.9.2"
},
"suggest": {
"ext-gd": "to use GD library based image processing.",