Skip to content

Commit

Permalink
Merge pull request #4 from vemaeg/feature/php-8-support
Browse files Browse the repository at this point in the history
Allow php ^8.0
  • Loading branch information
thirsch authored Sep 24, 2021
2 parents 0ffd4bb + 819a7c3 commit 0f7453d
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 @@ -26,7 +26,7 @@
}
],
"require": {
"php": ">=7.0.8 <7.5",
"php": "^7.0.8 || ^8.0",
"ext-dom": "*",
"ext-json": "*",
"ext-simplexml": "*",
Expand Down

0 comments on commit 0f7453d

Please sign in to comment.