mirror of
https://github.com/silverstripe/silverstripe-subsites
synced 2024-10-22 09:05:55 +00:00
FIX: subsites v0.4 doesn't work with SilverStripe v3.1
This commit is contained in:
parent
0ad687d375
commit
98c5dab4a4
@ -8,11 +8,6 @@ php:
|
||||
env:
|
||||
- DB=MYSQL CORE_RELEASE=3.0
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- php: 5.4
|
||||
env: DB=MYSQL CORE_RELEASE=master
|
||||
|
||||
before_script:
|
||||
- git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support
|
||||
- php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss
|
||||
|
@ -11,7 +11,7 @@
|
||||
],
|
||||
"require":
|
||||
{
|
||||
"silverstripe/framework": "3.*",
|
||||
"silverstripe/cms": "3.*"
|
||||
"silverstripe/framework": "3.0.*",
|
||||
"silverstripe/cms": "3.0.*"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user