Skip to content

Commit 651ab0c

Browse files
committed
fix php require in composer.json
1 parent f6b8a55 commit 651ab0c

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
@@ -24,7 +24,7 @@
2424
"issues": "https://github.com/oscarotero/Embed/issues"
2525
},
2626
"require": {
27-
"php": "^7.4",
27+
"php": "^7.4|^8",
2828
"ext-curl": "*",
2929
"ext-dom": "*",
3030
"ext-json": "*",

0 commit comments

Comments
 (0)