mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Merge pull request #3104 from willmorgan/patch-5
MINOR Use composer @stable for PHPUnit
This commit is contained in:
commit
dd638014a4
@ -20,7 +20,7 @@
|
|||||||
"composer/installers": "*"
|
"composer/installers": "*"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/PHPUnit": "~3.7"
|
"phpunit/PHPUnit": "~3.7@stable"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"classmap": ["tests/behat/features/bootstrap"]
|
"classmap": ["tests/behat/features/bootstrap"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user