Skip to content

Commit 1239a5f

Browse files
committed
refactor: fix framework version require error
Signed-off-by: Teakowa Gatanothor O'deorain <hub+git@teakowa.dev>
1 parent 6a414a1 commit 1239a5f

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
@@ -5,7 +5,7 @@
55
"require": {
66
"php": "^8.0",
77
"predis/predis": "^1.1",
8-
"laravel/framework": "^8.0 | ^9.0"
8+
"laravel/framework": "^8.0 || ^9.0"
99
},
1010
"require-dev": {
1111
"nunomaduro/phpinsights": "^2.2",

0 commit comments

Comments
 (0)