Skip to content

Commit 7376592

Browse files
Merge pull request alaminfirdows#11 from syahid-dev/master
feat: add support for Laravel 11
2 parents 12eb487 + b1479b5 commit 7376592

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)