We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c7d5993 + 4610949 commit e7ff37cCopy full SHA for e7ff37c
2 files changed
.travis.yml
@@ -1,7 +1,6 @@
1
language: php
2
3
php:
4
- - 7.1
5
- 7.2
6
7
env:
composer.json
@@ -17,8 +17,8 @@
17
}
18
],
19
"require": {
20
- "php": "^7.1",
21
- "illuminate/support": "~5.6.0|~5.7.0|~5.8.0"
+ "php": "^7.2",
+ "illuminate/support": "~5.6.0|~5.7.0|~5.8.0|^6.0"
22
},
23
"require-dev": {
24
"orchestra/testbench": "^3.6",
0 commit comments