Skip to content

Commit

Permalink
add php 8 support to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
panakour authored Jan 30, 2022
1 parent 43cf260 commit 88e57d6
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 @@ -13,7 +13,7 @@
"ext-dom": "*",
"ext-libxml": "*",
"ext-json": "*",
"php": "^7.2",
"php": "^7.2|^8.0",
"guzzlehttp/guzzle": "~6.0",
"ezyang/htmlpurifier": "^4.10",
"symfony/dom-crawler": "^4.0"
Expand Down

0 comments on commit 88e57d6

Please sign in to comment.