mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
updated composer
This commit is contained in:
parent
b8e03ce116
commit
e95cb4f4d4
@ -15,7 +15,7 @@ before_script:
|
|||||||
- phpenv rehash
|
- phpenv rehash
|
||||||
- git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support
|
- git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support
|
||||||
- php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss
|
- php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss
|
||||||
- cd ~/builds/ss
|
- cd ~/builds/ss
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- phpunit silverstripe-blog/tests/
|
- phpunit silverstripe-blog/tests/
|
@ -4,7 +4,7 @@
|
|||||||
"keywords": ["silverstripe", "blog", "news"],
|
"keywords": ["silverstripe", "blog", "news"],
|
||||||
"type": "silverstripe-module",
|
"type": "silverstripe-module",
|
||||||
"require": {
|
"require": {
|
||||||
"silverstripe/cms": ">=3.1.x-dev"
|
"silverstripe/cms": "~3.1"
|
||||||
},
|
},
|
||||||
"license": "BSD-2-Clause",
|
"license": "BSD-2-Clause",
|
||||||
"authors": [
|
"authors": [
|
||||||
|
Loading…
Reference in New Issue
Block a user