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 67e737a commit f19dd29
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
"name": "OniiCoder",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Laura Tonning",
"email": "[email protected]",
"role": "Developer"
}
],
"repositories": [
Expand All @@ -26,16 +31,15 @@
"astrogoat/cart": "^3.0",
"astrogoat/shopify": "^2.0",
"astrogoat/strata": "^0.7.0",
"illuminate/contracts": "^10",
"illuminate/contracts": "^10|^11.0",
"spatie/laravel-package-tools": "^1.4.3",
"spatie/simple-excel": "^3.2.0"
},
"require-dev": {
"nunomaduro/collision": "^5.3",
"nunomaduro/collision": "^5.3|^8.0",
"orchestra/testbench": "^6.15",
"pestphp/pest": "^1.18",
"pestphp/pest-plugin-laravel": "^1.1",
"spatie/laravel-ray": "^1.23",
"pestphp/pest": "^1.18|^3.0",
"pestphp/pest-plugin-laravel": "^1.1|^3.0",
"vimeo/psalm": "^4.8"
},
"autoload": {
Expand Down

0 comments on commit f19dd29

Please sign in to comment.