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