Skip to content

Commit

Permalink
composer.json - Raise PHP minimum to 7.3
Browse files Browse the repository at this point in the history
For core, it's been 7.3 for a while... and if we're doing cv v0.4 for minor-breaking-thing, then
this is another good minor-breaking-thing.
  • Loading branch information
totten committed Mar 8, 2023
1 parent 7791d5f commit 92f6cb6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
],
"require": {
"php": ">=7.2.0",
"php": ">=7.3.0",
"lesser-evil/shell-verbosity-is-evil": "~1.0",
"symfony/console": "^4",
"symfony/process": "^4",
Expand All @@ -26,7 +26,7 @@
],
"config": {
"platform": {
"php": "7.2.0"
"php": "7.3.0"
},
"bin-dir": "bin",
"allow-plugins": {
Expand Down
8 changes: 4 additions & 4 deletions composer.lock

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

0 comments on commit 92f6cb6

Please sign in to comment.