diff --git composer.json composer.json
index 2020779623..0d30d0aff3 100644
|
|
|
9 | 9 | "support": { |
10 | 10 | "issues": "https://core.trac.wordpress.org/" |
11 | 11 | }, |
| 12 | "require": { |
| 13 | "ext-date": "*", |
| 14 | "ext-dom": "*", |
| 15 | "ext-filter": "*", |
| 16 | "ext-ftp": "*", |
| 17 | "ext-gd": "*", |
| 18 | "ext-hash": "*", |
| 19 | "ext-json": "*", |
| 20 | "ext-mbstring": "*", |
| 21 | "ext-mysqli": "*", |
| 22 | "ext-posix": "*", |
| 23 | "ext-SimpleXML": "*", |
| 24 | "ext-sockets": "*", |
| 25 | "ext-SPL": "*", |
| 26 | "ext-tokenizer": "*", |
| 27 | "ext-xml": "*", |
| 28 | "ext-xmlreader": "*", |
| 29 | "ext-zlib": "*", |
| 30 | "lib-curl": "*", |
| 31 | "lib-iconv": "*", |
| 32 | "lib-libxml": "*", |
| 33 | "lib-openssl": "*", |
| 34 | "lib-pcre": "*" |
| 35 | }, |
12 | 36 | "require-dev": { |
13 | 37 | "dealerdirect/phpcodesniffer-composer-installer": "~0.5.0", |
14 | 38 | "wp-coding-standards/wpcs": "~2.1.0" |
15 | 39 | }, |
| 40 | "suggest": { |
| 41 | "ext-ssh2": "*", |
| 42 | "ext-exif": "*", |
| 43 | "ext-imagick": "* || It's possible to use gmagick extension instead, but not both at the same time." |
| 44 | }, |
16 | 45 | "scripts": { |
17 | 46 | "format": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcbf --report=summary,source --cache -d memory_limit=256M", |
18 | 47 | "lint": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs --report=summary,source --cache -d memory_limit=256M", |
diff --git composer.lock composer.lock
index a6cf6d0905..2304104a66 100644
|
|
|
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": "255cd790861085659e3e24c2c1771bf1", |
8 | 8 | "packages": [], |
9 | 9 | "packages-dev": [ |
10 | 10 | { |
… |
… |
|
75 | 75 | }, |
76 | 76 | { |
77 | 77 | "name": "squizlabs/php_codesniffer", |
78 | | "version": "3.4.0", |
| 78 | "version": "3.4.2", |
79 | 79 | "source": { |
80 | 80 | "type": "git", |
81 | 81 | "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", |
82 | | "reference": "379deb987e26c7cd103a7b387aea178baec96e48" |
| 82 | "reference": "b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8" |
83 | 83 | }, |
84 | 84 | "dist": { |
85 | 85 | "type": "zip", |
86 | | "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/379deb987e26c7cd103a7b387aea178baec96e48", |
87 | | "reference": "379deb987e26c7cd103a7b387aea178baec96e48", |
| 86 | "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8", |
| 87 | "reference": "b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8", |
88 | 88 | "shasum": "" |
89 | 89 | }, |
90 | 90 | "require": { |
… |
… |
|
117 | 117 | } |
118 | 118 | ], |
119 | 119 | "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", |
120 | | "homepage": "http://www.squizlabs.com/php-codesniffer", |
| 120 | "homepage": "https://github.com/squizlabs/PHP_CodeSniffer", |
121 | 121 | "keywords": [ |
122 | 122 | "phpcs", |
123 | 123 | "standards" |
124 | 124 | ], |
125 | | "time": "2018-12-19T23:57:18+00:00" |
| 125 | "time": "2019-04-10T23:49:02+00:00" |
126 | 126 | }, |
127 | 127 | { |
128 | 128 | "name": "wp-coding-standards/wpcs", |
… |
… |
|
175 | 175 | "stability-flags": [], |
176 | 176 | "prefer-stable": false, |
177 | 177 | "prefer-lowest": false, |
178 | | "platform": [], |
| 178 | "platform": { |
| 179 | "ext-date": "*", |
| 180 | "ext-dom": "*", |
| 181 | "ext-filter": "*", |
| 182 | "ext-ftp": "*", |
| 183 | "ext-gd": "*", |
| 184 | "ext-hash": "*", |
| 185 | "ext-json": "*", |
| 186 | "ext-mbstring": "*", |
| 187 | "ext-mysqli": "*", |
| 188 | "ext-posix": "*", |
| 189 | "ext-simplexml": "*", |
| 190 | "ext-sockets": "*", |
| 191 | "ext-spl": "*", |
| 192 | "ext-tokenizer": "*", |
| 193 | "ext-xml": "*", |
| 194 | "ext-xmlreader": "*", |
| 195 | "ext-zlib": "*", |
| 196 | "lib-curl": "*", |
| 197 | "lib-iconv": "*", |
| 198 | "lib-libxml": "*", |
| 199 | "lib-openssl": "*", |
| 200 | "lib-pcre": "*" |
| 201 | }, |
179 | 202 | "platform-dev": [] |
180 | 203 | } |