Changeset 44574 for trunk/composer.lock
- Timestamp:
- 01/12/2019 06:40:16 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/composer.lock (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/composer.lock
r43571 r44574 5 5 "This file is @generated automatically" 6 6 ], 7 "content-hash": " 525cadb533bc92cc922d79144b33b14a",7 "content-hash": "c3625c9fc2ce3a44cad41a64f258bafd", 8 8 "packages": [], 9 9 "packages-dev": [ 10 10 { 11 11 "name": "dealerdirect/phpcodesniffer-composer-installer", 12 "version": "v0. 4.4",12 "version": "v0.5.0", 13 13 "source": { 14 14 "type": "git", 15 15 "url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git", 16 "reference": " 2e41850d5f7797cbb1af7b030d245b3b24e63a08"16 "reference": "e749410375ff6fb7a040a68878c656c2e610b132" 17 17 }, 18 18 "dist": { 19 19 "type": "zip", 20 "url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/ 2e41850d5f7797cbb1af7b030d245b3b24e63a08",21 "reference": " 2e41850d5f7797cbb1af7b030d245b3b24e63a08",20 "url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/e749410375ff6fb7a040a68878c656c2e610b132", 21 "reference": "e749410375ff6fb7a040a68878c656c2e610b132", 22 22 "shasum": "" 23 23 }, … … 25 25 "composer-plugin-api": "^1.0", 26 26 "php": "^5.3|^7", 27 "squizlabs/php_codesniffer": " *"27 "squizlabs/php_codesniffer": "^2|^3" 28 28 }, 29 29 "require-dev": { 30 30 "composer/composer": "*", 31 "wimg/php-compatibility": "^8.0" 32 }, 33 "suggest": { 34 "dealerdirect/qa-tools": "All the PHP QA tools you'll need" 31 "phpcompatibility/php-compatibility": "^9.0", 32 "sensiolabs/security-checker": "^4.1.0" 35 33 }, 36 34 "type": "composer-plugin", … … 50 48 { 51 49 "name": "Franck Nijhof", 52 "email": "f .nijhof@dealerdirect.nl",53 "homepage": "http://w orkingatdealerdirect.eu",54 "role": "Developer "50 "email": "franck.nijhof@dealerdirect.com", 51 "homepage": "http://www.frenck.nl", 52 "role": "Developer / IT Manager" 55 53 } 56 54 ], 57 55 "description": "PHP_CodeSniffer Standards Composer Installer Plugin", 58 "homepage": "http://w orkingatdealerdirect.eu",56 "homepage": "http://www.dealerdirect.com", 59 57 "keywords": [ 60 58 "PHPCodeSniffer", … … 74 72 "tests" 75 73 ], 76 "time": "201 7-12-06T16:27:17+00:00"74 "time": "2018-10-26T13:21:45+00:00" 77 75 }, 78 76 { 79 77 "name": "squizlabs/php_codesniffer", 80 "version": "3. 3.1",78 "version": "3.4.0", 81 79 "source": { 82 80 "type": "git", 83 81 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", 84 "reference": " 628a481780561150481a9ec74709092b9759b3ec"82 "reference": "379deb987e26c7cd103a7b387aea178baec96e48" 85 83 }, 86 84 "dist": { 87 85 "type": "zip", 88 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ 628a481780561150481a9ec74709092b9759b3ec",89 "reference": " 628a481780561150481a9ec74709092b9759b3ec",86 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/379deb987e26c7cd103a7b387aea178baec96e48", 87 "reference": "379deb987e26c7cd103a7b387aea178baec96e48", 90 88 "shasum": "" 91 89 }, … … 125 123 "standards" 126 124 ], 127 "time": "2018- 07-26T23:47:18+00:00"125 "time": "2018-12-19T23:57:18+00:00" 128 126 }, 129 127 { 130 128 "name": "wp-coding-standards/wpcs", 131 "version": "1. 0.0",129 "version": "1.2.1", 132 130 "source": { 133 131 "type": "git", 134 132 "url": "https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards.git", 135 "reference": " 539c6d74e6207daa22b7ea754d6f103e9abb2755"133 "reference": "f328bcafd97377e8e5e5d7b244d5ddbf301a3a5c" 136 134 }, 137 135 "dist": { 138 136 "type": "zip", 139 "url": "https://api.github.com/repos/WordPress-Coding-Standards/WordPress-Coding-Standards/zipball/ 539c6d74e6207daa22b7ea754d6f103e9abb2755",140 "reference": " 539c6d74e6207daa22b7ea754d6f103e9abb2755",137 "url": "https://api.github.com/repos/WordPress-Coding-Standards/WordPress-Coding-Standards/zipball/f328bcafd97377e8e5e5d7b244d5ddbf301a3a5c", 138 "reference": "f328bcafd97377e8e5e5d7b244d5ddbf301a3a5c", 141 139 "shasum": "" 142 140 }, … … 146 144 }, 147 145 "require-dev": { 148 "phpcompatibility/php-compatibility": " *"146 "phpcompatibility/php-compatibility": "^9.0" 149 147 }, 150 148 "suggest": { … … 168 166 "wordpress" 169 167 ], 170 "time": "2018- 07-25T18:10:35+00:00"168 "time": "2018-12-18T09:43:51+00:00" 171 169 } 172 170 ],
Note: See TracChangeset
for help on using the changeset viewer.