Skip to content

Commit

Permalink
chore(deps): Laravel 10 support
Browse files Browse the repository at this point in the history
Adds support for the upcoming release of Laravel 10.
  • Loading branch information
lukeraymonddowning committed Feb 1, 2023
1 parent 99c77d7 commit 326526f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
],
"require": {
"php": "^8.2",
"illuminate/contracts": "^9.46|^10.0",
"laravel/framework": "10.*"
"illuminate/contracts": "^9.46|^10.0"
},
"require-dev": {
"nunomaduro/collision": "^6.0",
Expand Down

0 comments on commit 326526f

Please sign in to comment.