Skip to content

Commit

Permalink
Support Laravel 10 (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: Shift <shift@laravelshift.com>
  • Loading branch information
tonning and laravel-shift committed Aug 25, 2023
1 parent dedb7f5 commit f9e9ac0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Expand Up @@ -29,16 +29,16 @@
"php": "^8.1",
"astrogoat/strata": "^0.3.0|^0.4.0",
"illuminate/contracts": "^8.37 || ^9.9 || ^10.0",
"laravel/cashier": "^13.17",
"laravel/cashier": "^13.17|^14.12",
"spatie/laravel-package-tools": "^1.4.3"
},
"require-dev": {
"nunomaduro/collision": "^5.3",
"orchestra/testbench": "^6.15",
"pestphp/pest": "^1.18",
"pestphp/pest-plugin-laravel": "^1.1",
"nunomaduro/collision": "^5.3|^7.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",
"vimeo/psalm": "^4.8"
"vimeo/psalm": "^4.8|^5.15"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit f9e9ac0

Please sign in to comment.