Skip to content

Commit 003a8c1

Browse files
committed
Add PHP8 support
1 parent 5e0d503 commit 003a8c1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: php
33
php:
44
- 7.3
55
- 7.4
6+
- 8.0
67

78
cache:
89
directories:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"email": "[email protected]"
1313
}],
1414
"require": {
15-
"php": "^7.3",
15+
"php": "^7.3|^8.0",
1616
"illuminate/database": "^8.0",
1717
"illuminate/support": "^8.0",
1818
"mockery/mockery": "^1.3.1"

0 commit comments

Comments
 (0)