Skip to content

Commit e83fb65

Browse files
committed
upgrade to PHP-Mock-1 and PHP-Unit-5
1 parent 69b9f61 commit e83fb65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
},
1919
"require": {
2020
"php": ">=5.5",
21-
"php-mock/php-mock": "^0.8",
21+
"php-mock/php-mock": "^1",
2222
"phpunit/php-text-template": "^1"
2323
},
2424
"require-dev": {
25-
"phpunit/phpunit": "^4"
25+
"phpunit/phpunit": "^4|^5"
2626
},
2727
"archive": {
2828
"exclude": ["/tests"]

0 commit comments

Comments
 (0)