Skip to content

Commit ed72e71

Browse files
authored
Merge pull request #3 from AgentSoftware/feature/laravel-13-support
feat: add Laravel 13 support
2 parents eec7558 + a95fc39 commit ed72e71

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@
3434
"require": {
3535
"php": "8.2.*|8.3.*|8.4.*|8.5.*",
3636
"guzzlehttp/guzzle": "^7.8",
37-
"illuminate/contracts": "^12.0",
37+
"illuminate/contracts": "^12.0|^13.0",
3838
"symfony/psr-http-message-bridge": "^7.0"
3939
},
4040
"require-dev": {
4141
"laravel/pint": "^1.21",
42-
"larastan/larastan": "^v3.1",
43-
"orchestra/testbench": "^10.0",
42+
"larastan/larastan": "^v3.1 || ^v3.9.3",
43+
"orchestra/testbench": "^10.0|^11.0",
4444
"pestphp/pest": "^4.0",
4545
"phpstan/extension-installer": "^1.4",
4646
"phpstan/phpstan-deprecation-rules": "^2.0",

0 commit comments

Comments
 (0)