Update dependency constraints in composer.json

This commit is contained in:
Robbie Averill 2018-02-02 12:52:19 +13:00 committed by GitHub
parent 33746e0cd7
commit e491042d3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,15 +17,14 @@
],
"require": {
"php": ">=5.6",
"composer/installers": "*",
"silverstripe/framework": "4.0.x-dev",
"silverstripe/framework": "^4",
"guzzlehttp/guzzle": "~6.3.0",
"symfony/event-dispatcher": "^2.6.0@stable",
"symfony/http-foundation": "^2.6.0",
"silverstripe/assets": "^1"
},
"require-dev": {
"phpunit/phpunit": "~5.0"
"phpunit/phpunit": "^5.7"
},
"suggest": {
"ext-fileinfo": "Improved support for file mime detection"