Skip to content

Commit

Permalink
Merge pull request #17 from always-open/chore/laravel11-dependency
Browse files Browse the repository at this point in the history
Bump Laravel dependency to include v11.
  • Loading branch information
paulrrogers authored Feb 10, 2025
2 parents e3f2a3d + ee038b0 commit 6cda01b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
}
],
"require": {
"php": "~7.3|~8.0.0|~8.1.0|~8.2.0",
"laravel/framework": "^8.0|^9.0|^10.0"
"php": "~7.3|~8.0.0|~8.1.0|~8.2.0|~8.3.0|~8.4.0",
"laravel/framework": "^8.0|^9.0|^10.0|^11.0"
},
"require-dev": {
"mockery/mockery": "~1.0",
Expand Down

0 comments on commit 6cda01b

Please sign in to comment.