Skip to content

Commit 4032dbd

Browse files
fix: remove comma from composer
1 parent fc732b1 commit 4032dbd

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
@@ -21,7 +21,7 @@
2121
],
2222
"require": {
2323
"oobook/manage-eloquent": "^1.0",
24-
"php": "^8.0|^8.1|^8.2|^8.3",
24+
"php": "^8.0|^8.1|^8.2|^8.3"
2525
},
2626
"require-dev": {
2727
"doctrine/dbal": "^3.9",

0 commit comments

Comments
 (0)