Skip to content

Commit 0f25489

Browse files
committed
Merge branch 'master' into v2
2 parents fc9e943 + 9d6b544 commit 0f25489

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
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
matrix:
910
include:

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
}
1313
],
1414
"require": {
15-
"php": "^7.2",
15+
"php": "^7.2|^8.0",
1616
"illuminate/config": "^5.5|^6.0|^7.0|^8.0",
1717
"illuminate/support": "^5.5|^6.0|^7.0|^8.0",
1818
"illuminate/database": "^5.5|^6.0|^7.0|^8.0"
1919
},
2020
"require-dev": {
2121
"adamwathan/faktory": "0.3.*",
22-
"friendsofphp/php-cs-fixer": "^2.5",
22+
"friendsofphp/php-cs-fixer": "^2.18",
2323
"orchestra/testbench": "^3.0|^4.0|^5.0|^6.0",
24-
"phpunit/phpunit": "^8.0"
24+
"phpunit/phpunit": "^8.0|^9.3.3"
2525
},
2626
"autoload": {
2727
"psr-4": {

0 commit comments

Comments
 (0)