mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Use composer @stable for PHPUnit
Using stable will allow some packages to be downloaded as zips instead of clones all the time.
This commit is contained in:
parent
733e2e82be
commit
0c2332f8bd
@ -20,6 +20,6 @@
|
||||
"composer/installers": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/PHPUnit": "~3.7"
|
||||
"phpunit/PHPUnit": "~3.7@stable"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user