Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Added compatibility with PHP 8
  • Loading branch information
debuss committed Feb 19, 2022
1 parent e9b2d2f commit db9506c
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 @@ -19,7 +19,7 @@
}
],
"require": {
"php": "^7.2",
"php": "^7.2|^8.0",
"ext-json": "*",
"ext-libxml": "*",
"ext-simplexml": "*",
Expand Down

0 comments on commit db9506c

Please sign in to comment.