Skip to content

Commit

Permalink
Allow Laravel 9
Browse files Browse the repository at this point in the history
  • Loading branch information
repat committed Feb 28, 2022
1 parent 152020b commit 66d8b5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -37,7 +37,7 @@ $job->command; // unserialized

## Version

* Version 0.5.1
* Version 0.6

## Contact

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -4,13 +4,13 @@
"keywords": ["laravel", "eloquent", "job", "jobs", "model", "job_fails", "artisan", "queue table"],
"homepage": "https://repat.de",
"license": "MIT",
"version" : "0.5.1",
"version" : "0.6",
"authors": [
{"name": "repat", "email": "repat@repat.de"}
],
"require": {
"php": ">=5.6",
"laravel/framework": "^5.7|^6.0|^7.0|^8.0"
"laravel/framework": "^5.7|^6.0|^7.0|^8.0|^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 66d8b5c

Please sign in to comment.