We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e2e18d commit b24ed39Copy full SHA for b24ed39
.travis.yml
@@ -2,7 +2,6 @@ language: php
2
sudo: false
3
4
php:
5
- - 7.0
6
- 7.1
7
- 7.2
8
composer.json
@@ -25,7 +25,7 @@
25
}
26
],
27
"require": {
28
- "php": "^7.0",
+ "php": "^7.1",
29
"illuminate/contracts": "^5.6",
30
"symfony/yaml": "^4.1",
31
"justinrainbow/json-schema": "^5.2"
0 commit comments