Skip to content

Commit

Permalink
Support to Laravel 11 is added
Browse files Browse the repository at this point in the history
Support to Laravel 9 is removed
  • Loading branch information
norotaro committed Jun 6, 2024
1 parent 0a81187 commit c4facb6
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,15 @@
}
],
"require": {
"php": "^8.1",
"illuminate/support": "^9.0|^10.0",
"php": "^8.2",
"illuminate/support": "^10.0|^11.0",
"javoscript/laravel-macroable-models": "^1.0"
},
"require-dev": {
"laravel/pint": "^1.10",
"mockery/mockery": "^1.6",
"orchestra/testbench": "^8.5",
"pestphp/pest": "^2.9",
"phpstan/phpstan": "^1.10"
"laravel/pint": "^1.16",
"orchestra/testbench": "^7.0|^8.0|^9.1",
"pestphp/pest": "^2.34",
"phpstan/phpstan": "^1.11"
},
"config": {
"sort-packages": true,
Expand Down

0 comments on commit c4facb6

Please sign in to comment.