Skip to content

Commit c42c7a7

Browse files
committed
Add PHP 8.0 support
1 parent 3706135 commit c42c7a7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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
env:
89
matrix:

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.3",
19+
"php": "^7.3|^8.0",
2020
"illuminate/container": "^6.0|^7.0|^8.0",
2121
"illuminate/database": "^6.0|^7.0|^8.0",
2222
"illuminate/log": "^6.0|^7.0|^8.0",
@@ -29,7 +29,7 @@
2929
"laminas/laminas-mail": "^2.13",
3030
"mockery/mockery": "^1.2",
3131
"orchestra/testbench": "^4.0|^5.0",
32-
"phpunit/phpunit": "^7.0|^8.0"
32+
"phpunit/phpunit": "^7.0|^8.0|^9.3"
3333
},
3434
"autoload": {
3535
"psr-4": {

0 commit comments

Comments
 (0)