Skip to content

Commit

Permalink
fix php require in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Nov 3, 2020
1 parent f6b8a55 commit 651ab0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"issues": "https://github.com/oscarotero/Embed/issues"
},
"require": {
"php": "^7.4",
"php": "^7.4|^8",
"ext-curl": "*",
"ext-dom": "*",
"ext-json": "*",
Expand Down

0 comments on commit 651ab0c

Please sign in to comment.