Skip to content

Commit

Permalink
Update for Laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
repat committed Feb 14, 2023
1 parent 6a1abb9 commit f290fb4
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.7
* Version 0.8

## 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.7",
"version" : "0.8",
"authors": [
{"name": "repat", "email": "repat@repat.de"}
],
"require": {
"php": ">=5.6",
"laravel/framework": "^5.7|^6.20.42|^7.30.3|^8.22.1|^9.0"
"laravel/framework": "^5.7|^6.20.42|^7.30.3|^8.22.1|^9.0|^10.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit f290fb4

Please sign in to comment.