Skip to content

Commit 2b33f56

Browse files
committed
composer.json - Raise PHP minimum to 7.3
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.
1 parent 8ef6ea3 commit 2b33f56

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"php": ">=7.2.0",
12+
"php": ">=7.3.0",
1313
"lesser-evil/shell-verbosity-is-evil": "~1.0",
1414
"symfony/console": "^4",
1515
"symfony/process": "^4",
@@ -26,7 +26,7 @@
2626
],
2727
"config": {
2828
"platform": {
29-
"php": "7.2.0"
29+
"php": "7.3.0"
3030
},
3131
"bin-dir": "bin",
3232
"allow-plugins": {

composer.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)