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 a080e7f commit 67903c0Copy full SHA for 67903c0
.travis.yml
@@ -1,13 +1,13 @@
1
language: php
2
3
php:
4
- - 7.1
5
- 7.2
6
- 7.3
+ - 7.4
7
8
matrix:
9
include:
10
- - php: 7.1
+ - php: 7.2
11
env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'
12
allow_failures:
13
- php: nightly
composer.json
@@ -12,7 +12,7 @@
}
],
14
"require": {
15
- "php": "^7.1.3",
+ "php": "^7.2",
16
"illuminate/config": "^5.5|^6.0|^7.0|^8.0",
17
"illuminate/support": "^5.5|^6.0|^7.0|^8.0",
18
"illuminate/database": "^5.5|^6.0|^7.0|^8.0"
0 commit comments