1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-11 16:34:00 +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": { "require": {
"php": ">=5.4.0", "php": ">=5.4.0",
"ext-fileinfo": "*" "ext-fileinfo": "*",
"guzzlehttp/psr7": "~1.1"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "3.*", "phpunit/phpunit": "3.*",
"mockery/mockery": "~0.9.2", "mockery/mockery": "~0.9.2"
"guzzlehttp/psr7": "~1.1"
}, },
"suggest": { "suggest": {
"ext-gd": "to use GD library based image processing.", "ext-gd": "to use GD library based image processing.",