We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14e18a6 commit f5650f5Copy full SHA for f5650f5
.travis.yml
@@ -10,7 +10,6 @@ env:
10
- MOCKERY_VERSION=dev-master
11
- MOCKERY_VERSION=~0.9.0
12
- MOCKERY_VERSION=~0.8.0
13
- - MOCKERY_VERSION=~0.7.0
14
15
php:
16
- 7.0
README.md
@@ -3,6 +3,10 @@
3
This package integrates the function mock library
4
[PHP-Mock](https://github.com/php-mock/php-mock) with Mockery.
5
6
+## Requirements and restrictions
7
+
8
+* Mockery-0.8 or greater.
9
# Installation
Use [Composer](https://getcomposer.org/):
0 commit comments