We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5bd7fda + f750f74 commit 949ebf6Copy full SHA for 949ebf6
README.md
@@ -17,6 +17,7 @@ Version | Supported Laravel Versions
17
0.2.* | ^5.3.16
18
0.3.* | \> 5.4 & <=5.8.*
19
0.4.* | ^6.0 & ^7.0
20
+0.5.* | ^8.0
21
22
#### How it Works
23
composer.json
@@ -14,12 +14,12 @@
14
],
15
"require": {
16
"php": ">=7.2",
- "illuminate/queue": "^6.0|^7.0",
+ "illuminate/queue": "^7.0|^8.0",
"laravel-doctrine/orm": "^1.3"
},
"require-dev": {
- "phpunit/phpunit": "^5.3",
- "mockery/mockery": "^0.9.4",
+ "phpunit/phpunit": "^8.0|^9.3",
+ "mockery/mockery": "^1.3.1",
"satooshi/php-coveralls": "^1.0",
24
"friendsofphp/php-cs-fixer": "^2.15"
25
0 commit comments