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 b36c56d commit 69b9f61Copy full SHA for 69b9f61
.travis.yml
@@ -10,7 +10,6 @@ php:
10
- 7.0
11
- 5.6
12
- 5.5
13
- - 5.4
14
- hhvm
15
16
matrix:
composer.json
@@ -17,7 +17,7 @@
17
"psr-4": {"phpmock\\integration\\": "classes/"}
18
},
19
"require": {
20
- "php": ">=5.4",
+ "php": ">=5.5",
21
"php-mock/php-mock": "^0.8",
22
"phpunit/php-text-template": "^1"
23
0 commit comments