Limit phpunit dev dependency to stable.
This commit is contained in:
parent
a58bceb4aa
commit
7ef4283511
@ -25,7 +25,7 @@
|
|||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"squizlabs/php_codesniffer": "*",
|
"squizlabs/php_codesniffer": "*",
|
||||||
"phpunit/phpunit": "*",
|
"phpunit/phpunit": "3.7.*@stable",
|
||||||
"mockery/mockery": "*"
|
"mockery/mockery": "*"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
Loading…
Reference in New Issue
Block a user