Skip to content

Commit b2f292c

Browse files
Luca Critelliclaude
andcommitted
feat: add Laravel 12 support
Add illuminate/contracts ^12.0 constraint to enable compatibility with Laravel 12.x framework while maintaining backward compatibility with Laravel 9, 10, and 11. This preserves the custom semicolon fix for schema dumps (commit a94c0d4) which is not present in upstream ylsideas/cockroachdb-laravel. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 96d084e commit b2f292c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"require": {
2020
"php": "^8.2",
2121
"spatie/laravel-package-tools": "^1.9.2",
22-
"illuminate/contracts": "11.*|10.*|9.*"
22+
"illuminate/contracts": "12.*|11.*|10.*|9.*"
2323
},
2424
"require-dev": {
2525
"doctrine/dbal": "^3.2",

0 commit comments

Comments
 (0)