diff --git a/composer.json b/composer.json
index 2020779623..ccc0e2a796 100644
a
|
b
|
|
9 | 9 | "support": { |
10 | 10 | "issues": "https://core.trac.wordpress.org/" |
11 | 11 | }, |
| 12 | "require": { |
| 13 | "php": ">=5.6" |
| 14 | }, |
12 | 15 | "require-dev": { |
13 | 16 | "dealerdirect/phpcodesniffer-composer-installer": "~0.5.0", |
14 | 17 | "wp-coding-standards/wpcs": "~2.1.0" |
diff --git a/composer.lock b/composer.lock
index a6cf6d0905..9e33eb07ab 100644
a
|
b
|
|
4 | 4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", |
5 | 5 | "This file is @generated automatically" |
6 | 6 | ], |
7 | | "content-hash": "54fbee5534d4ee1d332bb374c5442e79", |
| 7 | "content-hash": "56c797c5309702adf0f49bd274a364f3", |
8 | 8 | "packages": [], |
9 | 9 | "packages-dev": [ |
10 | 10 | { |
… |
… |
|
175 | 175 | "stability-flags": [], |
176 | 176 | "prefer-stable": false, |
177 | 177 | "prefer-lowest": false, |
178 | | "platform": [], |
| 178 | "platform": { |
| 179 | "php": ">=5.6" |
| 180 | }, |
179 | 181 | "platform-dev": [] |
180 | 182 | } |