Skip to content

Commit f3d67a3

Browse files
committed
Support Mockery-1.0
Closes #5
1 parent 7f19ae3 commit f3d67a3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ cache:
88

99
env:
1010
- MOCKERY_VERSION=dev-master
11+
- MOCKERY_VERSION=~1.0.0
1112
- MOCKERY_VERSION=~0.9.0
1213
- MOCKERY_VERSION=~0.8.0
1314

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"require": {
2020
"php": ">=5.6",
21-
"mockery/mockery": "^0.9",
21+
"mockery/mockery": "^1",
2222
"php-mock/php-mock-integration": "^1"
2323
},
2424
"require-dev": {

0 commit comments

Comments
 (0)