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 4b34071 commit ea76bf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ $passwordReset->created_at; // \Carbon\Carbon|null

## Version

* Version 0.1.1
* Version 0.2

## Contact

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"keywords": ["laravel", "eloquent", "password reset", "model", "artisan"],
"homepage": "https://repat.de",
"license": "MIT",
"version" : "0.1.1",
"version" : "0.2",
"authors": [
{"name": "repat", "email": "[email protected]"}
],
"require": {
"php": ">=7.4",
"laravel/framework": "^7.0|^8.0"
"laravel/framework": "^7.0|^8.0|^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit ea76bf4

Please sign in to comment.