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 4842486 commit 4bddb9bCopy full SHA for 4bddb9b
.travis.yml
@@ -1,7 +1,6 @@
1
language: php
2
3
php:
4
- - 7.0
5
- 7.1
6
7
env:
composer.json
@@ -10,7 +10,7 @@
10
}
11
],
12
"require": {
13
- "php": "^7.0",
+ "php": "^7.1",
14
"illuminate/database": "~5.5.0|~5.6.0",
15
"illuminate/support": "~5.5.0|~5.6.0"
16
},
0 commit comments