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:
@@ -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.",
|
||||
|
Reference in New Issue
Block a user