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 30, 2024
1 parent 019d0d7 commit c5aa791
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 @@ -26,16 +26,15 @@
"php": "^8.3",
"astrogoat/marketing": "^1.0.0",
"astrogoat/strata": "^0.7.78",
"illuminate/contracts": "^10.0",
"illuminate/contracts": "^10.0|^11.0",
"spatie/laravel-package-tools": "^1.4.3",
"spatie/mailcoach-sdk-php": "^1.7"
},
"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 c5aa791

Please sign in to comment.