1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-13 17:34:04 +02:00

Merge branch 'psr7-stream-response' of https://github.com/wolfy-j/image into wolfy-j-psr7-stream-response

This commit is contained in:
Oliver Vogel
2015-06-28 17:50:14 +02:00

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.",