ClassLoader.php
6 years ago
LICENSE
6 years ago
autoload_classmap.php
6 years ago
autoload_files.php
6 years ago
autoload_namespaces.php
6 years ago
autoload_psr4.php
6 years ago
autoload_real.php
6 years ago
autoload_static.php
6 years ago
installed.json
6 years ago
installed.json
340 lines
| 1 | [ |
| 2 | { |
| 3 | "name": "dealerdirect/phpcodesniffer-composer-installer", |
| 4 | "version": "v0.5.0", |
| 5 | "version_normalized": "0.5.0.0", |
| 6 | "source": { |
| 7 | "type": "git", |
| 8 | "url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git", |
| 9 | "reference": "e749410375ff6fb7a040a68878c656c2e610b132" |
| 10 | }, |
| 11 | "dist": { |
| 12 | "type": "zip", |
| 13 | "url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/e749410375ff6fb7a040a68878c656c2e610b132", |
| 14 | "reference": "e749410375ff6fb7a040a68878c656c2e610b132", |
| 15 | "shasum": "" |
| 16 | }, |
| 17 | "require": { |
| 18 | "composer-plugin-api": "^1.0", |
| 19 | "php": "^5.3|^7", |
| 20 | "squizlabs/php_codesniffer": "^2|^3" |
| 21 | }, |
| 22 | "require-dev": { |
| 23 | "composer/composer": "*", |
| 24 | "phpcompatibility/php-compatibility": "^9.0", |
| 25 | "sensiolabs/security-checker": "^4.1.0" |
| 26 | }, |
| 27 | "time": "2018-10-26T13:21:45+00:00", |
| 28 | "type": "composer-plugin", |
| 29 | "extra": { |
| 30 | "class": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin" |
| 31 | }, |
| 32 | "installation-source": "dist", |
| 33 | "autoload": { |
| 34 | "psr-4": { |
| 35 | "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/" |
| 36 | } |
| 37 | }, |
| 38 | "notification-url": "https://packagist.org/downloads/", |
| 39 | "license": [ |
| 40 | "MIT" |
| 41 | ], |
| 42 | "authors": [ |
| 43 | { |
| 44 | "name": "Franck Nijhof", |
| 45 | "email": "franck.nijhof@dealerdirect.com", |
| 46 | "homepage": "http://www.frenck.nl", |
| 47 | "role": "Developer / IT Manager" |
| 48 | } |
| 49 | ], |
| 50 | "description": "PHP_CodeSniffer Standards Composer Installer Plugin", |
| 51 | "homepage": "http://www.dealerdirect.com", |
| 52 | "keywords": [ |
| 53 | "PHPCodeSniffer", |
| 54 | "PHP_CodeSniffer", |
| 55 | "code quality", |
| 56 | "codesniffer", |
| 57 | "composer", |
| 58 | "installer", |
| 59 | "phpcs", |
| 60 | "plugin", |
| 61 | "qa", |
| 62 | "quality", |
| 63 | "standard", |
| 64 | "standards", |
| 65 | "style guide", |
| 66 | "stylecheck", |
| 67 | "tests" |
| 68 | ] |
| 69 | }, |
| 70 | { |
| 71 | "name": "phpcompatibility/php-compatibility", |
| 72 | "version": "9.2.0", |
| 73 | "version_normalized": "9.2.0.0", |
| 74 | "source": { |
| 75 | "type": "git", |
| 76 | "url": "https://github.com/PHPCompatibility/PHPCompatibility.git", |
| 77 | "reference": "3db1bf1e28123fd574a4ae2e9a84072826d51b5e" |
| 78 | }, |
| 79 | "dist": { |
| 80 | "type": "zip", |
| 81 | "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/3db1bf1e28123fd574a4ae2e9a84072826d51b5e", |
| 82 | "reference": "3db1bf1e28123fd574a4ae2e9a84072826d51b5e", |
| 83 | "shasum": "" |
| 84 | }, |
| 85 | "require": { |
| 86 | "php": ">=5.3", |
| 87 | "squizlabs/php_codesniffer": "^2.3 || ^3.0.2" |
| 88 | }, |
| 89 | "conflict": { |
| 90 | "squizlabs/php_codesniffer": "2.6.2" |
| 91 | }, |
| 92 | "require-dev": { |
| 93 | "phpunit/phpunit": "~4.5 || ^5.0 || ^6.0 || ^7.0" |
| 94 | }, |
| 95 | "suggest": { |
| 96 | "dealerdirect/phpcodesniffer-composer-installer": "^0.5 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically.", |
| 97 | "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues." |
| 98 | }, |
| 99 | "time": "2019-06-27T19:58:56+00:00", |
| 100 | "type": "phpcodesniffer-standard", |
| 101 | "installation-source": "dist", |
| 102 | "notification-url": "https://packagist.org/downloads/", |
| 103 | "license": [ |
| 104 | "LGPL-3.0-or-later" |
| 105 | ], |
| 106 | "authors": [ |
| 107 | { |
| 108 | "name": "Contributors", |
| 109 | "homepage": "https://github.com/PHPCompatibility/PHPCompatibility/graphs/contributors" |
| 110 | }, |
| 111 | { |
| 112 | "name": "Wim Godden", |
| 113 | "role": "lead", |
| 114 | "homepage": "https://github.com/wimg" |
| 115 | }, |
| 116 | { |
| 117 | "name": "Juliette Reinders Folmer", |
| 118 | "role": "lead", |
| 119 | "homepage": "https://github.com/jrfnl" |
| 120 | } |
| 121 | ], |
| 122 | "description": "A set of sniffs for PHP_CodeSniffer that checks for PHP cross-version compatibility.", |
| 123 | "homepage": "http://techblog.wimgodden.be/tag/codesniffer/", |
| 124 | "keywords": [ |
| 125 | "compatibility", |
| 126 | "phpcs", |
| 127 | "standards" |
| 128 | ] |
| 129 | }, |
| 130 | { |
| 131 | "name": "scrivo/highlight.php", |
| 132 | "version": "v9.15.10.0", |
| 133 | "version_normalized": "9.15.10.0", |
| 134 | "source": { |
| 135 | "type": "git", |
| 136 | "url": "https://github.com/scrivo/highlight.php.git", |
| 137 | "reference": "9ad3adb4456dc91196327498dbbce6aa1ba1239e" |
| 138 | }, |
| 139 | "dist": { |
| 140 | "type": "zip", |
| 141 | "url": "https://api.github.com/repos/scrivo/highlight.php/zipball/9ad3adb4456dc91196327498dbbce6aa1ba1239e", |
| 142 | "reference": "9ad3adb4456dc91196327498dbbce6aa1ba1239e", |
| 143 | "shasum": "" |
| 144 | }, |
| 145 | "require": { |
| 146 | "ext-json": "*", |
| 147 | "ext-mbstring": "*", |
| 148 | "php": ">=5.4" |
| 149 | }, |
| 150 | "require-dev": { |
| 151 | "phpunit/phpunit": "^4.8|^5.7", |
| 152 | "symfony/finder": "^2.8" |
| 153 | }, |
| 154 | "suggest": { |
| 155 | "ext-dom": "Needed to make use of the features in the utilities namespace" |
| 156 | }, |
| 157 | "time": "2019-08-27T04:27:48+00:00", |
| 158 | "type": "library", |
| 159 | "installation-source": "dist", |
| 160 | "autoload": { |
| 161 | "psr-0": { |
| 162 | "Highlight\\": "", |
| 163 | "HighlightUtilities\\": "" |
| 164 | }, |
| 165 | "files": [ |
| 166 | "HighlightUtilities/functions.php" |
| 167 | ] |
| 168 | }, |
| 169 | "notification-url": "https://packagist.org/downloads/", |
| 170 | "license": [ |
| 171 | "BSD-3-Clause" |
| 172 | ], |
| 173 | "authors": [ |
| 174 | { |
| 175 | "name": "Geert Bergman", |
| 176 | "role": "Project Author", |
| 177 | "homepage": "http://www.scrivo.org/" |
| 178 | }, |
| 179 | { |
| 180 | "name": "Vladimir Jimenez", |
| 181 | "role": "Contributor", |
| 182 | "homepage": "https://allejo.io" |
| 183 | }, |
| 184 | { |
| 185 | "name": "Martin Folkers", |
| 186 | "role": "Contributor", |
| 187 | "homepage": "https://twobrain.io" |
| 188 | } |
| 189 | ], |
| 190 | "description": "Server side syntax highlighter that supports 185 languages. It's a PHP port of highlight.js", |
| 191 | "keywords": [ |
| 192 | "code", |
| 193 | "highlight", |
| 194 | "highlight.js", |
| 195 | "highlight.php", |
| 196 | "syntax" |
| 197 | ] |
| 198 | }, |
| 199 | { |
| 200 | "name": "squizlabs/php_codesniffer", |
| 201 | "version": "3.4.2", |
| 202 | "version_normalized": "3.4.2.0", |
| 203 | "source": { |
| 204 | "type": "git", |
| 205 | "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", |
| 206 | "reference": "b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8" |
| 207 | }, |
| 208 | "dist": { |
| 209 | "type": "zip", |
| 210 | "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8", |
| 211 | "reference": "b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8", |
| 212 | "shasum": "" |
| 213 | }, |
| 214 | "require": { |
| 215 | "ext-simplexml": "*", |
| 216 | "ext-tokenizer": "*", |
| 217 | "ext-xmlwriter": "*", |
| 218 | "php": ">=5.4.0" |
| 219 | }, |
| 220 | "require-dev": { |
| 221 | "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" |
| 222 | }, |
| 223 | "time": "2019-04-10T23:49:02+00:00", |
| 224 | "bin": [ |
| 225 | "bin/phpcs", |
| 226 | "bin/phpcbf" |
| 227 | ], |
| 228 | "type": "library", |
| 229 | "extra": { |
| 230 | "branch-alias": { |
| 231 | "dev-master": "3.x-dev" |
| 232 | } |
| 233 | }, |
| 234 | "installation-source": "dist", |
| 235 | "notification-url": "https://packagist.org/downloads/", |
| 236 | "license": [ |
| 237 | "BSD-3-Clause" |
| 238 | ], |
| 239 | "authors": [ |
| 240 | { |
| 241 | "name": "Greg Sherwood", |
| 242 | "role": "lead" |
| 243 | } |
| 244 | ], |
| 245 | "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", |
| 246 | "homepage": "https://github.com/squizlabs/PHP_CodeSniffer", |
| 247 | "keywords": [ |
| 248 | "phpcs", |
| 249 | "standards" |
| 250 | ] |
| 251 | }, |
| 252 | { |
| 253 | "name": "wp-coding-standards/wpcs", |
| 254 | "version": "2.1.1", |
| 255 | "version_normalized": "2.1.1.0", |
| 256 | "source": { |
| 257 | "type": "git", |
| 258 | "url": "https://github.com/WordPress/WordPress-Coding-Standards.git", |
| 259 | "reference": "bd9c33152115e6741e3510ff7189605b35167908" |
| 260 | }, |
| 261 | "dist": { |
| 262 | "type": "zip", |
| 263 | "url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/bd9c33152115e6741e3510ff7189605b35167908", |
| 264 | "reference": "bd9c33152115e6741e3510ff7189605b35167908", |
| 265 | "shasum": "" |
| 266 | }, |
| 267 | "require": { |
| 268 | "php": ">=5.4", |
| 269 | "squizlabs/php_codesniffer": "^3.3.1" |
| 270 | }, |
| 271 | "require-dev": { |
| 272 | "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0", |
| 273 | "phpcompatibility/php-compatibility": "^9.0", |
| 274 | "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" |
| 275 | }, |
| 276 | "suggest": { |
| 277 | "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically." |
| 278 | }, |
| 279 | "time": "2019-05-21T02:50:00+00:00", |
| 280 | "type": "phpcodesniffer-standard", |
| 281 | "installation-source": "dist", |
| 282 | "notification-url": "https://packagist.org/downloads/", |
| 283 | "license": [ |
| 284 | "MIT" |
| 285 | ], |
| 286 | "authors": [ |
| 287 | { |
| 288 | "name": "Contributors", |
| 289 | "homepage": "https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/graphs/contributors" |
| 290 | } |
| 291 | ], |
| 292 | "description": "PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions", |
| 293 | "keywords": [ |
| 294 | "phpcs", |
| 295 | "standards", |
| 296 | "wordpress" |
| 297 | ] |
| 298 | }, |
| 299 | { |
| 300 | "name": "xwp/wp-dev-lib", |
| 301 | "version": "1.2.2", |
| 302 | "version_normalized": "1.2.2.0", |
| 303 | "source": { |
| 304 | "type": "git", |
| 305 | "url": "https://github.com/xwp/wp-dev-lib.git", |
| 306 | "reference": "a40a29223deb8f44e6d61db7e6c39bd12eb37919" |
| 307 | }, |
| 308 | "dist": { |
| 309 | "type": "zip", |
| 310 | "url": "https://api.github.com/repos/xwp/wp-dev-lib/zipball/a40a29223deb8f44e6d61db7e6c39bd12eb37919", |
| 311 | "reference": "a40a29223deb8f44e6d61db7e6c39bd12eb37919", |
| 312 | "shasum": "" |
| 313 | }, |
| 314 | "time": "2019-07-04T15:04:40+00:00", |
| 315 | "type": "library", |
| 316 | "installation-source": "dist", |
| 317 | "notification-url": "https://packagist.org/downloads/", |
| 318 | "license": [ |
| 319 | "MIT" |
| 320 | ], |
| 321 | "authors": [ |
| 322 | { |
| 323 | "name": "Weston Ruter", |
| 324 | "email": "weston@xwp.co", |
| 325 | "homepage": "https://weston.ruter.net" |
| 326 | }, |
| 327 | { |
| 328 | "name": "XWP", |
| 329 | "email": "engage@xwp.co", |
| 330 | "homepage": "https://xwp.co" |
| 331 | } |
| 332 | ], |
| 333 | "description": "Common code used during development of WordPress plugins and themes", |
| 334 | "homepage": "https://github.com/xwp/wp-dev-lib", |
| 335 | "keywords": [ |
| 336 | "wordpress" |
| 337 | ] |
| 338 | } |
| 339 | ] |
| 340 |