Skip to content

Commit e74deda

Browse files
committed
Add PHP8 support
1 parent b5b2ec7 commit e74deda

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
@@ -4,6 +4,7 @@ php:
44
- 7.2
55
- 7.3
66
- 7.4
7+
- 8.0
78

89
cache:
910
directories:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"email": "dmitry.g.ivanov@gmail.com"
1313
}],
1414
"require": {
15-
"php": "^7.2.5",
15+
"php": "^7.2.5|^8.0",
1616
"illuminate/support": "^7.0",
1717
"illuminate/database": "^7.0",
1818
"mockery/mockery": "^1.2"

0 commit comments

Comments
 (0)