1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-01 11:30:16 +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": {
"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.",