1
0
mirror of https://github.com/Intervention/image.git synced 2025-09-08 21:20:46 +02:00

Response and stream commads added.

This commit is contained in:
Wolfy-J
2015-06-28 16:36:06 +03:00
parent bfc49d8702
commit ab4f94de42
5 changed files with 79 additions and 2 deletions

View File

@@ -17,7 +17,8 @@
},
"require-dev": {
"phpunit/phpunit": "3.*",
"mockery/mockery": "~0.9.2"
"mockery/mockery": "~0.9.2",
"guzzlehttp/psr7": "~1.1"
},
"suggest": {
"ext-gd": "to use GD library based image processing.",