We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3706135 commit c42c7a7Copy full SHA for c42c7a7
.travis.yml
@@ -3,6 +3,7 @@ language: php
3
php:
4
- 7.3
5
- 7.4
6
+ - 8.0
7
8
env:
9
matrix:
composer.json
@@ -16,7 +16,7 @@
16
}
17
],
18
"require": {
19
- "php": "^7.3",
+ "php": "^7.3|^8.0",
20
"illuminate/container": "^6.0|^7.0|^8.0",
21
"illuminate/database": "^6.0|^7.0|^8.0",
22
"illuminate/log": "^6.0|^7.0|^8.0",
@@ -29,7 +29,7 @@
29
"laminas/laminas-mail": "^2.13",
30
"mockery/mockery": "^1.2",
31
"orchestra/testbench": "^4.0|^5.0",
32
- "phpunit/phpunit": "^7.0|^8.0"
+ "phpunit/phpunit": "^7.0|^8.0|^9.3"
33
},
34
"autoload": {
35
"psr-4": {
0 commit comments