Skip to content

Commit e3a8f19

Browse files
Merge pull request #86 from maicol07/master
Allow newer PHP versions
2 parents c330027 + df40e1a commit e3a8f19

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ matrix:
1313
env: setup=stable
1414
- php: 7.4
1515
env: setup=stable
16+
- php: 8.0
17+
env: setup=stable
1618

1719
install:
1820
- if [[ $setup = 'basic' ]]; then travis_retry composer install --no-interaction --prefer-source; fi

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.2.5",
13+
"php": "^7.2.5|^8.0",
1414
"illuminate/support": "^7.0|^8.0",
1515
"illuminate/filesystem": "^7.0|^8.0",
1616
"doctrine/annotations": "~1.2",

0 commit comments

Comments
 (0)