Fix dependencies

This commit is contained in:
Damian Mooyman 2017-07-04 09:18:21 +12:00
parent 62419d748d
commit fdbd6015d8
No known key found for this signature in database
GPG Key ID: 78B823A10DE27D1A
2 changed files with 7 additions and 7 deletions

View File

@ -6,7 +6,7 @@ language: php
env:
global:
- COMPOSER_ROOT_VERSION=1.0.x-dev
- COMPOSER_ROOT_VERSION=4.0.x-dev
- CORE_RELEASE=master
matrix:

View File

@ -20,11 +20,11 @@
}
],
"require": {
"silverstripe/framework": "4.0.x-dev",
"silverstripe/admin": "1.0.x-dev",
"silverstripe/versioned": "1.0.x-dev",
"silverstripe/config": "1.0.x-dev",
"silverstripe/assets": "1.0.x-dev"
"silverstripe/framework": "^4.0@dev",
"silverstripe/admin": "^1.0@dev",
"silverstripe/versioned": "^1.0@dev",
"silverstripe/config": "^1.0@dev",
"silverstripe/assets": "^1.0@dev"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
@ -42,4 +42,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}