Skip to content

Commit b83a5be

Browse files
committed
Added php 8 support
1 parent 4bdad82 commit b83a5be

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
before_script:
89
- travis_retry composer self-update

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^7.3",
14+
"php": "^7.3|^8.0",
1515
"illuminate/database": ">=8.0",
1616
"illuminate/support": ">=8.0"
1717
},

0 commit comments

Comments
 (0)