Skip to content

Commit b1479b5

Browse files
committed
feat: add support for laravel 11
1 parent 12eb487 commit b1479b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.2|^8.1",
13+
"php": "^7.2|^8.1|^8.2",
1414
"codex-team/editor.js": "v2.0.7",
15-
"illuminate/support": "^8.0|^9.0|^10.0"
15+
"illuminate/support": "^8.0|^9.0|^10.0|^11.0"
1616
},
1717
"require-dev": {
1818
"orchestra/testbench": "^6.0",

0 commit comments

Comments
 (0)