Skip to content

Commit 81e3207

Browse files
authored
Bump required PHP version to 7.3 (#9388)
1 parent eb584b2 commit 81e3207

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

changelog/update-required-php-version

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Significance: patch
2+
Type: dev
3+
Comment: Bump required PHP version to 7.3.
4+
5+

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
},
2222
"require": {
23-
"php": ">=7.2",
23+
"php": ">=7.3",
2424
"ext-json": "*",
2525
"automattic/jetpack-connection": "2.12.4",
2626
"automattic/jetpack-config": "2.0.4",

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)