We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c330027 + df40e1a commit e3a8f19Copy full SHA for e3a8f19
.travis.yml
@@ -13,6 +13,8 @@ matrix:
13
env: setup=stable
14
- php: 7.4
15
16
+ - php: 8.0
17
+ env: setup=stable
18
19
install:
20
- if [[ $setup = 'basic' ]]; then travis_retry composer install --no-interaction --prefer-source; fi
composer.json
@@ -10,7 +10,7 @@
10
}
11
],
12
"require": {
- "php": "^7.2.5",
+ "php": "^7.2.5|^8.0",
"illuminate/support": "^7.0|^8.0",
"illuminate/filesystem": "^7.0|^8.0",
"doctrine/annotations": "~1.2",
0 commit comments