Skip to content

Commit 949ebf6

Browse files
authored
Merge pull request #7 from digbang/laravel8
Laravel8
2 parents 5bd7fda + f750f74 commit 949ebf6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Version | Supported Laravel Versions
1717
0.2.* | ^5.3.16
1818
0.3.* | \> 5.4 & <=5.8.*
1919
0.4.* | ^6.0 & ^7.0
20+
0.5.* | ^8.0
2021

2122
#### How it Works
2223

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
],
1515
"require": {
1616
"php": ">=7.2",
17-
"illuminate/queue": "^6.0|^7.0",
17+
"illuminate/queue": "^7.0|^8.0",
1818
"laravel-doctrine/orm": "^1.3"
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "^5.3",
22-
"mockery/mockery": "^0.9.4",
21+
"phpunit/phpunit": "^8.0|^9.3",
22+
"mockery/mockery": "^1.3.1",
2323
"satooshi/php-coveralls": "^1.0",
2424
"friendsofphp/php-cs-fixer": "^2.15"
2525
},

0 commit comments

Comments
 (0)