Skip to content

Commit

Permalink
support laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
HelgeSverre committed Apr 20, 2024
1 parent 3e01d45 commit b295766
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,16 @@
],
"require": {
"php": "^8.2",
"saloonphp/laravel-plugin": "^v3.0.0",
"spatie/laravel-data": "^3.10",
"spatie/laravel-package-tools": "^1.14.0"
"laravel/framework": "^10",
"saloonphp/laravel-plugin": "^v3.5",
"spatie/laravel-data": "^3|^4",
"spatie/laravel-package-tools": "^1.16"
},
"require-dev": {
"laravel/pint": "^1.0",
"nunomaduro/collision": "^7.8",
"nunomaduro/collision": "^7|^8",
"larastan/larastan": "^2.0.1",
"orchestra/testbench": "^8.8",
"orchestra/testbench": "^8.0|^9.0",
"pestphp/pest": "^2.20",
"pestphp/pest-plugin-arch": "^2.0",
"pestphp/pest-plugin-laravel": "^2.0",
Expand Down

0 comments on commit b295766

Please sign in to comment.