Skip to content

Commit f29ea38

Browse files
committed
using minimum-stability:dev
1 parent b77a570 commit f29ea38

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@
1818
},
1919
"require": {
2020
"php": ">=5.4",
21-
"php-mock/php-mock": "^0.8@dev",
21+
"php-mock/php-mock": "^0.8",
2222
"phpunit/php-text-template": "^1"
2323
},
2424
"require-dev": {
2525
"phpunit/phpunit": "^4"
2626
},
27+
"minimum-stability": "dev",
2728
"extra": {
2829
"branch-alias": {
2930
"dev-master": "0.4-dev"

0 commit comments

Comments
 (0)