mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
Fix dependencies
This commit is contained in:
parent
62419d748d
commit
fdbd6015d8
@ -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:
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user