Skip to content

Commit a95fc39

Browse files
BJTheCod3rclaude
andcommitted
feat: add Laravel 13 support
Update dependency constraints to support Laravel 13 alongside Laravel 12: - illuminate/contracts: ^12.0 → ^12.0|^13.0 - orchestra/testbench: ^10.0 → ^10.0|^11.0 - larastan/larastan: ^v3.1 → ^v3.1 || ^v3.9.3 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent eec7558 commit a95fc39

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)