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.
2 parents fc9e943 + 9d6b544 commit 0f25489Copy full SHA for 0f25489
.travis.yml
@@ -4,6 +4,7 @@ php:
4
- 7.2
5
- 7.3
6
- 7.4
7
+ - 8.0
8
9
matrix:
10
include:
composer.json
@@ -12,16 +12,16 @@
12
}
13
],
14
"require": {
15
- "php": "^7.2",
+ "php": "^7.2|^8.0",
16
"illuminate/config": "^5.5|^6.0|^7.0|^8.0",
17
"illuminate/support": "^5.5|^6.0|^7.0|^8.0",
18
"illuminate/database": "^5.5|^6.0|^7.0|^8.0"
19
},
20
"require-dev": {
21
"adamwathan/faktory": "0.3.*",
22
- "friendsofphp/php-cs-fixer": "^2.5",
+ "friendsofphp/php-cs-fixer": "^2.18",
23
"orchestra/testbench": "^3.0|^4.0|^5.0|^6.0",
24
- "phpunit/phpunit": "^8.0"
+ "phpunit/phpunit": "^8.0|^9.3.3"
25
26
"autoload": {
27
"psr-4": {
0 commit comments