Skip to content

Commit 5e39b6b

Browse files
HelgeSverreclaude
andcommitted
Add Laravel 12 support
Update composer.json to include Laravel 12 in version constraints for illuminate/contracts and illuminate/support packages. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 5887a1b commit 5e39b6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"require": {
1919
"php": "^8.2",
2020
"guzzlehttp/guzzle": "^7.8",
21-
"illuminate/contracts": "^10.0|^11.0",
22-
"illuminate/support": "^10.0|^11.0",
21+
"illuminate/contracts": "^10.0|^11.0|^12.0",
22+
"illuminate/support": "^10.0|^11.0|^12.0",
2323
"livewire/livewire": "^3.0",
2424
"spatie/laravel-data": "^3.9",
2525
"spatie/laravel-package-tools": "^1.14.0",

0 commit comments

Comments
 (0)