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.
2 parents 9dbb964 + 7d7decc commit efa8017Copy full SHA for efa8017
.travis.yml
@@ -2,7 +2,6 @@ language: php
2
sudo: false
3
matrix:
4
include:
5
- - php: 7.0
6
- php: 7.1
7
fast_finish: true
8
before_script:
composer.json
@@ -11,7 +11,7 @@
11
}
12
],
13
"require": {
14
- "php": "~7",
+ "php": "^7.1.4",
15
"psr/log": "^1.0.1",
16
"koded/stdlib": "~3"
17
},
0 commit comments