Skip to content

Commit

Permalink
Merge pull request #11 from Ayesh/php8
Browse files Browse the repository at this point in the history
composer.json: Allow PHP 8
  • Loading branch information
theseer committed Jun 27, 2020
2 parents 53e8b05 + b040eac commit 8ae3097
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 @@ -23,7 +23,7 @@
"issues": "https://github.com/phar-io/manifest/issues"
},
"require": {
"php": "^7.2",
"php": "^7.2 || ^8.0",
"ext-dom": "*",
"ext-phar": "*",
"ext-xmlwriter": "*",
Expand Down

0 comments on commit 8ae3097

Please sign in to comment.