Skip to content

Commit

Permalink
Compatible to Laravel 11.
Browse files Browse the repository at this point in the history
  • Loading branch information
Schnoop committed Mar 21, 2024
1 parent 51562f3 commit beace39
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@
}
],
"require": {
"php": "^8.1",
"php": "^8.2",
"chiiya/code-style-php": "^2.18.0",
"illuminate/contracts": "^9.0|^10.0",
"illuminate/contracts": "^9.0|^10.0|^11.0",
"larastan/larastan": "^2.9",
"phpro/grumphp": "^2.5",
"spatie/laravel-package-tools": "^1.16",
"tightenco/tlint": "^9.2"
},
"require-dev": {
"nunomaduro/collision": "^6.0|^7.0",
"orchestra/testbench": "^7.0|^8.0"
"nunomaduro/collision": "^6.0|^7.0|^8.0",
"orchestra/testbench": "^7.0|^8.0|^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit beace39

Please sign in to comment.