| 1 |
{ |
| 2 |
"packages": [ |
| 3 |
{ |
| 4 |
"name": "phpcompatibility/php-compatibility", |
| 5 |
"version": "9.3.5", |
| 6 |
"version_normalized": "9.3.5.0", |
| 7 |
"source": { |
| 8 |
"type": "git", |
| 9 |
"url": "https://github.com/PHPCompatibility/PHPCompatibility.git", |
| 10 |
"reference": "9fb324479acf6f39452e0655d2429cc0d3914243" |
| 11 |
}, |
| 12 |
"dist": { |
| 13 |
"type": "zip", |
| 14 |
"url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/9fb324479acf6f39452e0655d2429cc0d3914243", |
| 15 |
"reference": "9fb324479acf6f39452e0655d2429cc0d3914243", |
| 16 |
"shasum": "" |
| 17 |
}, |
| 18 |
"require": { |
| 19 |
"php": ">=5.3", |
| 20 |
"squizlabs/php_codesniffer": "^2.3 || ^3.0.2" |
| 21 |
}, |
| 22 |
"conflict": { |
| 23 |
"squizlabs/php_codesniffer": "2.6.2" |
| 24 |
}, |
| 25 |
"require-dev": { |
| 26 |
"phpunit/phpunit": "~4.5 || ^5.0 || ^6.0 || ^7.0" |
| 27 |
}, |
| 28 |
"suggest": { |
| 29 |
"dealerdirect/phpcodesniffer-composer-installer": "^0.5 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically.", |
| 30 |
"roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues." |
| 31 |
}, |
| 32 |
"time": "2019-12-27T09:44:58+00:00", |
| 33 |
"type": "phpcodesniffer-standard", |
| 34 |
"installation-source": "dist", |
| 35 |
"notification-url": "https://packagist.org/downloads/", |
| 36 |
"license": [ |
| 37 |
"LGPL-3.0-or-later" |
| 38 |
], |
| 39 |
"authors": [ |
| 40 |
{ |
| 41 |
"name": "Wim Godden", |
| 42 |
"homepage": "https://github.com/wimg", |
| 43 |
"role": "lead" |
| 44 |
}, |
| 45 |
{ |
| 46 |
"name": "Juliette Reinders Folmer", |
| 47 |
"homepage": "https://github.com/jrfnl", |
| 48 |
"role": "lead" |
| 49 |
}, |
| 50 |
{ |
| 51 |
"name": "Contributors", |
| 52 |
"homepage": "https://github.com/PHPCompatibility/PHPCompatibility/graphs/contributors" |
| 53 |
} |
| 54 |
], |
| 55 |
"description": "A set of sniffs for PHP_CodeSniffer that checks for PHP cross-version compatibility.", |
| 56 |
"homepage": "http://techblog.wimgodden.be/tag/codesniffer/", |
| 57 |
"keywords": [ |
| 58 |
"compatibility", |
| 59 |
"phpcs", |
| 60 |
"standards" |
| 61 |
], |
| 62 |
"support": { |
| 63 |
"issues": "https://github.com/PHPCompatibility/PHPCompatibility/issues", |
| 64 |
"source": "https://github.com/PHPCompatibility/PHPCompatibility" |
| 65 |
}, |
| 66 |
"install-path": "../phpcompatibility/php-compatibility" |
| 67 |
}, |
| 68 |
{ |
| 69 |
"name": "squizlabs/php_codesniffer", |
| 70 |
"version": "3.7.2", |
| 71 |
"version_normalized": "3.7.2.0", |
| 72 |
"source": { |
| 73 |
"type": "git", |
| 74 |
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git", |
| 75 |
"reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879" |
| 76 |
}, |
| 77 |
"dist": { |
| 78 |
"type": "zip", |
| 79 |
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ed8e00df0a83aa96acf703f8c2979ff33341f879", |
| 80 |
"reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879", |
| 81 |
"shasum": "" |
| 82 |
}, |
| 83 |
"require": { |
| 84 |
"ext-simplexml": "*", |
| 85 |
"ext-tokenizer": "*", |
| 86 |
"ext-xmlwriter": "*", |
| 87 |
"php": ">=5.4.0" |
| 88 |
}, |
| 89 |
"require-dev": { |
| 90 |
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" |
| 91 |
}, |
| 92 |
"time": "2023-02-22T23:07:41+00:00", |
| 93 |
"bin": [ |
| 94 |
"bin/phpcs", |
| 95 |
"bin/phpcbf" |
| 96 |
], |
| 97 |
"type": "library", |
| 98 |
"extra": { |
| 99 |
"branch-alias": { |
| 100 |
"dev-master": "3.x-dev" |
| 101 |
} |
| 102 |
}, |
| 103 |
"installation-source": "dist", |
| 104 |
"notification-url": "https://packagist.org/downloads/", |
| 105 |
"license": [ |
| 106 |
"BSD-3-Clause" |
| 107 |
], |
| 108 |
"authors": [ |
| 109 |
{ |
| 110 |
"name": "Greg Sherwood", |
| 111 |
"role": "lead" |
| 112 |
} |
| 113 |
], |
| 114 |
"description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", |
| 115 |
"homepage": "https://github.com/squizlabs/PHP_CodeSniffer", |
| 116 |
"keywords": [ |
| 117 |
"phpcs", |
| 118 |
"standards", |
| 119 |
"static analysis" |
| 120 |
], |
| 121 |
"support": { |
| 122 |
"issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues", |
| 123 |
"source": "https://github.com/squizlabs/PHP_CodeSniffer", |
| 124 |
"wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" |
| 125 |
}, |
| 126 |
"install-path": "../squizlabs/php_codesniffer" |
| 127 |
}, |
| 128 |
{ |
| 129 |
"name": "wp-coding-standards/wpcs", |
| 130 |
"version": "2.3.0", |
| 131 |
"version_normalized": "2.3.0.0", |
| 132 |
"source": { |
| 133 |
"type": "git", |
| 134 |
"url": "https://github.com/WordPress/WordPress-Coding-Standards.git", |
| 135 |
"reference": "7da1894633f168fe244afc6de00d141f27517b62" |
| 136 |
}, |
| 137 |
"dist": { |
| 138 |
"type": "zip", |
| 139 |
"url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/7da1894633f168fe244afc6de00d141f27517b62", |
| 140 |
"reference": "7da1894633f168fe244afc6de00d141f27517b62", |
| 141 |
"shasum": "" |
| 142 |
}, |
| 143 |
"require": { |
| 144 |
"php": ">=5.4", |
| 145 |
"squizlabs/php_codesniffer": "^3.3.1" |
| 146 |
}, |
| 147 |
"require-dev": { |
| 148 |
"dealerdirect/phpcodesniffer-composer-installer": "^0.5 || ^0.6", |
| 149 |
"phpcompatibility/php-compatibility": "^9.0", |
| 150 |
"phpcsstandards/phpcsdevtools": "^1.0", |
| 151 |
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" |
| 152 |
}, |
| 153 |
"suggest": { |
| 154 |
"dealerdirect/phpcodesniffer-composer-installer": "^0.6 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically." |
| 155 |
}, |
| 156 |
"time": "2020-05-13T23:57:56+00:00", |
| 157 |
"type": "phpcodesniffer-standard", |
| 158 |
"installation-source": "dist", |
| 159 |
"notification-url": "https://packagist.org/downloads/", |
| 160 |
"license": [ |
| 161 |
"MIT" |
| 162 |
], |
| 163 |
"authors": [ |
| 164 |
{ |
| 165 |
"name": "Contributors", |
| 166 |
"homepage": "https://github.com/WordPress/WordPress-Coding-Standards/graphs/contributors" |
| 167 |
} |
| 168 |
], |
| 169 |
"description": "PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions", |
| 170 |
"keywords": [ |
| 171 |
"phpcs", |
| 172 |
"standards", |
| 173 |
"wordpress" |
| 174 |
], |
| 175 |
"support": { |
| 176 |
"issues": "https://github.com/WordPress/WordPress-Coding-Standards/issues", |
| 177 |
"source": "https://github.com/WordPress/WordPress-Coding-Standards", |
| 178 |
"wiki": "https://github.com/WordPress/WordPress-Coding-Standards/wiki" |
| 179 |
}, |
| 180 |
"install-path": "../wp-coding-standards/wpcs" |
| 181 |
} |
| 182 |
], |
| 183 |
"dev": true, |
| 184 |
"dev-package-names": [ |
| 185 |
"phpcompatibility/php-compatibility", |
| 186 |
"squizlabs/php_codesniffer", |
| 187 |
"wp-coding-standards/wpcs" |
| 188 |
] |
| 189 |
} |
| 190 |
|