Skip to content

Commit 47a0ae3

Browse files
committed
Updated minimum required PHP version too 5.6
1 parent 83f99ee commit 47a0ae3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
}
199199
],
200200
"require": {
201-
"php": ">=5.4",
201+
"php": ">=5.6",
202202
"ext-json": "*",
203203
"wp-cli/admin-command": "dev-master",
204204
"wp-cli/automated-tests": "dev-master",
@@ -251,7 +251,7 @@
251251
},
252252
"config": {
253253
"platform": {
254-
"php": "5.4"
254+
"php": "5.6"
255255
},
256256
"process-timeout": 7200,
257257
"sort-packages": true

0 commit comments

Comments
 (0)