Skip to content

Commit 8b0136c

Browse files
Merge pull request #140 from lakuapik/2.x-php8
Added PHP 8 Support from 2.x branch
2 parents 750e891 + 0dff171 commit 8b0136c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ matrix:
2121
- php: 7.4
2222
- php: 7.4
2323
env: setup=lowest
24+
- php: 8.0
25+
- php: 8.0
26+
env: setup=lowest
2427

2528
cache:
2629
directories:

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.1.3",
19+
"php": "^7.1.3 || ^8.0",
2020
"illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0"
2121
},
2222
"require-dev": {

0 commit comments

Comments
 (0)