Skip to content

Commit 47bb91d

Browse files
committed
add support php 8 & laravel 9
1 parent d880358 commit 47bb91d

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
@@ -10,9 +10,9 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.4",
13+
"php": "^7.4|^8",
1414
"codex-team/editor.js": "dev-master",
15-
"illuminate/support": "^6|^7|^8"
15+
"illuminate/support": "^6|^7|^8|^9"
1616
},
1717
"require-dev": {
1818
"orchestra/testbench": "^6.0",

0 commit comments

Comments
 (0)