Skip to content

Commit

Permalink
Accidentally dropped L11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
tonysm committed Mar 6, 2024
1 parent f9f5041 commit a4c57d9
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 @@ -17,11 +17,11 @@
"require": {
"php": "^8.1",
"spatie/laravel-package-tools": "^1.16",
"illuminate/contracts": "^9.0|^10.0"
"illuminate/contracts": "^10.0|^11.0"
},
"require-dev": {
"nunomaduro/collision": "^6.0",
"orchestra/testbench": "^8.0|9.x-dev",
"orchestra/testbench": "^8.0|^9.0",
"phpunit/phpunit": "^10.5"
},
"autoload": {
Expand Down

0 comments on commit a4c57d9

Please sign in to comment.