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.
2 parents 1d1b4c0 + 86a4bff commit d269432Copy full SHA for d269432
.travis.yml
@@ -1,9 +1,10 @@
1
language: php
2
3
php:
4
- - 7.1
5
- 7.2
6
- 7.3
+ - 7.4
7
+ - 8.0
8
- nightly
9
10
env:
@@ -12,6 +13,7 @@ env:
12
13
- COMPOSER_FLAGS=""
14
15
before_script:
16
+ - phpenv config-rm xdebug.ini
17
- travis_retry composer self-update
18
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source
19
composer.json
@@ -16,7 +16,7 @@
}
],
"require": {
- "php": "^7.2.5",
+ "php": ">=7.2.5",
20
"illuminate/console": "5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0",
21
"illuminate/http": "5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0",
22
"illuminate/support": "5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0",
0 commit comments