Skip to content

Commit

Permalink
Support Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
tonning committed Dec 29, 2024
1 parent 473bd98 commit 23e5ab3
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,15 @@
"require": {
"php": "^8.2",
"astrogoat/strata": "^0.7.12",
"illuminate/contracts": "^8.37 || ^9.9|^10.0",
"illuminate/contracts": "^8.37 || ^9.9|^10.0|^11.0",
"sentry/sentry-laravel": "^4.6",
"spatie/laravel-package-tools": "^1.4.3"
},
"require-dev": {
"nunomaduro/collision": "^5.3|^7.0",
"nunomaduro/collision": "^5.3|^7.0|^8.0",
"orchestra/testbench": "^6.15|^8.5",
"pestphp/pest": "^1.18|^2.16",
"pestphp/pest-plugin-laravel": "^1.1|^2.2",
"spatie/laravel-ray": "^1.23",
"pestphp/pest": "^1.18|^2.16|^3.0",
"pestphp/pest-plugin-laravel": "^1.1|^2.2|^3.0",
"vimeo/psalm": "^4.8|^5.15"
},
"autoload": {
Expand Down

0 comments on commit 23e5ab3

Please sign in to comment.