Skip to content

Commit

Permalink
Revert PHP 7.4 requirement (it breaks ORCA)
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Nov 30, 2021
1 parent 5fa9174 commit c8a388d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"php": ">=7.4",
"php": ">=7.3",
"ext-json": "*",
"composer-plugin-api": "^2.0",
"composer-runtime-api": "^2.0",
Expand Down
16 changes: 8 additions & 8 deletions composer.lock

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

0 comments on commit c8a388d

Please sign in to comment.