Ticket #46002: 46002.diff
| File 46002.diff, 2.9 KB (added by , 7 years ago) |
|---|
-
composer.json
11 11 }, 12 12 "require-dev": { 13 13 "dealerdirect/phpcodesniffer-composer-installer": "~0.5.0", 14 "wp-coding-standards/wpcs": "~ 1.2.0"14 "wp-coding-standards/wpcs": "~2.0.0" 15 15 }, 16 16 "scripts": { 17 17 "format": "phpcbf --standard=phpcs.xml.dist --report-summary --report-source", -
composer.lock
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": "c 3625c9fc2ce3a44cad41a64f258bafd",7 "content-hash": "c7426ffeca8db395605e43bccf174b02", 8 8 "packages": [], 9 9 "packages-dev": [ 10 10 { … … 126 126 }, 127 127 { 128 128 "name": "wp-coding-standards/wpcs", 129 "version": " 1.2.1",129 "version": "2.0.0", 130 130 "source": { 131 131 "type": "git", 132 132 "url": "https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards.git", 133 "reference": " f328bcafd97377e8e5e5d7b244d5ddbf301a3a5c"133 "reference": "c9eaadaafefce36b3cb7e06eb15305b8c4cae9ce" 134 134 }, 135 135 "dist": { 136 136 "type": "zip", 137 "url": "https://api.github.com/repos/WordPress-Coding-Standards/WordPress-Coding-Standards/zipball/ f328bcafd97377e8e5e5d7b244d5ddbf301a3a5c",138 "reference": " f328bcafd97377e8e5e5d7b244d5ddbf301a3a5c",137 "url": "https://api.github.com/repos/WordPress-Coding-Standards/WordPress-Coding-Standards/zipball/c9eaadaafefce36b3cb7e06eb15305b8c4cae9ce", 138 "reference": "c9eaadaafefce36b3cb7e06eb15305b8c4cae9ce", 139 139 "shasum": "" 140 140 }, 141 141 "require": { 142 "php": ">=5. 3",143 "squizlabs/php_codesniffer": "^ 2.9.0 || ^3.0.2"142 "php": ">=5.4", 143 "squizlabs/php_codesniffer": "^3.3.1" 144 144 }, 145 145 "require-dev": { 146 "phpcompatibility/php-compatibility": "^9.0" 146 "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0", 147 "phpcompatibility/php-compatibility": "^9.0", 148 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" 147 149 }, 148 150 "suggest": { 149 151 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.3 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically." … … 165 167 "standards", 166 168 "wordpress" 167 169 ], 168 "time": "201 8-12-18T09:43:51+00:00"170 "time": "2019-01-16T10:13:16+00:00" 169 171 } 170 172 ], 171 173 "aliases": [],