Skip to content

Commit

Permalink
Update for Laravel 7
Browse files Browse the repository at this point in the history
  • Loading branch information
repat committed May 4, 2020
1 parent f432c50 commit 46b2172
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 @@ -31,7 +31,7 @@ $job->command; // unserialized
* MIT, see [LICENSE](https://github.com/repat/laravel-job-models/blob/master/LICENSE)

## Version
* Version 0.2
* Version 0.3

## Contact
#### repat
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.2",
"version" : "0.3",
"authors": [
{"name": "repat", "email": "repat@repat.de"}
],
"require": {
"php": ">=5.6",
"laravel/framework": "^5.0 | ^6.0"
"laravel/framework": "^5.0 | ^6.0 | ^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 46b2172

Please sign in to comment.