Skip to content

Commit 3336366

Browse files
committed
upgrade to PHP-Mock-1 and PHP-Unit-5
1 parent 024c6c1 commit 3336366

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
@@ -19,10 +19,10 @@
1919
"require": {
2020
"php": ">=5.5",
2121
"mockery/mockery": "^0.9",
22-
"php-mock/php-mock-integration": "^0.4"
22+
"php-mock/php-mock-integration": "^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)