Skip to content

Commit

Permalink
v3 for Laravel 10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
soap committed Jan 10, 2024
1 parent faabba4 commit b6b19df
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
}
],
"require": {
"php": "^8.0|^8.1",
"php": "^8.1|^8.2",
"spatie/laravel-package-tools": "^1.9.2",
"illuminate/contracts": "^9.0|^10.0",
"illuminate/support": "^9.0|^10.0"
"illuminate/contracts": "^10.0",
"illuminate/support": "^10.0"
},
"require-dev": {
"nunomaduro/collision": "^6.0",
"nunomaduro/larastan": "^2.0.1",
"nunomaduro/larastan": "^2.0.1",git
"orangehill/iseed": "^3.0",
"orchestra/testbench": "^7.0",
"orchestra/testbench": "^8.0",
"pestphp/pest": "^1.21",
"pestphp/pest-plugin-laravel": "^1.1",
"phpstan/extension-installer": "^1.1",
Expand Down

0 comments on commit b6b19df

Please sign in to comment.