mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
API: Update module to require ss4
As part of this we’re also requiring lumberjack 2 and tagfield 2, which are the ss4-compatible versions.
This commit is contained in:
parent
44c0c8c25e
commit
23db75caa6
15
.travis.yml
15
.travis.yml
@ -12,7 +12,7 @@ before_install:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- DB=MYSQL CORE_RELEASE=3.1
|
- DB=MYSQL CORE_RELEASE=4
|
||||||
|
|
||||||
# Turn coverage off by default, as it's expensive time wise
|
# Turn coverage off by default, as it's expensive time wise
|
||||||
- COVERAGE=0
|
- COVERAGE=0
|
||||||
@ -21,8 +21,6 @@ env:
|
|||||||
- MODULE_PATH=blog
|
- MODULE_PATH=blog
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
|
||||||
- php: hhvm-nightly
|
|
||||||
include:
|
include:
|
||||||
- php: 5.6
|
- php: 5.6
|
||||||
env: DB=MYSQL COVERAGE=1
|
env: DB=MYSQL COVERAGE=1
|
||||||
@ -30,17 +28,6 @@ matrix:
|
|||||||
env: DB=MYSQL
|
env: DB=MYSQL
|
||||||
- php: 5.6
|
- php: 5.6
|
||||||
env: DB=PGSQL
|
env: DB=PGSQL
|
||||||
- php: 5.6
|
|
||||||
env: DB=MYSQL CORE_RELEASE=3.2
|
|
||||||
- php: 5.6
|
|
||||||
env: DB=PGSQL CORE_RELEASE=3.2
|
|
||||||
- php: 5.4
|
|
||||||
env: DB=SQLITE
|
|
||||||
- php: 5.3
|
|
||||||
env: DB=MYSQL
|
|
||||||
- php: hhvm
|
|
||||||
env: DB=MYSQL
|
|
||||||
|
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- phpenv rehash
|
- phpenv rehash
|
||||||
|
@ -8,16 +8,16 @@
|
|||||||
],
|
],
|
||||||
"type": "silverstripe-module",
|
"type": "silverstripe-module",
|
||||||
"require": {
|
"require": {
|
||||||
"silverstripe/cms": "^3.1.0",
|
"silverstripe/cms": "^4",
|
||||||
"silverstripe/lumberjack": "~1.1",
|
"silverstripe/lumberjack": "^2",
|
||||||
"silverstripe/tagfield": "^1.0"
|
"silverstripe/tagfield": "^2"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/PHPUnit": "~3.7@stable"
|
"phpunit/PHPUnit": "~3.7@stable"
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "2.4.x-dev"
|
"dev-master": "3.x-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license": "BSD-2-Clause",
|
"license": "BSD-2-Clause",
|
||||||
|
Loading…
Reference in New Issue
Block a user