Changeset 43571 for trunk/composer.lock
- Timestamp:
- 08/17/2018 01:50:26 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/composer.lock (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/composer.lock
r43348 r43571 2 2 "_readme": [ 3 3 "This file locks the dependencies of your project to a known state", 4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md# composer-lock-the-lock-file",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": " 9c2c871b813e89682ef445611d2f5363",7 "content-hash": "525cadb533bc92cc922d79144b33b14a", 8 8 "packages": [], 9 9 "packages-dev": [ … … 78 78 { 79 79 "name": "squizlabs/php_codesniffer", 80 "version": "3.3. 0",80 "version": "3.3.1", 81 81 "source": { 82 82 "type": "git", 83 83 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", 84 "reference": " d86873af43b4aa9d1f39a3601cc0cfcf02b25266"84 "reference": "628a481780561150481a9ec74709092b9759b3ec" 85 85 }, 86 86 "dist": { 87 87 "type": "zip", 88 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ d86873af43b4aa9d1f39a3601cc0cfcf02b25266",89 "reference": " d86873af43b4aa9d1f39a3601cc0cfcf02b25266",88 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/628a481780561150481a9ec74709092b9759b3ec", 89 "reference": "628a481780561150481a9ec74709092b9759b3ec", 90 90 "shasum": "" 91 91 }, … … 125 125 "standards" 126 126 ], 127 "time": "2018-0 6-06T23:58:19+00:00"127 "time": "2018-07-26T23:47:18+00:00" 128 128 }, 129 129 { 130 130 "name": "wp-coding-standards/wpcs", 131 "version": " dev-master",131 "version": "1.0.0", 132 132 "source": { 133 133 "type": "git", 134 134 "url": "https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards.git", 135 "reference": " cf6b310caad735816caef7573295f8a534374706"135 "reference": "539c6d74e6207daa22b7ea754d6f103e9abb2755" 136 136 }, 137 137 "dist": { 138 138 "type": "zip", 139 "url": "https://api.github.com/repos/WordPress-Coding-Standards/WordPress-Coding-Standards/zipball/ cf6b310caad735816caef7573295f8a534374706",140 "reference": " cf6b310caad735816caef7573295f8a534374706",139 "url": "https://api.github.com/repos/WordPress-Coding-Standards/WordPress-Coding-Standards/zipball/539c6d74e6207daa22b7ea754d6f103e9abb2755", 140 "reference": "539c6d74e6207daa22b7ea754d6f103e9abb2755", 141 141 "shasum": "" 142 142 }, … … 145 145 "squizlabs/php_codesniffer": "^2.9.0 || ^3.0.2" 146 146 }, 147 "require-dev": { 148 "phpcompatibility/php-compatibility": "*" 149 }, 147 150 "suggest": { 148 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.3 "151 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.3 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically." 149 152 }, 150 153 "type": "phpcodesniffer-standard", … … 165 168 "wordpress" 166 169 ], 167 "time": "2018-0 2-16T01:57:48+00:00"170 "time": "2018-07-25T18:10:35+00:00" 168 171 } 169 172 ], 170 173 "aliases": [], 171 174 "minimum-stability": "stable", 172 "stability-flags": { 173 "wp-coding-standards/wpcs": 20 174 }, 175 "stability-flags": [], 175 176 "prefer-stable": false, 176 177 "prefer-lowest": false,
Note: See TracChangeset
for help on using the changeset viewer.