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