Skip to content

Commit 312d9ac

Browse files
committed
Add support for Laravel 12
1 parent 68c993a commit 312d9ac

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,15 @@
55
{
66
"name": "Kris Siepert",
77
"email": "kris.siepert@ueber.io"
8+
},
9+
{
10+
"name": "Martin Kriegeskorte",
11+
"email": "martin.kriegeskorte@tiptap.dev"
812
}
913
],
1014
"require": {
1115
"php": "^7.4|^8.0",
12-
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0"
16+
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0"
1317
},
1418
"autoload": {
1519
"psr-4": {

0 commit comments

Comments
 (0)