Skip to content

Commit

Permalink
Merge pull request #11 from ChrisAndreotti/allow-php-8
Browse files Browse the repository at this point in the history
Update composer.json to allow for PHP 8.0.1
  • Loading branch information
chojnicki authored Jan 27, 2021
2 parents 26b6e73 + 7115364 commit 7faf3d5
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 @@ -11,7 +11,7 @@
}
],
"require": {
"php": "^7.0",
"php": ">=7.0",
"ext-dom": "*",
"ext-libxml": "*",
"ext-json": "*"
Expand Down

0 comments on commit 7faf3d5

Please sign in to comment.