Skip to content

Commit d269432

Browse files
authored
Merge pull request #76 from tortuetorche/patch-1
PHP 8.0 support 🚀
2 parents 1d1b4c0 + 86a4bff commit d269432

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
language: php
22

33
php:
4-
- 7.1
54
- 7.2
65
- 7.3
6+
- 7.4
7+
- 8.0
78
- nightly
89

910
env:
@@ -12,6 +13,7 @@ env:
1213
- COMPOSER_FLAGS=""
1314

1415
before_script:
16+
- phpenv config-rm xdebug.ini
1517
- travis_retry composer self-update
1618
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source
1719

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.2.5",
19+
"php": ">=7.2.5",
2020
"illuminate/console": "5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0",
2121
"illuminate/http": "5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0",
2222
"illuminate/support": "5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0",

0 commit comments

Comments
 (0)