| 1 | { |
|---|
| 2 | "_readme": [ |
|---|
| 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#installing-dependencies", |
|---|
| 5 | "This file is @generated automatically" |
|---|
| 6 | ], |
|---|
| 7 | "content-hash": "0d68b3d8b17e827e096ecb10a063f34c", |
|---|
| 8 | "packages": [], |
|---|
| 9 | "packages-dev": [ |
|---|
| 10 | { |
|---|
| 11 | "name": "dealerdirect/phpcodesniffer-composer-installer", |
|---|
| 12 | "version": "v0.7.0", |
|---|
| 13 | "source": { |
|---|
| 14 | "type": "git", |
|---|
| 15 | "url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git", |
|---|
| 16 | "reference": "e8d808670b8f882188368faaf1144448c169c0b7" |
|---|
| 17 | }, |
|---|
| 18 | "dist": { |
|---|
| 19 | "type": "zip", |
|---|
| 20 | "url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/e8d808670b8f882188368faaf1144448c169c0b7", |
|---|
| 21 | "reference": "e8d808670b8f882188368faaf1144448c169c0b7", |
|---|
| 22 | "shasum": "" |
|---|
| 23 | }, |
|---|
| 24 | "require": { |
|---|
| 25 | "composer-plugin-api": "^1.0 || ^2.0", |
|---|
| 26 | "php": ">=5.3", |
|---|
| 27 | "squizlabs/php_codesniffer": "^2 || ^3 || 4.0.x-dev" |
|---|
| 28 | }, |
|---|
| 29 | "require-dev": { |
|---|
| 30 | "composer/composer": "*", |
|---|
| 31 | "phpcompatibility/php-compatibility": "^9.0", |
|---|
| 32 | "sensiolabs/security-checker": "^4.1.0" |
|---|
| 33 | }, |
|---|
| 34 | "type": "composer-plugin", |
|---|
| 35 | "extra": { |
|---|
| 36 | "class": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin" |
|---|
| 37 | }, |
|---|
| 38 | "autoload": { |
|---|
| 39 | "psr-4": { |
|---|
| 40 | "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/" |
|---|
| 41 | } |
|---|
| 42 | }, |
|---|
| 43 | "notification-url": "https://packagist.org/downloads/", |
|---|
| 44 | "license": [ |
|---|
| 45 | "MIT" |
|---|
| 46 | ], |
|---|
| 47 | "authors": [ |
|---|
| 48 | { |
|---|
| 49 | "name": "Franck Nijhof", |
|---|
| 50 | "email": "franck.nijhof@dealerdirect.com", |
|---|
| 51 | "homepage": "http://www.frenck.nl", |
|---|
| 52 | "role": "Developer / IT Manager" |
|---|
| 53 | } |
|---|
| 54 | ], |
|---|
| 55 | "description": "PHP_CodeSniffer Standards Composer Installer Plugin", |
|---|
| 56 | "homepage": "http://www.dealerdirect.com", |
|---|
| 57 | "keywords": [ |
|---|
| 58 | "PHPCodeSniffer", |
|---|
| 59 | "PHP_CodeSniffer", |
|---|
| 60 | "code quality", |
|---|
| 61 | "codesniffer", |
|---|
| 62 | "composer", |
|---|
| 63 | "installer", |
|---|
| 64 | "phpcs", |
|---|
| 65 | "plugin", |
|---|
| 66 | "qa", |
|---|
| 67 | "quality", |
|---|
| 68 | "standard", |
|---|
| 69 | "standards", |
|---|
| 70 | "style guide", |
|---|
| 71 | "stylecheck", |
|---|
| 72 | "tests" |
|---|
| 73 | ], |
|---|
| 74 | "support": { |
|---|
| 75 | "issues": "https://github.com/dealerdirect/phpcodesniffer-composer-installer/issues", |
|---|
| 76 | "source": "https://github.com/dealerdirect/phpcodesniffer-composer-installer" |
|---|
| 77 | }, |
|---|
| 78 | "time": "2020-06-25T14:57:39+00:00" |
|---|
| 79 | }, |
|---|
| 80 | { |
|---|
| 81 | "name": "squizlabs/php_codesniffer", |
|---|
| 82 | "version": "3.5.8", |
|---|
| 83 | "source": { |
|---|
| 84 | "type": "git", |
|---|
| 85 | "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", |
|---|
| 86 | "reference": "9d583721a7157ee997f235f327de038e7ea6dac4" |
|---|
| 87 | }, |
|---|
| 88 | "dist": { |
|---|
| 89 | "type": "zip", |
|---|
| 90 | "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/9d583721a7157ee997f235f327de038e7ea6dac4", |
|---|
| 91 | "reference": "9d583721a7157ee997f235f327de038e7ea6dac4", |
|---|
| 92 | "shasum": "" |
|---|
| 93 | }, |
|---|
| 94 | "require": { |
|---|
| 95 | "ext-simplexml": "*", |
|---|
| 96 | "ext-tokenizer": "*", |
|---|
| 97 | "ext-xmlwriter": "*", |
|---|
| 98 | "php": ">=5.4.0" |
|---|
| 99 | }, |
|---|
| 100 | "require-dev": { |
|---|
| 101 | "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" |
|---|
| 102 | }, |
|---|
| 103 | "bin": [ |
|---|
| 104 | "bin/phpcs", |
|---|
| 105 | "bin/phpcbf" |
|---|
| 106 | ], |
|---|
| 107 | "type": "library", |
|---|
| 108 | "extra": { |
|---|
| 109 | "branch-alias": { |
|---|
| 110 | "dev-master": "3.x-dev" |
|---|
| 111 | } |
|---|
| 112 | }, |
|---|
| 113 | "notification-url": "https://packagist.org/downloads/", |
|---|
| 114 | "license": [ |
|---|
| 115 | "BSD-3-Clause" |
|---|
| 116 | ], |
|---|
| 117 | "authors": [ |
|---|
| 118 | { |
|---|
| 119 | "name": "Greg Sherwood", |
|---|
| 120 | "role": "lead" |
|---|
| 121 | } |
|---|
| 122 | ], |
|---|
| 123 | "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", |
|---|
| 124 | "homepage": "https://github.com/squizlabs/PHP_CodeSniffer", |
|---|
| 125 | "keywords": [ |
|---|
| 126 | "phpcs", |
|---|
| 127 | "standards" |
|---|
| 128 | ], |
|---|
| 129 | "support": { |
|---|
| 130 | "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues", |
|---|
| 131 | "source": "https://github.com/squizlabs/PHP_CodeSniffer", |
|---|
| 132 | "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" |
|---|
| 133 | }, |
|---|
| 134 | "time": "2020-10-23T02:01:07+00:00" |
|---|
| 135 | }, |
|---|
| 136 | { |
|---|
| 137 | "name": "wp-coding-standards/wpcs", |
|---|
| 138 | "version": "2.0.0", |
|---|
| 139 | "source": { |
|---|
| 140 | "type": "git", |
|---|
| 141 | "url": "https://github.com/WordPress/WordPress-Coding-Standards.git", |
|---|
| 142 | "reference": "c9eaadaafefce36b3cb7e06eb15305b8c4cae9ce" |
|---|
| 143 | }, |
|---|
| 144 | "dist": { |
|---|
| 145 | "type": "zip", |
|---|
| 146 | "url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/c9eaadaafefce36b3cb7e06eb15305b8c4cae9ce", |
|---|
| 147 | "reference": "c9eaadaafefce36b3cb7e06eb15305b8c4cae9ce", |
|---|
| 148 | "shasum": "" |
|---|
| 149 | }, |
|---|
| 150 | "require": { |
|---|
| 151 | "php": ">=5.4", |
|---|
| 152 | "squizlabs/php_codesniffer": "^3.3.1" |
|---|
| 153 | }, |
|---|
| 154 | "require-dev": { |
|---|
| 155 | "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0", |
|---|
| 156 | "phpcompatibility/php-compatibility": "^9.0", |
|---|
| 157 | "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" |
|---|
| 158 | }, |
|---|
| 159 | "suggest": { |
|---|
| 160 | "dealerdirect/phpcodesniffer-composer-installer": "^0.4.3 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically." |
|---|
| 161 | }, |
|---|
| 162 | "type": "phpcodesniffer-standard", |
|---|
| 163 | "notification-url": "https://packagist.org/downloads/", |
|---|
| 164 | "license": [ |
|---|
| 165 | "MIT" |
|---|
| 166 | ], |
|---|
| 167 | "authors": [ |
|---|
| 168 | { |
|---|
| 169 | "name": "Contributors", |
|---|
| 170 | "homepage": "https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/graphs/contributors" |
|---|
| 171 | } |
|---|
| 172 | ], |
|---|
| 173 | "description": "PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions", |
|---|
| 174 | "keywords": [ |
|---|
| 175 | "phpcs", |
|---|
| 176 | "standards", |
|---|
| 177 | "wordpress" |
|---|
| 178 | ], |
|---|
| 179 | "support": { |
|---|
| 180 | "issues": "https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/issues", |
|---|
| 181 | "source": "https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards", |
|---|
| 182 | "wiki": "https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/wiki" |
|---|
| 183 | }, |
|---|
| 184 | "time": "2019-01-16T10:13:16+00:00" |
|---|
| 185 | } |
|---|
| 186 | ], |
|---|
| 187 | "aliases": [], |
|---|
| 188 | "minimum-stability": "stable", |
|---|
| 189 | "stability-flags": [], |
|---|
| 190 | "prefer-stable": false, |
|---|
| 191 | "prefer-lowest": false, |
|---|
| 192 | "platform": [], |
|---|
| 193 | "platform-dev": [], |
|---|
| 194 | "plugin-api-version": "2.0.0" |
|---|
| 195 | } |
|---|