Merge pull request #41 from silverstripe/pulls/3.0/constraints

Update dependency constraints in composer.json
This commit is contained in:
Dylan Wagstaff 2018-02-02 14:44:19 +13:00 committed by GitHub
commit 31925d654e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

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"