Skip to content

Commit

Permalink
Downgrade support requirement to PHP 7.2
Browse files Browse the repository at this point in the history
We do not use anything PHP 7.3+ as of yet
  • Loading branch information
theseer committed Mar 3, 2024
1 parent e1da028 commit 8812392
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.3 || ^8.0",
"php": "^7.2 || ^8.0",
"ext-dom": "*",
"ext-phar": "*",
"ext-libxml": "*",
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8812392

Please sign in to comment.