Skip to content

Commit

Permalink
Merge pull request #5 from TomHAnderson/feature/laravel-9.0
Browse files Browse the repository at this point in the history
Support Laravel 9.0
  • Loading branch information
TomHAnderson authored Mar 7, 2022
2 parents 135ca6e + 4b68ee9 commit dee8467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"require": {
"php": "^8.0",
"doctrine/data-fixtures": "^1.5",
"laravel/framework": "^8.82",
"laravel/framework": "^8.82||^9.0",
"vimeo/psalm": "^4.20"
},
"require-dev": {
Expand Down

0 comments on commit dee8467

Please sign in to comment.