These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more
| 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#composer-lock-the-lock-file", |
||
| 5 | "This file is @generated automatically" |
||
| 6 | ], |
||
| 7 | "hash": "b403dd73550a46e902a33fe4316b0111", |
||
| 8 | "content-hash": "3a00ecdecab7f4fa511e253fc804e061", |
||
| 9 | "packages": [], |
||
| 10 | "packages-dev": [ |
||
| 11 | { |
||
| 12 | "name": "codeclimate/php-test-reporter", |
||
| 13 | "version": "dev-master", |
||
| 14 | "source": { |
||
| 15 | "type": "git", |
||
| 16 | "url": "https://github.com/codeclimate/php-test-reporter.git", |
||
| 17 | "reference": "0186c8eb03c677b64b9d23dc0cb5c9475553c7c5" |
||
| 18 | }, |
||
| 19 | "dist": { |
||
| 20 | "type": "zip", |
||
| 21 | "url": "https://api.github.com/repos/codeclimate/php-test-reporter/zipball/0186c8eb03c677b64b9d23dc0cb5c9475553c7c5", |
||
| 22 | "reference": "0186c8eb03c677b64b9d23dc0cb5c9475553c7c5", |
||
| 23 | "shasum": "" |
||
| 24 | }, |
||
| 25 | "require": { |
||
| 26 | "ext-curl": "*", |
||
| 27 | "padraic/phar-updater": "^1.0", |
||
| 28 | "php": ">=5.3", |
||
| 29 | "psr/log": "^1.0", |
||
| 30 | "satooshi/php-coveralls": "^1.0", |
||
| 31 | "symfony/console": "^2.0|^3.0" |
||
| 32 | }, |
||
| 33 | "require-dev": { |
||
| 34 | "ext-xdebug": "*", |
||
| 35 | "phpunit/phpunit": "3.7.*@stable", |
||
| 36 | "tm/tooly-composer-script": "^1.0" |
||
| 37 | }, |
||
| 38 | "bin": [ |
||
| 39 | "composer/bin/test-reporter" |
||
| 40 | ], |
||
| 41 | "type": "library", |
||
| 42 | "extra": { |
||
| 43 | "branch-alias": { |
||
| 44 | "dev-master": "0.3.x-dev" |
||
| 45 | }, |
||
| 46 | "tools": { |
||
| 47 | "box": { |
||
| 48 | "url": "https://github.com/box-project/box2/releases/download/2.7.2/box-2.7.2.phar", |
||
| 49 | "only-dev": true |
||
| 50 | } |
||
| 51 | } |
||
| 52 | }, |
||
| 53 | "autoload": { |
||
| 54 | "psr-4": { |
||
| 55 | "CodeClimate\\PhpTestReporter\\": "src/" |
||
| 56 | } |
||
| 57 | }, |
||
| 58 | "notification-url": "https://packagist.org/downloads/", |
||
| 59 | "license": [ |
||
| 60 | "MIT" |
||
| 61 | ], |
||
| 62 | "authors": [ |
||
| 63 | { |
||
| 64 | "name": "Code Climate", |
||
| 65 | "email": "[email protected]", |
||
| 66 | "homepage": "https://codeclimate.com" |
||
| 67 | } |
||
| 68 | ], |
||
| 69 | "description": "PHP client for reporting test coverage to Code Climate", |
||
| 70 | "homepage": "https://github.com/codeclimate/php-test-reporter", |
||
| 71 | "keywords": [ |
||
| 72 | "codeclimate", |
||
| 73 | "coverage" |
||
| 74 | ], |
||
| 75 | "time": "2016-09-22 16:57:58" |
||
| 76 | }, |
||
| 77 | { |
||
| 78 | "name": "doctrine/instantiator", |
||
| 79 | "version": "1.0.5", |
||
| 80 | "source": { |
||
| 81 | "type": "git", |
||
| 82 | "url": "https://github.com/doctrine/instantiator.git", |
||
| 83 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" |
||
| 84 | }, |
||
| 85 | "dist": { |
||
| 86 | "type": "zip", |
||
| 87 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
| 88 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
| 89 | "shasum": "" |
||
| 90 | }, |
||
| 91 | "require": { |
||
| 92 | "php": ">=5.3,<8.0-DEV" |
||
| 93 | }, |
||
| 94 | "require-dev": { |
||
| 95 | "athletic/athletic": "~0.1.8", |
||
| 96 | "ext-pdo": "*", |
||
| 97 | "ext-phar": "*", |
||
| 98 | "phpunit/phpunit": "~4.0", |
||
| 99 | "squizlabs/php_codesniffer": "~2.0" |
||
| 100 | }, |
||
| 101 | "type": "library", |
||
| 102 | "extra": { |
||
| 103 | "branch-alias": { |
||
| 104 | "dev-master": "1.0.x-dev" |
||
| 105 | } |
||
| 106 | }, |
||
| 107 | "autoload": { |
||
| 108 | "psr-4": { |
||
| 109 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" |
||
| 110 | } |
||
| 111 | }, |
||
| 112 | "notification-url": "https://packagist.org/downloads/", |
||
| 113 | "license": [ |
||
| 114 | "MIT" |
||
| 115 | ], |
||
| 116 | "authors": [ |
||
| 117 | { |
||
| 118 | "name": "Marco Pivetta", |
||
| 119 | "email": "[email protected]", |
||
| 120 | "homepage": "http://ocramius.github.com/" |
||
| 121 | } |
||
| 122 | ], |
||
| 123 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
| 124 | "homepage": "https://github.com/doctrine/instantiator", |
||
| 125 | "keywords": [ |
||
| 126 | "constructor", |
||
| 127 | "instantiate" |
||
| 128 | ], |
||
| 129 | "time": "2015-06-14 21:17:01" |
||
| 130 | }, |
||
| 131 | { |
||
| 132 | "name": "guzzle/guzzle", |
||
| 133 | "version": "v3.9.3", |
||
| 134 | "source": { |
||
| 135 | "type": "git", |
||
| 136 | "url": "https://github.com/guzzle/guzzle3.git", |
||
| 137 | "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9" |
||
| 138 | }, |
||
| 139 | "dist": { |
||
| 140 | "type": "zip", |
||
| 141 | "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9", |
||
| 142 | "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9", |
||
| 143 | "shasum": "" |
||
| 144 | }, |
||
| 145 | "require": { |
||
| 146 | "ext-curl": "*", |
||
| 147 | "php": ">=5.3.3", |
||
| 148 | "symfony/event-dispatcher": "~2.1" |
||
| 149 | }, |
||
| 150 | "replace": { |
||
| 151 | "guzzle/batch": "self.version", |
||
| 152 | "guzzle/cache": "self.version", |
||
| 153 | "guzzle/common": "self.version", |
||
| 154 | "guzzle/http": "self.version", |
||
| 155 | "guzzle/inflection": "self.version", |
||
| 156 | "guzzle/iterator": "self.version", |
||
| 157 | "guzzle/log": "self.version", |
||
| 158 | "guzzle/parser": "self.version", |
||
| 159 | "guzzle/plugin": "self.version", |
||
| 160 | "guzzle/plugin-async": "self.version", |
||
| 161 | "guzzle/plugin-backoff": "self.version", |
||
| 162 | "guzzle/plugin-cache": "self.version", |
||
| 163 | "guzzle/plugin-cookie": "self.version", |
||
| 164 | "guzzle/plugin-curlauth": "self.version", |
||
| 165 | "guzzle/plugin-error-response": "self.version", |
||
| 166 | "guzzle/plugin-history": "self.version", |
||
| 167 | "guzzle/plugin-log": "self.version", |
||
| 168 | "guzzle/plugin-md5": "self.version", |
||
| 169 | "guzzle/plugin-mock": "self.version", |
||
| 170 | "guzzle/plugin-oauth": "self.version", |
||
| 171 | "guzzle/service": "self.version", |
||
| 172 | "guzzle/stream": "self.version" |
||
| 173 | }, |
||
| 174 | "require-dev": { |
||
| 175 | "doctrine/cache": "~1.3", |
||
| 176 | "monolog/monolog": "~1.0", |
||
| 177 | "phpunit/phpunit": "3.7.*", |
||
| 178 | "psr/log": "~1.0", |
||
| 179 | "symfony/class-loader": "~2.1", |
||
| 180 | "zendframework/zend-cache": "2.*,<2.3", |
||
| 181 | "zendframework/zend-log": "2.*,<2.3" |
||
| 182 | }, |
||
| 183 | "suggest": { |
||
| 184 | "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated." |
||
| 185 | }, |
||
| 186 | "type": "library", |
||
| 187 | "extra": { |
||
| 188 | "branch-alias": { |
||
| 189 | "dev-master": "3.9-dev" |
||
| 190 | } |
||
| 191 | }, |
||
| 192 | "autoload": { |
||
| 193 | "psr-0": { |
||
| 194 | "Guzzle": "src/", |
||
| 195 | "Guzzle\\Tests": "tests/" |
||
| 196 | } |
||
| 197 | }, |
||
| 198 | "notification-url": "https://packagist.org/downloads/", |
||
| 199 | "license": [ |
||
| 200 | "MIT" |
||
| 201 | ], |
||
| 202 | "authors": [ |
||
| 203 | { |
||
| 204 | "name": "Michael Dowling", |
||
| 205 | "email": "[email protected]", |
||
| 206 | "homepage": "https://github.com/mtdowling" |
||
| 207 | }, |
||
| 208 | { |
||
| 209 | "name": "Guzzle Community", |
||
| 210 | "homepage": "https://github.com/guzzle/guzzle/contributors" |
||
| 211 | } |
||
| 212 | ], |
||
| 213 | "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle", |
||
| 214 | "homepage": "http://guzzlephp.org/", |
||
| 215 | "keywords": [ |
||
| 216 | "client", |
||
| 217 | "curl", |
||
| 218 | "framework", |
||
| 219 | "http", |
||
| 220 | "http client", |
||
| 221 | "rest", |
||
| 222 | "web service" |
||
| 223 | ], |
||
| 224 | "abandoned": "guzzlehttp/guzzle", |
||
| 225 | "time": "2015-03-18 18:23:50" |
||
| 226 | }, |
||
| 227 | { |
||
| 228 | "name": "padraic/humbug_get_contents", |
||
|
0 ignored issues
–
show
Security
introduced
by
Loading history...
|
|||
| 229 | "version": "1.0.4", |
||
| 230 | "source": { |
||
| 231 | "type": "git", |
||
| 232 | "url": "https://github.com/padraic/file_get_contents.git", |
||
| 233 | "reference": "66797199019d0cb4529cb8d29c6f0b4c5085b53a" |
||
| 234 | }, |
||
| 235 | "dist": { |
||
| 236 | "type": "zip", |
||
| 237 | "url": "https://api.github.com/repos/padraic/file_get_contents/zipball/66797199019d0cb4529cb8d29c6f0b4c5085b53a", |
||
| 238 | "reference": "66797199019d0cb4529cb8d29c6f0b4c5085b53a", |
||
| 239 | "shasum": "" |
||
| 240 | }, |
||
| 241 | "require": { |
||
| 242 | "php": ">=5.3" |
||
| 243 | }, |
||
| 244 | "require-dev": { |
||
| 245 | "phpunit/phpunit": "~4.0" |
||
| 246 | }, |
||
| 247 | "type": "library", |
||
| 248 | "extra": { |
||
| 249 | "branch-alias": { |
||
| 250 | "dev-master": "1.0-dev" |
||
| 251 | } |
||
| 252 | }, |
||
| 253 | "autoload": { |
||
| 254 | "psr-4": { |
||
| 255 | "Humbug\\": "src/Humbug/" |
||
| 256 | }, |
||
| 257 | "files": [ |
||
| 258 | "src/function.php" |
||
| 259 | ] |
||
| 260 | }, |
||
| 261 | "notification-url": "https://packagist.org/downloads/", |
||
| 262 | "license": [ |
||
| 263 | "BSD-3-Clause" |
||
| 264 | ], |
||
| 265 | "authors": [ |
||
| 266 | { |
||
| 267 | "name": "Pádraic Brady", |
||
| 268 | "email": "[email protected]", |
||
| 269 | "homepage": "http://blog.astrumfutura.com" |
||
| 270 | } |
||
| 271 | ], |
||
| 272 | "description": "Secure wrapper for accessing HTTPS resources with file_get_contents for PHP 5.3+", |
||
| 273 | "homepage": "https://github.com/padraic/file_get_contents", |
||
| 274 | "keywords": [ |
||
| 275 | "download", |
||
| 276 | "file_get_contents", |
||
| 277 | "http", |
||
| 278 | "https", |
||
| 279 | "ssl", |
||
| 280 | "tls" |
||
| 281 | ], |
||
| 282 | "time": "2015-04-22 18:45:00" |
||
| 283 | }, |
||
| 284 | { |
||
| 285 | "name": "padraic/phar-updater", |
||
| 286 | "version": "1.0.3", |
||
| 287 | "source": { |
||
| 288 | "type": "git", |
||
| 289 | "url": "https://github.com/padraic/phar-updater.git", |
||
| 290 | "reference": "c17eeb3887dc4269d1b4837dc875d39e9f8149a8" |
||
| 291 | }, |
||
| 292 | "dist": { |
||
| 293 | "type": "zip", |
||
| 294 | "url": "https://api.github.com/repos/padraic/phar-updater/zipball/c17eeb3887dc4269d1b4837dc875d39e9f8149a8", |
||
| 295 | "reference": "c17eeb3887dc4269d1b4837dc875d39e9f8149a8", |
||
| 296 | "shasum": "" |
||
| 297 | }, |
||
| 298 | "require": { |
||
| 299 | "padraic/humbug_get_contents": "^1.0", |
||
| 300 | "php": ">=5.3.3" |
||
| 301 | }, |
||
| 302 | "require-dev": { |
||
| 303 | "phpunit/phpunit": "~4.0" |
||
| 304 | }, |
||
| 305 | "type": "library", |
||
| 306 | "extra": { |
||
| 307 | "branch-alias": { |
||
| 308 | "dev-master": "1.0-dev" |
||
| 309 | } |
||
| 310 | }, |
||
| 311 | "autoload": { |
||
| 312 | "psr-4": { |
||
| 313 | "Humbug\\SelfUpdate\\": "src/" |
||
| 314 | } |
||
| 315 | }, |
||
| 316 | "notification-url": "https://packagist.org/downloads/", |
||
| 317 | "license": [ |
||
| 318 | "BSD-3-Clause" |
||
| 319 | ], |
||
| 320 | "authors": [ |
||
| 321 | { |
||
| 322 | "name": "Pádraic Brady", |
||
| 323 | "email": "[email protected]", |
||
| 324 | "homepage": "http://blog.astrumfutura.com" |
||
| 325 | } |
||
| 326 | ], |
||
| 327 | "description": "A thing to make PHAR self-updating easy and secure.", |
||
| 328 | "keywords": [ |
||
| 329 | "humbug", |
||
| 330 | "phar", |
||
| 331 | "self-update", |
||
| 332 | "update" |
||
| 333 | ], |
||
| 334 | "time": "2016-01-05 23:08:01" |
||
| 335 | }, |
||
| 336 | { |
||
| 337 | "name": "phpdocumentor/reflection-common", |
||
| 338 | "version": "1.0", |
||
| 339 | "source": { |
||
| 340 | "type": "git", |
||
| 341 | "url": "https://github.com/phpDocumentor/ReflectionCommon.git", |
||
| 342 | "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c" |
||
| 343 | }, |
||
| 344 | "dist": { |
||
| 345 | "type": "zip", |
||
| 346 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c", |
||
| 347 | "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c", |
||
| 348 | "shasum": "" |
||
| 349 | }, |
||
| 350 | "require": { |
||
| 351 | "php": ">=5.5" |
||
| 352 | }, |
||
| 353 | "require-dev": { |
||
| 354 | "phpunit/phpunit": "^4.6" |
||
| 355 | }, |
||
| 356 | "type": "library", |
||
| 357 | "extra": { |
||
| 358 | "branch-alias": { |
||
| 359 | "dev-master": "1.0.x-dev" |
||
| 360 | } |
||
| 361 | }, |
||
| 362 | "autoload": { |
||
| 363 | "psr-4": { |
||
| 364 | "phpDocumentor\\Reflection\\": [ |
||
| 365 | "src" |
||
| 366 | ] |
||
| 367 | } |
||
| 368 | }, |
||
| 369 | "notification-url": "https://packagist.org/downloads/", |
||
| 370 | "license": [ |
||
| 371 | "MIT" |
||
| 372 | ], |
||
| 373 | "authors": [ |
||
| 374 | { |
||
| 375 | "name": "Jaap van Otterdijk", |
||
| 376 | "email": "[email protected]" |
||
| 377 | } |
||
| 378 | ], |
||
| 379 | "description": "Common reflection classes used by phpdocumentor to reflect the code structure", |
||
| 380 | "homepage": "http://www.phpdoc.org", |
||
| 381 | "keywords": [ |
||
| 382 | "FQSEN", |
||
| 383 | "phpDocumentor", |
||
| 384 | "phpdoc", |
||
| 385 | "reflection", |
||
| 386 | "static analysis" |
||
| 387 | ], |
||
| 388 | "time": "2015-12-27 11:43:31" |
||
| 389 | }, |
||
| 390 | { |
||
| 391 | "name": "phpdocumentor/reflection-docblock", |
||
| 392 | "version": "3.1.1", |
||
| 393 | "source": { |
||
| 394 | "type": "git", |
||
| 395 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
||
| 396 | "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e" |
||
| 397 | }, |
||
| 398 | "dist": { |
||
| 399 | "type": "zip", |
||
| 400 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e", |
||
| 401 | "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e", |
||
| 402 | "shasum": "" |
||
| 403 | }, |
||
| 404 | "require": { |
||
| 405 | "php": ">=5.5", |
||
| 406 | "phpdocumentor/reflection-common": "^1.0@dev", |
||
| 407 | "phpdocumentor/type-resolver": "^0.2.0", |
||
| 408 | "webmozart/assert": "^1.0" |
||
| 409 | }, |
||
| 410 | "require-dev": { |
||
| 411 | "mockery/mockery": "^0.9.4", |
||
| 412 | "phpunit/phpunit": "^4.4" |
||
| 413 | }, |
||
| 414 | "type": "library", |
||
| 415 | "autoload": { |
||
| 416 | "psr-4": { |
||
| 417 | "phpDocumentor\\Reflection\\": [ |
||
| 418 | "src/" |
||
| 419 | ] |
||
| 420 | } |
||
| 421 | }, |
||
| 422 | "notification-url": "https://packagist.org/downloads/", |
||
| 423 | "license": [ |
||
| 424 | "MIT" |
||
| 425 | ], |
||
| 426 | "authors": [ |
||
| 427 | { |
||
| 428 | "name": "Mike van Riel", |
||
| 429 | "email": "[email protected]" |
||
| 430 | } |
||
| 431 | ], |
||
| 432 | "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", |
||
| 433 | "time": "2016-09-30 07:12:33" |
||
| 434 | }, |
||
| 435 | { |
||
| 436 | "name": "phpdocumentor/type-resolver", |
||
| 437 | "version": "0.2", |
||
| 438 | "source": { |
||
| 439 | "type": "git", |
||
| 440 | "url": "https://github.com/phpDocumentor/TypeResolver.git", |
||
| 441 | "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443" |
||
| 442 | }, |
||
| 443 | "dist": { |
||
| 444 | "type": "zip", |
||
| 445 | "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/b39c7a5b194f9ed7bd0dd345c751007a41862443", |
||
| 446 | "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443", |
||
| 447 | "shasum": "" |
||
| 448 | }, |
||
| 449 | "require": { |
||
| 450 | "php": ">=5.5", |
||
| 451 | "phpdocumentor/reflection-common": "^1.0" |
||
| 452 | }, |
||
| 453 | "require-dev": { |
||
| 454 | "mockery/mockery": "^0.9.4", |
||
| 455 | "phpunit/phpunit": "^5.2||^4.8.24" |
||
| 456 | }, |
||
| 457 | "type": "library", |
||
| 458 | "extra": { |
||
| 459 | "branch-alias": { |
||
| 460 | "dev-master": "1.0.x-dev" |
||
| 461 | } |
||
| 462 | }, |
||
| 463 | "autoload": { |
||
| 464 | "psr-4": { |
||
| 465 | "phpDocumentor\\Reflection\\": [ |
||
| 466 | "src/" |
||
| 467 | ] |
||
| 468 | } |
||
| 469 | }, |
||
| 470 | "notification-url": "https://packagist.org/downloads/", |
||
| 471 | "license": [ |
||
| 472 | "MIT" |
||
| 473 | ], |
||
| 474 | "authors": [ |
||
| 475 | { |
||
| 476 | "name": "Mike van Riel", |
||
| 477 | "email": "[email protected]" |
||
| 478 | } |
||
| 479 | ], |
||
| 480 | "time": "2016-06-10 07:14:17" |
||
| 481 | }, |
||
| 482 | { |
||
| 483 | "name": "phpspec/prophecy", |
||
| 484 | "version": "v1.6.1", |
||
| 485 | "source": { |
||
| 486 | "type": "git", |
||
| 487 | "url": "https://github.com/phpspec/prophecy.git", |
||
| 488 | "reference": "58a8137754bc24b25740d4281399a4a3596058e0" |
||
| 489 | }, |
||
| 490 | "dist": { |
||
| 491 | "type": "zip", |
||
| 492 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/58a8137754bc24b25740d4281399a4a3596058e0", |
||
| 493 | "reference": "58a8137754bc24b25740d4281399a4a3596058e0", |
||
| 494 | "shasum": "" |
||
| 495 | }, |
||
| 496 | "require": { |
||
| 497 | "doctrine/instantiator": "^1.0.2", |
||
| 498 | "php": "^5.3|^7.0", |
||
| 499 | "phpdocumentor/reflection-docblock": "^2.0|^3.0.2", |
||
| 500 | "sebastian/comparator": "^1.1", |
||
| 501 | "sebastian/recursion-context": "^1.0" |
||
| 502 | }, |
||
| 503 | "require-dev": { |
||
| 504 | "phpspec/phpspec": "^2.0" |
||
| 505 | }, |
||
| 506 | "type": "library", |
||
| 507 | "extra": { |
||
| 508 | "branch-alias": { |
||
| 509 | "dev-master": "1.6.x-dev" |
||
| 510 | } |
||
| 511 | }, |
||
| 512 | "autoload": { |
||
| 513 | "psr-0": { |
||
| 514 | "Prophecy\\": "src/" |
||
| 515 | } |
||
| 516 | }, |
||
| 517 | "notification-url": "https://packagist.org/downloads/", |
||
| 518 | "license": [ |
||
| 519 | "MIT" |
||
| 520 | ], |
||
| 521 | "authors": [ |
||
| 522 | { |
||
| 523 | "name": "Konstantin Kudryashov", |
||
| 524 | "email": "[email protected]", |
||
| 525 | "homepage": "http://everzet.com" |
||
| 526 | }, |
||
| 527 | { |
||
| 528 | "name": "Marcello Duarte", |
||
| 529 | "email": "[email protected]" |
||
| 530 | } |
||
| 531 | ], |
||
| 532 | "description": "Highly opinionated mocking framework for PHP 5.3+", |
||
| 533 | "homepage": "https://github.com/phpspec/prophecy", |
||
| 534 | "keywords": [ |
||
| 535 | "Double", |
||
| 536 | "Dummy", |
||
| 537 | "fake", |
||
| 538 | "mock", |
||
| 539 | "spy", |
||
| 540 | "stub" |
||
| 541 | ], |
||
| 542 | "time": "2016-06-07 08:13:47" |
||
| 543 | }, |
||
| 544 | { |
||
| 545 | "name": "phpunit/php-code-coverage", |
||
| 546 | "version": "2.2.4", |
||
| 547 | "source": { |
||
| 548 | "type": "git", |
||
| 549 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
| 550 | "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979" |
||
| 551 | }, |
||
| 552 | "dist": { |
||
| 553 | "type": "zip", |
||
| 554 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979", |
||
| 555 | "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979", |
||
| 556 | "shasum": "" |
||
| 557 | }, |
||
| 558 | "require": { |
||
| 559 | "php": ">=5.3.3", |
||
| 560 | "phpunit/php-file-iterator": "~1.3", |
||
| 561 | "phpunit/php-text-template": "~1.2", |
||
| 562 | "phpunit/php-token-stream": "~1.3", |
||
| 563 | "sebastian/environment": "^1.3.2", |
||
| 564 | "sebastian/version": "~1.0" |
||
| 565 | }, |
||
| 566 | "require-dev": { |
||
| 567 | "ext-xdebug": ">=2.1.4", |
||
| 568 | "phpunit/phpunit": "~4" |
||
| 569 | }, |
||
| 570 | "suggest": { |
||
| 571 | "ext-dom": "*", |
||
| 572 | "ext-xdebug": ">=2.2.1", |
||
| 573 | "ext-xmlwriter": "*" |
||
| 574 | }, |
||
| 575 | "type": "library", |
||
| 576 | "extra": { |
||
| 577 | "branch-alias": { |
||
| 578 | "dev-master": "2.2.x-dev" |
||
| 579 | } |
||
| 580 | }, |
||
| 581 | "autoload": { |
||
| 582 | "classmap": [ |
||
| 583 | "src/" |
||
| 584 | ] |
||
| 585 | }, |
||
| 586 | "notification-url": "https://packagist.org/downloads/", |
||
| 587 | "license": [ |
||
| 588 | "BSD-3-Clause" |
||
| 589 | ], |
||
| 590 | "authors": [ |
||
| 591 | { |
||
| 592 | "name": "Sebastian Bergmann", |
||
| 593 | "email": "[email protected]", |
||
| 594 | "role": "lead" |
||
| 595 | } |
||
| 596 | ], |
||
| 597 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
| 598 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
| 599 | "keywords": [ |
||
| 600 | "coverage", |
||
| 601 | "testing", |
||
| 602 | "xunit" |
||
| 603 | ], |
||
| 604 | "time": "2015-10-06 15:47:00" |
||
| 605 | }, |
||
| 606 | { |
||
| 607 | "name": "phpunit/php-file-iterator", |
||
| 608 | "version": "1.3.4", |
||
| 609 | "source": { |
||
| 610 | "type": "git", |
||
| 611 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
| 612 | "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb" |
||
| 613 | }, |
||
| 614 | "dist": { |
||
| 615 | "type": "zip", |
||
| 616 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb", |
||
| 617 | "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb", |
||
| 618 | "shasum": "" |
||
| 619 | }, |
||
| 620 | "require": { |
||
| 621 | "php": ">=5.3.3" |
||
| 622 | }, |
||
| 623 | "type": "library", |
||
| 624 | "autoload": { |
||
| 625 | "classmap": [ |
||
| 626 | "File/" |
||
| 627 | ] |
||
| 628 | }, |
||
| 629 | "notification-url": "https://packagist.org/downloads/", |
||
| 630 | "include-path": [ |
||
| 631 | "" |
||
| 632 | ], |
||
| 633 | "license": [ |
||
| 634 | "BSD-3-Clause" |
||
| 635 | ], |
||
| 636 | "authors": [ |
||
| 637 | { |
||
| 638 | "name": "Sebastian Bergmann", |
||
| 639 | "email": "[email protected]", |
||
| 640 | "role": "lead" |
||
| 641 | } |
||
| 642 | ], |
||
| 643 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
| 644 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
| 645 | "keywords": [ |
||
| 646 | "filesystem", |
||
| 647 | "iterator" |
||
| 648 | ], |
||
| 649 | "time": "2013-10-10 15:34:57" |
||
| 650 | }, |
||
| 651 | { |
||
| 652 | "name": "phpunit/php-text-template", |
||
| 653 | "version": "1.2.1", |
||
| 654 | "source": { |
||
| 655 | "type": "git", |
||
| 656 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
| 657 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" |
||
| 658 | }, |
||
| 659 | "dist": { |
||
| 660 | "type": "zip", |
||
| 661 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
| 662 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
| 663 | "shasum": "" |
||
| 664 | }, |
||
| 665 | "require": { |
||
| 666 | "php": ">=5.3.3" |
||
| 667 | }, |
||
| 668 | "type": "library", |
||
| 669 | "autoload": { |
||
| 670 | "classmap": [ |
||
| 671 | "src/" |
||
| 672 | ] |
||
| 673 | }, |
||
| 674 | "notification-url": "https://packagist.org/downloads/", |
||
| 675 | "license": [ |
||
| 676 | "BSD-3-Clause" |
||
| 677 | ], |
||
| 678 | "authors": [ |
||
| 679 | { |
||
| 680 | "name": "Sebastian Bergmann", |
||
| 681 | "email": "[email protected]", |
||
| 682 | "role": "lead" |
||
| 683 | } |
||
| 684 | ], |
||
| 685 | "description": "Simple template engine.", |
||
| 686 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
| 687 | "keywords": [ |
||
| 688 | "template" |
||
| 689 | ], |
||
| 690 | "time": "2015-06-21 13:50:34" |
||
| 691 | }, |
||
| 692 | { |
||
| 693 | "name": "phpunit/php-timer", |
||
| 694 | "version": "1.0.8", |
||
| 695 | "source": { |
||
| 696 | "type": "git", |
||
| 697 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
| 698 | "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260" |
||
| 699 | }, |
||
| 700 | "dist": { |
||
| 701 | "type": "zip", |
||
| 702 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260", |
||
| 703 | "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260", |
||
| 704 | "shasum": "" |
||
| 705 | }, |
||
| 706 | "require": { |
||
| 707 | "php": ">=5.3.3" |
||
| 708 | }, |
||
| 709 | "require-dev": { |
||
| 710 | "phpunit/phpunit": "~4|~5" |
||
| 711 | }, |
||
| 712 | "type": "library", |
||
| 713 | "autoload": { |
||
| 714 | "classmap": [ |
||
| 715 | "src/" |
||
| 716 | ] |
||
| 717 | }, |
||
| 718 | "notification-url": "https://packagist.org/downloads/", |
||
| 719 | "license": [ |
||
| 720 | "BSD-3-Clause" |
||
| 721 | ], |
||
| 722 | "authors": [ |
||
| 723 | { |
||
| 724 | "name": "Sebastian Bergmann", |
||
| 725 | "email": "[email protected]", |
||
| 726 | "role": "lead" |
||
| 727 | } |
||
| 728 | ], |
||
| 729 | "description": "Utility class for timing", |
||
| 730 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
| 731 | "keywords": [ |
||
| 732 | "timer" |
||
| 733 | ], |
||
| 734 | "time": "2016-05-12 18:03:57" |
||
| 735 | }, |
||
| 736 | { |
||
| 737 | "name": "phpunit/php-token-stream", |
||
| 738 | "version": "1.4.8", |
||
| 739 | "source": { |
||
| 740 | "type": "git", |
||
| 741 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
| 742 | "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da" |
||
| 743 | }, |
||
| 744 | "dist": { |
||
| 745 | "type": "zip", |
||
| 746 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da", |
||
| 747 | "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da", |
||
| 748 | "shasum": "" |
||
| 749 | }, |
||
| 750 | "require": { |
||
| 751 | "ext-tokenizer": "*", |
||
| 752 | "php": ">=5.3.3" |
||
| 753 | }, |
||
| 754 | "require-dev": { |
||
| 755 | "phpunit/phpunit": "~4.2" |
||
| 756 | }, |
||
| 757 | "type": "library", |
||
| 758 | "extra": { |
||
| 759 | "branch-alias": { |
||
| 760 | "dev-master": "1.4-dev" |
||
| 761 | } |
||
| 762 | }, |
||
| 763 | "autoload": { |
||
| 764 | "classmap": [ |
||
| 765 | "src/" |
||
| 766 | ] |
||
| 767 | }, |
||
| 768 | "notification-url": "https://packagist.org/downloads/", |
||
| 769 | "license": [ |
||
| 770 | "BSD-3-Clause" |
||
| 771 | ], |
||
| 772 | "authors": [ |
||
| 773 | { |
||
| 774 | "name": "Sebastian Bergmann", |
||
| 775 | "email": "[email protected]" |
||
| 776 | } |
||
| 777 | ], |
||
| 778 | "description": "Wrapper around PHP's tokenizer extension.", |
||
| 779 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
| 780 | "keywords": [ |
||
| 781 | "tokenizer" |
||
| 782 | ], |
||
| 783 | "time": "2015-09-15 10:49:45" |
||
| 784 | }, |
||
| 785 | { |
||
| 786 | "name": "phpunit/phpunit", |
||
| 787 | "version": "4.5.1", |
||
| 788 | "source": { |
||
| 789 | "type": "git", |
||
| 790 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
| 791 | "reference": "d6429b0995b24a2d9dfe5587ee3a7071c1161af4" |
||
| 792 | }, |
||
| 793 | "dist": { |
||
| 794 | "type": "zip", |
||
| 795 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/d6429b0995b24a2d9dfe5587ee3a7071c1161af4", |
||
| 796 | "reference": "d6429b0995b24a2d9dfe5587ee3a7071c1161af4", |
||
| 797 | "shasum": "" |
||
| 798 | }, |
||
| 799 | "require": { |
||
| 800 | "ext-dom": "*", |
||
| 801 | "ext-json": "*", |
||
| 802 | "ext-pcre": "*", |
||
| 803 | "ext-reflection": "*", |
||
| 804 | "ext-spl": "*", |
||
| 805 | "php": ">=5.3.3", |
||
| 806 | "phpspec/prophecy": "~1.3,>=1.3.1", |
||
| 807 | "phpunit/php-code-coverage": "~2.0,>=2.0.11", |
||
| 808 | "phpunit/php-file-iterator": "~1.3.2", |
||
| 809 | "phpunit/php-text-template": "~1.2", |
||
| 810 | "phpunit/php-timer": "~1.0.2", |
||
| 811 | "phpunit/phpunit-mock-objects": "~2.3", |
||
| 812 | "sebastian/comparator": "~1.1", |
||
| 813 | "sebastian/diff": "~1.1", |
||
| 814 | "sebastian/environment": "~1.2", |
||
| 815 | "sebastian/exporter": "~1.2", |
||
| 816 | "sebastian/global-state": "~1.0", |
||
| 817 | "sebastian/version": "~1.0", |
||
| 818 | "symfony/yaml": "~2.0" |
||
| 819 | }, |
||
| 820 | "suggest": { |
||
| 821 | "phpunit/php-invoker": "~1.1" |
||
| 822 | }, |
||
| 823 | "bin": [ |
||
| 824 | "phpunit" |
||
| 825 | ], |
||
| 826 | "type": "library", |
||
| 827 | "extra": { |
||
| 828 | "branch-alias": { |
||
| 829 | "dev-master": "4.5.x-dev" |
||
| 830 | } |
||
| 831 | }, |
||
| 832 | "autoload": { |
||
| 833 | "classmap": [ |
||
| 834 | "src/" |
||
| 835 | ] |
||
| 836 | }, |
||
| 837 | "notification-url": "https://packagist.org/downloads/", |
||
| 838 | "license": [ |
||
| 839 | "BSD-3-Clause" |
||
| 840 | ], |
||
| 841 | "authors": [ |
||
| 842 | { |
||
| 843 | "name": "Sebastian Bergmann", |
||
| 844 | "email": "[email protected]", |
||
| 845 | "role": "lead" |
||
| 846 | } |
||
| 847 | ], |
||
| 848 | "description": "The PHP Unit Testing framework.", |
||
| 849 | "homepage": "https://phpunit.de/", |
||
| 850 | "keywords": [ |
||
| 851 | "phpunit", |
||
| 852 | "testing", |
||
| 853 | "xunit" |
||
| 854 | ], |
||
| 855 | "time": "2015-03-29 09:24:05" |
||
| 856 | }, |
||
| 857 | { |
||
| 858 | "name": "phpunit/phpunit-mock-objects", |
||
| 859 | "version": "2.3.8", |
||
| 860 | "source": { |
||
| 861 | "type": "git", |
||
| 862 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
||
| 863 | "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983" |
||
| 864 | }, |
||
| 865 | "dist": { |
||
| 866 | "type": "zip", |
||
| 867 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983", |
||
| 868 | "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983", |
||
| 869 | "shasum": "" |
||
| 870 | }, |
||
| 871 | "require": { |
||
| 872 | "doctrine/instantiator": "^1.0.2", |
||
| 873 | "php": ">=5.3.3", |
||
| 874 | "phpunit/php-text-template": "~1.2", |
||
| 875 | "sebastian/exporter": "~1.2" |
||
| 876 | }, |
||
| 877 | "require-dev": { |
||
| 878 | "phpunit/phpunit": "~4.4" |
||
| 879 | }, |
||
| 880 | "suggest": { |
||
| 881 | "ext-soap": "*" |
||
| 882 | }, |
||
| 883 | "type": "library", |
||
| 884 | "extra": { |
||
| 885 | "branch-alias": { |
||
| 886 | "dev-master": "2.3.x-dev" |
||
| 887 | } |
||
| 888 | }, |
||
| 889 | "autoload": { |
||
| 890 | "classmap": [ |
||
| 891 | "src/" |
||
| 892 | ] |
||
| 893 | }, |
||
| 894 | "notification-url": "https://packagist.org/downloads/", |
||
| 895 | "license": [ |
||
| 896 | "BSD-3-Clause" |
||
| 897 | ], |
||
| 898 | "authors": [ |
||
| 899 | { |
||
| 900 | "name": "Sebastian Bergmann", |
||
| 901 | "email": "[email protected]", |
||
| 902 | "role": "lead" |
||
| 903 | } |
||
| 904 | ], |
||
| 905 | "description": "Mock Object library for PHPUnit", |
||
| 906 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
||
| 907 | "keywords": [ |
||
| 908 | "mock", |
||
| 909 | "xunit" |
||
| 910 | ], |
||
| 911 | "time": "2015-10-02 06:51:40" |
||
| 912 | }, |
||
| 913 | { |
||
| 914 | "name": "psr/log", |
||
| 915 | "version": "1.0.1", |
||
| 916 | "source": { |
||
| 917 | "type": "git", |
||
| 918 | "url": "https://github.com/php-fig/log.git", |
||
| 919 | "reference": "5277094ed527a1c4477177d102fe4c53551953e0" |
||
| 920 | }, |
||
| 921 | "dist": { |
||
| 922 | "type": "zip", |
||
| 923 | "url": "https://api.github.com/repos/php-fig/log/zipball/5277094ed527a1c4477177d102fe4c53551953e0", |
||
| 924 | "reference": "5277094ed527a1c4477177d102fe4c53551953e0", |
||
| 925 | "shasum": "" |
||
| 926 | }, |
||
| 927 | "require": { |
||
| 928 | "php": ">=5.3.0" |
||
| 929 | }, |
||
| 930 | "type": "library", |
||
| 931 | "extra": { |
||
| 932 | "branch-alias": { |
||
| 933 | "dev-master": "1.0.x-dev" |
||
| 934 | } |
||
| 935 | }, |
||
| 936 | "autoload": { |
||
| 937 | "psr-4": { |
||
| 938 | "Psr\\Log\\": "Psr/Log/" |
||
| 939 | } |
||
| 940 | }, |
||
| 941 | "notification-url": "https://packagist.org/downloads/", |
||
| 942 | "license": [ |
||
| 943 | "MIT" |
||
| 944 | ], |
||
| 945 | "authors": [ |
||
| 946 | { |
||
| 947 | "name": "PHP-FIG", |
||
| 948 | "homepage": "http://www.php-fig.org/" |
||
| 949 | } |
||
| 950 | ], |
||
| 951 | "description": "Common interface for logging libraries", |
||
| 952 | "homepage": "https://github.com/php-fig/log", |
||
| 953 | "keywords": [ |
||
| 954 | "log", |
||
| 955 | "psr", |
||
| 956 | "psr-3" |
||
| 957 | ], |
||
| 958 | "time": "2016-09-19 16:02:08" |
||
| 959 | }, |
||
| 960 | { |
||
| 961 | "name": "satooshi/php-coveralls", |
||
| 962 | "version": "v1.0.1", |
||
| 963 | "source": { |
||
| 964 | "type": "git", |
||
| 965 | "url": "https://github.com/satooshi/php-coveralls.git", |
||
| 966 | "reference": "da51d304fe8622bf9a6da39a8446e7afd432115c" |
||
| 967 | }, |
||
| 968 | "dist": { |
||
| 969 | "type": "zip", |
||
| 970 | "url": "https://api.github.com/repos/satooshi/php-coveralls/zipball/da51d304fe8622bf9a6da39a8446e7afd432115c", |
||
| 971 | "reference": "da51d304fe8622bf9a6da39a8446e7afd432115c", |
||
| 972 | "shasum": "" |
||
| 973 | }, |
||
| 974 | "require": { |
||
| 975 | "ext-json": "*", |
||
| 976 | "ext-simplexml": "*", |
||
| 977 | "guzzle/guzzle": "^2.8|^3.0", |
||
| 978 | "php": ">=5.3.3", |
||
| 979 | "psr/log": "^1.0", |
||
| 980 | "symfony/config": "^2.1|^3.0", |
||
| 981 | "symfony/console": "^2.1|^3.0", |
||
| 982 | "symfony/stopwatch": "^2.0|^3.0", |
||
| 983 | "symfony/yaml": "^2.0|^3.0" |
||
| 984 | }, |
||
| 985 | "suggest": { |
||
| 986 | "symfony/http-kernel": "Allows Symfony integration" |
||
| 987 | }, |
||
| 988 | "bin": [ |
||
| 989 | "bin/coveralls" |
||
| 990 | ], |
||
| 991 | "type": "library", |
||
| 992 | "autoload": { |
||
| 993 | "psr-4": { |
||
| 994 | "Satooshi\\": "src/Satooshi/" |
||
| 995 | } |
||
| 996 | }, |
||
| 997 | "notification-url": "https://packagist.org/downloads/", |
||
| 998 | "license": [ |
||
| 999 | "MIT" |
||
| 1000 | ], |
||
| 1001 | "authors": [ |
||
| 1002 | { |
||
| 1003 | "name": "Kitamura Satoshi", |
||
| 1004 | "email": "[email protected]", |
||
| 1005 | "homepage": "https://www.facebook.com/satooshi.jp" |
||
| 1006 | } |
||
| 1007 | ], |
||
| 1008 | "description": "PHP client library for Coveralls API", |
||
| 1009 | "homepage": "https://github.com/satooshi/php-coveralls", |
||
| 1010 | "keywords": [ |
||
| 1011 | "ci", |
||
| 1012 | "coverage", |
||
| 1013 | "github", |
||
| 1014 | "test" |
||
| 1015 | ], |
||
| 1016 | "time": "2016-01-20 17:35:46" |
||
| 1017 | }, |
||
| 1018 | { |
||
| 1019 | "name": "sebastian/comparator", |
||
| 1020 | "version": "1.2.0", |
||
| 1021 | "source": { |
||
| 1022 | "type": "git", |
||
| 1023 | "url": "https://github.com/sebastianbergmann/comparator.git", |
||
| 1024 | "reference": "937efb279bd37a375bcadf584dec0726f84dbf22" |
||
| 1025 | }, |
||
| 1026 | "dist": { |
||
| 1027 | "type": "zip", |
||
| 1028 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22", |
||
| 1029 | "reference": "937efb279bd37a375bcadf584dec0726f84dbf22", |
||
| 1030 | "shasum": "" |
||
| 1031 | }, |
||
| 1032 | "require": { |
||
| 1033 | "php": ">=5.3.3", |
||
| 1034 | "sebastian/diff": "~1.2", |
||
| 1035 | "sebastian/exporter": "~1.2" |
||
| 1036 | }, |
||
| 1037 | "require-dev": { |
||
| 1038 | "phpunit/phpunit": "~4.4" |
||
| 1039 | }, |
||
| 1040 | "type": "library", |
||
| 1041 | "extra": { |
||
| 1042 | "branch-alias": { |
||
| 1043 | "dev-master": "1.2.x-dev" |
||
| 1044 | } |
||
| 1045 | }, |
||
| 1046 | "autoload": { |
||
| 1047 | "classmap": [ |
||
| 1048 | "src/" |
||
| 1049 | ] |
||
| 1050 | }, |
||
| 1051 | "notification-url": "https://packagist.org/downloads/", |
||
| 1052 | "license": [ |
||
| 1053 | "BSD-3-Clause" |
||
| 1054 | ], |
||
| 1055 | "authors": [ |
||
| 1056 | { |
||
| 1057 | "name": "Jeff Welch", |
||
| 1058 | "email": "[email protected]" |
||
| 1059 | }, |
||
| 1060 | { |
||
| 1061 | "name": "Volker Dusch", |
||
| 1062 | "email": "[email protected]" |
||
| 1063 | }, |
||
| 1064 | { |
||
| 1065 | "name": "Bernhard Schussek", |
||
| 1066 | "email": "[email protected]" |
||
| 1067 | }, |
||
| 1068 | { |
||
| 1069 | "name": "Sebastian Bergmann", |
||
| 1070 | "email": "[email protected]" |
||
| 1071 | } |
||
| 1072 | ], |
||
| 1073 | "description": "Provides the functionality to compare PHP values for equality", |
||
| 1074 | "homepage": "http://www.github.com/sebastianbergmann/comparator", |
||
| 1075 | "keywords": [ |
||
| 1076 | "comparator", |
||
| 1077 | "compare", |
||
| 1078 | "equality" |
||
| 1079 | ], |
||
| 1080 | "time": "2015-07-26 15:48:44" |
||
| 1081 | }, |
||
| 1082 | { |
||
| 1083 | "name": "sebastian/diff", |
||
| 1084 | "version": "1.4.1", |
||
| 1085 | "source": { |
||
| 1086 | "type": "git", |
||
| 1087 | "url": "https://github.com/sebastianbergmann/diff.git", |
||
| 1088 | "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e" |
||
| 1089 | }, |
||
| 1090 | "dist": { |
||
| 1091 | "type": "zip", |
||
| 1092 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e", |
||
| 1093 | "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e", |
||
| 1094 | "shasum": "" |
||
| 1095 | }, |
||
| 1096 | "require": { |
||
| 1097 | "php": ">=5.3.3" |
||
| 1098 | }, |
||
| 1099 | "require-dev": { |
||
| 1100 | "phpunit/phpunit": "~4.8" |
||
| 1101 | }, |
||
| 1102 | "type": "library", |
||
| 1103 | "extra": { |
||
| 1104 | "branch-alias": { |
||
| 1105 | "dev-master": "1.4-dev" |
||
| 1106 | } |
||
| 1107 | }, |
||
| 1108 | "autoload": { |
||
| 1109 | "classmap": [ |
||
| 1110 | "src/" |
||
| 1111 | ] |
||
| 1112 | }, |
||
| 1113 | "notification-url": "https://packagist.org/downloads/", |
||
| 1114 | "license": [ |
||
| 1115 | "BSD-3-Clause" |
||
| 1116 | ], |
||
| 1117 | "authors": [ |
||
| 1118 | { |
||
| 1119 | "name": "Kore Nordmann", |
||
| 1120 | "email": "[email protected]" |
||
| 1121 | }, |
||
| 1122 | { |
||
| 1123 | "name": "Sebastian Bergmann", |
||
| 1124 | "email": "[email protected]" |
||
| 1125 | } |
||
| 1126 | ], |
||
| 1127 | "description": "Diff implementation", |
||
| 1128 | "homepage": "https://github.com/sebastianbergmann/diff", |
||
| 1129 | "keywords": [ |
||
| 1130 | "diff" |
||
| 1131 | ], |
||
| 1132 | "time": "2015-12-08 07:14:41" |
||
| 1133 | }, |
||
| 1134 | { |
||
| 1135 | "name": "sebastian/environment", |
||
| 1136 | "version": "1.3.8", |
||
| 1137 | "source": { |
||
| 1138 | "type": "git", |
||
| 1139 | "url": "https://github.com/sebastianbergmann/environment.git", |
||
| 1140 | "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea" |
||
| 1141 | }, |
||
| 1142 | "dist": { |
||
| 1143 | "type": "zip", |
||
| 1144 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea", |
||
| 1145 | "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea", |
||
| 1146 | "shasum": "" |
||
| 1147 | }, |
||
| 1148 | "require": { |
||
| 1149 | "php": "^5.3.3 || ^7.0" |
||
| 1150 | }, |
||
| 1151 | "require-dev": { |
||
| 1152 | "phpunit/phpunit": "^4.8 || ^5.0" |
||
| 1153 | }, |
||
| 1154 | "type": "library", |
||
| 1155 | "extra": { |
||
| 1156 | "branch-alias": { |
||
| 1157 | "dev-master": "1.3.x-dev" |
||
| 1158 | } |
||
| 1159 | }, |
||
| 1160 | "autoload": { |
||
| 1161 | "classmap": [ |
||
| 1162 | "src/" |
||
| 1163 | ] |
||
| 1164 | }, |
||
| 1165 | "notification-url": "https://packagist.org/downloads/", |
||
| 1166 | "license": [ |
||
| 1167 | "BSD-3-Clause" |
||
| 1168 | ], |
||
| 1169 | "authors": [ |
||
| 1170 | { |
||
| 1171 | "name": "Sebastian Bergmann", |
||
| 1172 | "email": "[email protected]" |
||
| 1173 | } |
||
| 1174 | ], |
||
| 1175 | "description": "Provides functionality to handle HHVM/PHP environments", |
||
| 1176 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
||
| 1177 | "keywords": [ |
||
| 1178 | "Xdebug", |
||
| 1179 | "environment", |
||
| 1180 | "hhvm" |
||
| 1181 | ], |
||
| 1182 | "time": "2016-08-18 05:49:44" |
||
| 1183 | }, |
||
| 1184 | { |
||
| 1185 | "name": "sebastian/exporter", |
||
| 1186 | "version": "1.2.2", |
||
| 1187 | "source": { |
||
| 1188 | "type": "git", |
||
| 1189 | "url": "https://github.com/sebastianbergmann/exporter.git", |
||
| 1190 | "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4" |
||
| 1191 | }, |
||
| 1192 | "dist": { |
||
| 1193 | "type": "zip", |
||
| 1194 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4", |
||
| 1195 | "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4", |
||
| 1196 | "shasum": "" |
||
| 1197 | }, |
||
| 1198 | "require": { |
||
| 1199 | "php": ">=5.3.3", |
||
| 1200 | "sebastian/recursion-context": "~1.0" |
||
| 1201 | }, |
||
| 1202 | "require-dev": { |
||
| 1203 | "ext-mbstring": "*", |
||
| 1204 | "phpunit/phpunit": "~4.4" |
||
| 1205 | }, |
||
| 1206 | "type": "library", |
||
| 1207 | "extra": { |
||
| 1208 | "branch-alias": { |
||
| 1209 | "dev-master": "1.3.x-dev" |
||
| 1210 | } |
||
| 1211 | }, |
||
| 1212 | "autoload": { |
||
| 1213 | "classmap": [ |
||
| 1214 | "src/" |
||
| 1215 | ] |
||
| 1216 | }, |
||
| 1217 | "notification-url": "https://packagist.org/downloads/", |
||
| 1218 | "license": [ |
||
| 1219 | "BSD-3-Clause" |
||
| 1220 | ], |
||
| 1221 | "authors": [ |
||
| 1222 | { |
||
| 1223 | "name": "Jeff Welch", |
||
| 1224 | "email": "[email protected]" |
||
| 1225 | }, |
||
| 1226 | { |
||
| 1227 | "name": "Volker Dusch", |
||
| 1228 | "email": "[email protected]" |
||
| 1229 | }, |
||
| 1230 | { |
||
| 1231 | "name": "Bernhard Schussek", |
||
| 1232 | "email": "[email protected]" |
||
| 1233 | }, |
||
| 1234 | { |
||
| 1235 | "name": "Sebastian Bergmann", |
||
| 1236 | "email": "[email protected]" |
||
| 1237 | }, |
||
| 1238 | { |
||
| 1239 | "name": "Adam Harvey", |
||
| 1240 | "email": "[email protected]" |
||
| 1241 | } |
||
| 1242 | ], |
||
| 1243 | "description": "Provides the functionality to export PHP variables for visualization", |
||
| 1244 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
||
| 1245 | "keywords": [ |
||
| 1246 | "export", |
||
| 1247 | "exporter" |
||
| 1248 | ], |
||
| 1249 | "time": "2016-06-17 09:04:28" |
||
| 1250 | }, |
||
| 1251 | { |
||
| 1252 | "name": "sebastian/global-state", |
||
| 1253 | "version": "1.1.1", |
||
| 1254 | "source": { |
||
| 1255 | "type": "git", |
||
| 1256 | "url": "https://github.com/sebastianbergmann/global-state.git", |
||
| 1257 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4" |
||
| 1258 | }, |
||
| 1259 | "dist": { |
||
| 1260 | "type": "zip", |
||
| 1261 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
| 1262 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
| 1263 | "shasum": "" |
||
| 1264 | }, |
||
| 1265 | "require": { |
||
| 1266 | "php": ">=5.3.3" |
||
| 1267 | }, |
||
| 1268 | "require-dev": { |
||
| 1269 | "phpunit/phpunit": "~4.2" |
||
| 1270 | }, |
||
| 1271 | "suggest": { |
||
| 1272 | "ext-uopz": "*" |
||
| 1273 | }, |
||
| 1274 | "type": "library", |
||
| 1275 | "extra": { |
||
| 1276 | "branch-alias": { |
||
| 1277 | "dev-master": "1.0-dev" |
||
| 1278 | } |
||
| 1279 | }, |
||
| 1280 | "autoload": { |
||
| 1281 | "classmap": [ |
||
| 1282 | "src/" |
||
| 1283 | ] |
||
| 1284 | }, |
||
| 1285 | "notification-url": "https://packagist.org/downloads/", |
||
| 1286 | "license": [ |
||
| 1287 | "BSD-3-Clause" |
||
| 1288 | ], |
||
| 1289 | "authors": [ |
||
| 1290 | { |
||
| 1291 | "name": "Sebastian Bergmann", |
||
| 1292 | "email": "[email protected]" |
||
| 1293 | } |
||
| 1294 | ], |
||
| 1295 | "description": "Snapshotting of global state", |
||
| 1296 | "homepage": "http://www.github.com/sebastianbergmann/global-state", |
||
| 1297 | "keywords": [ |
||
| 1298 | "global state" |
||
| 1299 | ], |
||
| 1300 | "time": "2015-10-12 03:26:01" |
||
| 1301 | }, |
||
| 1302 | { |
||
| 1303 | "name": "sebastian/recursion-context", |
||
| 1304 | "version": "1.0.2", |
||
| 1305 | "source": { |
||
| 1306 | "type": "git", |
||
| 1307 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
||
| 1308 | "reference": "913401df809e99e4f47b27cdd781f4a258d58791" |
||
| 1309 | }, |
||
| 1310 | "dist": { |
||
| 1311 | "type": "zip", |
||
| 1312 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791", |
||
| 1313 | "reference": "913401df809e99e4f47b27cdd781f4a258d58791", |
||
| 1314 | "shasum": "" |
||
| 1315 | }, |
||
| 1316 | "require": { |
||
| 1317 | "php": ">=5.3.3" |
||
| 1318 | }, |
||
| 1319 | "require-dev": { |
||
| 1320 | "phpunit/phpunit": "~4.4" |
||
| 1321 | }, |
||
| 1322 | "type": "library", |
||
| 1323 | "extra": { |
||
| 1324 | "branch-alias": { |
||
| 1325 | "dev-master": "1.0.x-dev" |
||
| 1326 | } |
||
| 1327 | }, |
||
| 1328 | "autoload": { |
||
| 1329 | "classmap": [ |
||
| 1330 | "src/" |
||
| 1331 | ] |
||
| 1332 | }, |
||
| 1333 | "notification-url": "https://packagist.org/downloads/", |
||
| 1334 | "license": [ |
||
| 1335 | "BSD-3-Clause" |
||
| 1336 | ], |
||
| 1337 | "authors": [ |
||
| 1338 | { |
||
| 1339 | "name": "Jeff Welch", |
||
| 1340 | "email": "[email protected]" |
||
| 1341 | }, |
||
| 1342 | { |
||
| 1343 | "name": "Sebastian Bergmann", |
||
| 1344 | "email": "[email protected]" |
||
| 1345 | }, |
||
| 1346 | { |
||
| 1347 | "name": "Adam Harvey", |
||
| 1348 | "email": "[email protected]" |
||
| 1349 | } |
||
| 1350 | ], |
||
| 1351 | "description": "Provides functionality to recursively process PHP variables", |
||
| 1352 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
||
| 1353 | "time": "2015-11-11 19:50:13" |
||
| 1354 | }, |
||
| 1355 | { |
||
| 1356 | "name": "sebastian/version", |
||
| 1357 | "version": "1.0.6", |
||
| 1358 | "source": { |
||
| 1359 | "type": "git", |
||
| 1360 | "url": "https://github.com/sebastianbergmann/version.git", |
||
| 1361 | "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6" |
||
| 1362 | }, |
||
| 1363 | "dist": { |
||
| 1364 | "type": "zip", |
||
| 1365 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", |
||
| 1366 | "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", |
||
| 1367 | "shasum": "" |
||
| 1368 | }, |
||
| 1369 | "type": "library", |
||
| 1370 | "autoload": { |
||
| 1371 | "classmap": [ |
||
| 1372 | "src/" |
||
| 1373 | ] |
||
| 1374 | }, |
||
| 1375 | "notification-url": "https://packagist.org/downloads/", |
||
| 1376 | "license": [ |
||
| 1377 | "BSD-3-Clause" |
||
| 1378 | ], |
||
| 1379 | "authors": [ |
||
| 1380 | { |
||
| 1381 | "name": "Sebastian Bergmann", |
||
| 1382 | "email": "[email protected]", |
||
| 1383 | "role": "lead" |
||
| 1384 | } |
||
| 1385 | ], |
||
| 1386 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
||
| 1387 | "homepage": "https://github.com/sebastianbergmann/version", |
||
| 1388 | "time": "2015-06-21 13:59:46" |
||
| 1389 | }, |
||
| 1390 | { |
||
| 1391 | "name": "squizlabs/php_codesniffer", |
||
| 1392 | "version": "2.7.0", |
||
| 1393 | "source": { |
||
| 1394 | "type": "git", |
||
| 1395 | "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", |
||
| 1396 | "reference": "571e27b6348e5b3a637b2abc82ac0d01e6d7bbed" |
||
| 1397 | }, |
||
| 1398 | "dist": { |
||
| 1399 | "type": "zip", |
||
| 1400 | "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/571e27b6348e5b3a637b2abc82ac0d01e6d7bbed", |
||
| 1401 | "reference": "571e27b6348e5b3a637b2abc82ac0d01e6d7bbed", |
||
| 1402 | "shasum": "" |
||
| 1403 | }, |
||
| 1404 | "require": { |
||
| 1405 | "ext-simplexml": "*", |
||
| 1406 | "ext-tokenizer": "*", |
||
| 1407 | "ext-xmlwriter": "*", |
||
| 1408 | "php": ">=5.1.2" |
||
| 1409 | }, |
||
| 1410 | "require-dev": { |
||
| 1411 | "phpunit/phpunit": "~4.0" |
||
| 1412 | }, |
||
| 1413 | "bin": [ |
||
| 1414 | "scripts/phpcs", |
||
| 1415 | "scripts/phpcbf" |
||
| 1416 | ], |
||
| 1417 | "type": "library", |
||
| 1418 | "extra": { |
||
| 1419 | "branch-alias": { |
||
| 1420 | "dev-master": "2.x-dev" |
||
| 1421 | } |
||
| 1422 | }, |
||
| 1423 | "autoload": { |
||
| 1424 | "classmap": [ |
||
| 1425 | "CodeSniffer.php", |
||
| 1426 | "CodeSniffer/CLI.php", |
||
| 1427 | "CodeSniffer/Exception.php", |
||
| 1428 | "CodeSniffer/File.php", |
||
| 1429 | "CodeSniffer/Fixer.php", |
||
| 1430 | "CodeSniffer/Report.php", |
||
| 1431 | "CodeSniffer/Reporting.php", |
||
| 1432 | "CodeSniffer/Sniff.php", |
||
| 1433 | "CodeSniffer/Tokens.php", |
||
| 1434 | "CodeSniffer/Reports/", |
||
| 1435 | "CodeSniffer/Tokenizers/", |
||
| 1436 | "CodeSniffer/DocGenerators/", |
||
| 1437 | "CodeSniffer/Standards/AbstractPatternSniff.php", |
||
| 1438 | "CodeSniffer/Standards/AbstractScopeSniff.php", |
||
| 1439 | "CodeSniffer/Standards/AbstractVariableSniff.php", |
||
| 1440 | "CodeSniffer/Standards/IncorrectPatternException.php", |
||
| 1441 | "CodeSniffer/Standards/Generic/Sniffs/", |
||
| 1442 | "CodeSniffer/Standards/MySource/Sniffs/", |
||
| 1443 | "CodeSniffer/Standards/PEAR/Sniffs/", |
||
| 1444 | "CodeSniffer/Standards/PSR1/Sniffs/", |
||
| 1445 | "CodeSniffer/Standards/PSR2/Sniffs/", |
||
| 1446 | "CodeSniffer/Standards/Squiz/Sniffs/", |
||
| 1447 | "CodeSniffer/Standards/Zend/Sniffs/" |
||
| 1448 | ] |
||
| 1449 | }, |
||
| 1450 | "notification-url": "https://packagist.org/downloads/", |
||
| 1451 | "license": [ |
||
| 1452 | "BSD-3-Clause" |
||
| 1453 | ], |
||
| 1454 | "authors": [ |
||
| 1455 | { |
||
| 1456 | "name": "Greg Sherwood", |
||
| 1457 | "role": "lead" |
||
| 1458 | } |
||
| 1459 | ], |
||
| 1460 | "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", |
||
| 1461 | "homepage": "http://www.squizlabs.com/php-codesniffer", |
||
| 1462 | "keywords": [ |
||
| 1463 | "phpcs", |
||
| 1464 | "standards" |
||
| 1465 | ], |
||
| 1466 | "time": "2016-09-01 23:53:02" |
||
| 1467 | }, |
||
| 1468 | { |
||
| 1469 | "name": "symfony/class-loader", |
||
| 1470 | "version": "v3.1.5", |
||
| 1471 | "source": { |
||
| 1472 | "type": "git", |
||
| 1473 | "url": "https://github.com/symfony/class-loader.git", |
||
| 1474 | "reference": "bcb072aba46ddf3b1a496438c63be6be647739aa" |
||
| 1475 | }, |
||
| 1476 | "dist": { |
||
| 1477 | "type": "zip", |
||
| 1478 | "url": "https://api.github.com/repos/symfony/class-loader/zipball/bcb072aba46ddf3b1a496438c63be6be647739aa", |
||
| 1479 | "reference": "bcb072aba46ddf3b1a496438c63be6be647739aa", |
||
| 1480 | "shasum": "" |
||
| 1481 | }, |
||
| 1482 | "require": { |
||
| 1483 | "php": ">=5.5.9" |
||
| 1484 | }, |
||
| 1485 | "require-dev": { |
||
| 1486 | "symfony/finder": "~2.8|~3.0", |
||
| 1487 | "symfony/polyfill-apcu": "~1.1" |
||
| 1488 | }, |
||
| 1489 | "suggest": { |
||
| 1490 | "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM" |
||
| 1491 | }, |
||
| 1492 | "type": "library", |
||
| 1493 | "extra": { |
||
| 1494 | "branch-alias": { |
||
| 1495 | "dev-master": "3.1-dev" |
||
| 1496 | } |
||
| 1497 | }, |
||
| 1498 | "autoload": { |
||
| 1499 | "psr-4": { |
||
| 1500 | "Symfony\\Component\\ClassLoader\\": "" |
||
| 1501 | }, |
||
| 1502 | "exclude-from-classmap": [ |
||
| 1503 | "/Tests/" |
||
| 1504 | ] |
||
| 1505 | }, |
||
| 1506 | "notification-url": "https://packagist.org/downloads/", |
||
| 1507 | "license": [ |
||
| 1508 | "MIT" |
||
| 1509 | ], |
||
| 1510 | "authors": [ |
||
| 1511 | { |
||
| 1512 | "name": "Fabien Potencier", |
||
| 1513 | "email": "[email protected]" |
||
| 1514 | }, |
||
| 1515 | { |
||
| 1516 | "name": "Symfony Community", |
||
| 1517 | "homepage": "https://symfony.com/contributors" |
||
| 1518 | } |
||
| 1519 | ], |
||
| 1520 | "description": "Symfony ClassLoader Component", |
||
| 1521 | "homepage": "https://symfony.com", |
||
| 1522 | "time": "2016-09-06 23:30:54" |
||
| 1523 | }, |
||
| 1524 | { |
||
| 1525 | "name": "symfony/config", |
||
| 1526 | "version": "v3.1.5", |
||
| 1527 | "source": { |
||
| 1528 | "type": "git", |
||
| 1529 | "url": "https://github.com/symfony/config.git", |
||
| 1530 | "reference": "949e7e846743a7f9e46dc50eb639d5fde1f53341" |
||
| 1531 | }, |
||
| 1532 | "dist": { |
||
| 1533 | "type": "zip", |
||
| 1534 | "url": "https://api.github.com/repos/symfony/config/zipball/949e7e846743a7f9e46dc50eb639d5fde1f53341", |
||
| 1535 | "reference": "949e7e846743a7f9e46dc50eb639d5fde1f53341", |
||
| 1536 | "shasum": "" |
||
| 1537 | }, |
||
| 1538 | "require": { |
||
| 1539 | "php": ">=5.5.9", |
||
| 1540 | "symfony/filesystem": "~2.8|~3.0" |
||
| 1541 | }, |
||
| 1542 | "suggest": { |
||
| 1543 | "symfony/yaml": "To use the yaml reference dumper" |
||
| 1544 | }, |
||
| 1545 | "type": "library", |
||
| 1546 | "extra": { |
||
| 1547 | "branch-alias": { |
||
| 1548 | "dev-master": "3.1-dev" |
||
| 1549 | } |
||
| 1550 | }, |
||
| 1551 | "autoload": { |
||
| 1552 | "psr-4": { |
||
| 1553 | "Symfony\\Component\\Config\\": "" |
||
| 1554 | }, |
||
| 1555 | "exclude-from-classmap": [ |
||
| 1556 | "/Tests/" |
||
| 1557 | ] |
||
| 1558 | }, |
||
| 1559 | "notification-url": "https://packagist.org/downloads/", |
||
| 1560 | "license": [ |
||
| 1561 | "MIT" |
||
| 1562 | ], |
||
| 1563 | "authors": [ |
||
| 1564 | { |
||
| 1565 | "name": "Fabien Potencier", |
||
| 1566 | "email": "[email protected]" |
||
| 1567 | }, |
||
| 1568 | { |
||
| 1569 | "name": "Symfony Community", |
||
| 1570 | "homepage": "https://symfony.com/contributors" |
||
| 1571 | } |
||
| 1572 | ], |
||
| 1573 | "description": "Symfony Config Component", |
||
| 1574 | "homepage": "https://symfony.com", |
||
| 1575 | "time": "2016-09-25 08:27:07" |
||
| 1576 | }, |
||
| 1577 | { |
||
| 1578 | "name": "symfony/console", |
||
| 1579 | "version": "v3.1.5", |
||
| 1580 | "source": { |
||
| 1581 | "type": "git", |
||
| 1582 | "url": "https://github.com/symfony/console.git", |
||
| 1583 | "reference": "6cb0872fb57b38b3b09ff213c21ed693956b9eb0" |
||
| 1584 | }, |
||
| 1585 | "dist": { |
||
| 1586 | "type": "zip", |
||
| 1587 | "url": "https://api.github.com/repos/symfony/console/zipball/6cb0872fb57b38b3b09ff213c21ed693956b9eb0", |
||
| 1588 | "reference": "6cb0872fb57b38b3b09ff213c21ed693956b9eb0", |
||
| 1589 | "shasum": "" |
||
| 1590 | }, |
||
| 1591 | "require": { |
||
| 1592 | "php": ">=5.5.9", |
||
| 1593 | "symfony/debug": "~2.8|~3.0", |
||
| 1594 | "symfony/polyfill-mbstring": "~1.0" |
||
| 1595 | }, |
||
| 1596 | "require-dev": { |
||
| 1597 | "psr/log": "~1.0", |
||
| 1598 | "symfony/event-dispatcher": "~2.8|~3.0", |
||
| 1599 | "symfony/process": "~2.8|~3.0" |
||
| 1600 | }, |
||
| 1601 | "suggest": { |
||
| 1602 | "psr/log": "For using the console logger", |
||
| 1603 | "symfony/event-dispatcher": "", |
||
| 1604 | "symfony/process": "" |
||
| 1605 | }, |
||
| 1606 | "type": "library", |
||
| 1607 | "extra": { |
||
| 1608 | "branch-alias": { |
||
| 1609 | "dev-master": "3.1-dev" |
||
| 1610 | } |
||
| 1611 | }, |
||
| 1612 | "autoload": { |
||
| 1613 | "psr-4": { |
||
| 1614 | "Symfony\\Component\\Console\\": "" |
||
| 1615 | }, |
||
| 1616 | "exclude-from-classmap": [ |
||
| 1617 | "/Tests/" |
||
| 1618 | ] |
||
| 1619 | }, |
||
| 1620 | "notification-url": "https://packagist.org/downloads/", |
||
| 1621 | "license": [ |
||
| 1622 | "MIT" |
||
| 1623 | ], |
||
| 1624 | "authors": [ |
||
| 1625 | { |
||
| 1626 | "name": "Fabien Potencier", |
||
| 1627 | "email": "[email protected]" |
||
| 1628 | }, |
||
| 1629 | { |
||
| 1630 | "name": "Symfony Community", |
||
| 1631 | "homepage": "https://symfony.com/contributors" |
||
| 1632 | } |
||
| 1633 | ], |
||
| 1634 | "description": "Symfony Console Component", |
||
| 1635 | "homepage": "https://symfony.com", |
||
| 1636 | "time": "2016-09-28 00:11:12" |
||
| 1637 | }, |
||
| 1638 | { |
||
| 1639 | "name": "symfony/debug", |
||
| 1640 | "version": "v3.1.5", |
||
| 1641 | "source": { |
||
| 1642 | "type": "git", |
||
| 1643 | "url": "https://github.com/symfony/debug.git", |
||
| 1644 | "reference": "e2b3f74a67fc928adc3c1b9027f73e1bc01190a8" |
||
| 1645 | }, |
||
| 1646 | "dist": { |
||
| 1647 | "type": "zip", |
||
| 1648 | "url": "https://api.github.com/repos/symfony/debug/zipball/e2b3f74a67fc928adc3c1b9027f73e1bc01190a8", |
||
| 1649 | "reference": "e2b3f74a67fc928adc3c1b9027f73e1bc01190a8", |
||
| 1650 | "shasum": "" |
||
| 1651 | }, |
||
| 1652 | "require": { |
||
| 1653 | "php": ">=5.5.9", |
||
| 1654 | "psr/log": "~1.0" |
||
| 1655 | }, |
||
| 1656 | "conflict": { |
||
| 1657 | "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" |
||
| 1658 | }, |
||
| 1659 | "require-dev": { |
||
| 1660 | "symfony/class-loader": "~2.8|~3.0", |
||
| 1661 | "symfony/http-kernel": "~2.8|~3.0" |
||
| 1662 | }, |
||
| 1663 | "type": "library", |
||
| 1664 | "extra": { |
||
| 1665 | "branch-alias": { |
||
| 1666 | "dev-master": "3.1-dev" |
||
| 1667 | } |
||
| 1668 | }, |
||
| 1669 | "autoload": { |
||
| 1670 | "psr-4": { |
||
| 1671 | "Symfony\\Component\\Debug\\": "" |
||
| 1672 | }, |
||
| 1673 | "exclude-from-classmap": [ |
||
| 1674 | "/Tests/" |
||
| 1675 | ] |
||
| 1676 | }, |
||
| 1677 | "notification-url": "https://packagist.org/downloads/", |
||
| 1678 | "license": [ |
||
| 1679 | "MIT" |
||
| 1680 | ], |
||
| 1681 | "authors": [ |
||
| 1682 | { |
||
| 1683 | "name": "Fabien Potencier", |
||
| 1684 | "email": "[email protected]" |
||
| 1685 | }, |
||
| 1686 | { |
||
| 1687 | "name": "Symfony Community", |
||
| 1688 | "homepage": "https://symfony.com/contributors" |
||
| 1689 | } |
||
| 1690 | ], |
||
| 1691 | "description": "Symfony Debug Component", |
||
| 1692 | "homepage": "https://symfony.com", |
||
| 1693 | "time": "2016-09-06 11:02:40" |
||
| 1694 | }, |
||
| 1695 | { |
||
| 1696 | "name": "symfony/event-dispatcher", |
||
| 1697 | "version": "v2.8.12", |
||
| 1698 | "source": { |
||
| 1699 | "type": "git", |
||
| 1700 | "url": "https://github.com/symfony/event-dispatcher.git", |
||
| 1701 | "reference": "889983a79a043dfda68f38c38b6dba092dd49cd8" |
||
| 1702 | }, |
||
| 1703 | "dist": { |
||
| 1704 | "type": "zip", |
||
| 1705 | "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/889983a79a043dfda68f38c38b6dba092dd49cd8", |
||
| 1706 | "reference": "889983a79a043dfda68f38c38b6dba092dd49cd8", |
||
| 1707 | "shasum": "" |
||
| 1708 | }, |
||
| 1709 | "require": { |
||
| 1710 | "php": ">=5.3.9" |
||
| 1711 | }, |
||
| 1712 | "require-dev": { |
||
| 1713 | "psr/log": "~1.0", |
||
| 1714 | "symfony/config": "~2.0,>=2.0.5|~3.0.0", |
||
| 1715 | "symfony/dependency-injection": "~2.6|~3.0.0", |
||
| 1716 | "symfony/expression-language": "~2.6|~3.0.0", |
||
| 1717 | "symfony/stopwatch": "~2.3|~3.0.0" |
||
| 1718 | }, |
||
| 1719 | "suggest": { |
||
| 1720 | "symfony/dependency-injection": "", |
||
| 1721 | "symfony/http-kernel": "" |
||
| 1722 | }, |
||
| 1723 | "type": "library", |
||
| 1724 | "extra": { |
||
| 1725 | "branch-alias": { |
||
| 1726 | "dev-master": "2.8-dev" |
||
| 1727 | } |
||
| 1728 | }, |
||
| 1729 | "autoload": { |
||
| 1730 | "psr-4": { |
||
| 1731 | "Symfony\\Component\\EventDispatcher\\": "" |
||
| 1732 | }, |
||
| 1733 | "exclude-from-classmap": [ |
||
| 1734 | "/Tests/" |
||
| 1735 | ] |
||
| 1736 | }, |
||
| 1737 | "notification-url": "https://packagist.org/downloads/", |
||
| 1738 | "license": [ |
||
| 1739 | "MIT" |
||
| 1740 | ], |
||
| 1741 | "authors": [ |
||
| 1742 | { |
||
| 1743 | "name": "Fabien Potencier", |
||
| 1744 | "email": "[email protected]" |
||
| 1745 | }, |
||
| 1746 | { |
||
| 1747 | "name": "Symfony Community", |
||
| 1748 | "homepage": "https://symfony.com/contributors" |
||
| 1749 | } |
||
| 1750 | ], |
||
| 1751 | "description": "Symfony EventDispatcher Component", |
||
| 1752 | "homepage": "https://symfony.com", |
||
| 1753 | "time": "2016-07-28 16:56:28" |
||
| 1754 | }, |
||
| 1755 | { |
||
| 1756 | "name": "symfony/filesystem", |
||
| 1757 | "version": "v3.1.5", |
||
| 1758 | "source": { |
||
| 1759 | "type": "git", |
||
| 1760 | "url": "https://github.com/symfony/filesystem.git", |
||
| 1761 | "reference": "682fd8fdb3135fdf05fc496a01579ccf6c85c0e5" |
||
| 1762 | }, |
||
| 1763 | "dist": { |
||
| 1764 | "type": "zip", |
||
| 1765 | "url": "https://api.github.com/repos/symfony/filesystem/zipball/682fd8fdb3135fdf05fc496a01579ccf6c85c0e5", |
||
| 1766 | "reference": "682fd8fdb3135fdf05fc496a01579ccf6c85c0e5", |
||
| 1767 | "shasum": "" |
||
| 1768 | }, |
||
| 1769 | "require": { |
||
| 1770 | "php": ">=5.5.9" |
||
| 1771 | }, |
||
| 1772 | "type": "library", |
||
| 1773 | "extra": { |
||
| 1774 | "branch-alias": { |
||
| 1775 | "dev-master": "3.1-dev" |
||
| 1776 | } |
||
| 1777 | }, |
||
| 1778 | "autoload": { |
||
| 1779 | "psr-4": { |
||
| 1780 | "Symfony\\Component\\Filesystem\\": "" |
||
| 1781 | }, |
||
| 1782 | "exclude-from-classmap": [ |
||
| 1783 | "/Tests/" |
||
| 1784 | ] |
||
| 1785 | }, |
||
| 1786 | "notification-url": "https://packagist.org/downloads/", |
||
| 1787 | "license": [ |
||
| 1788 | "MIT" |
||
| 1789 | ], |
||
| 1790 | "authors": [ |
||
| 1791 | { |
||
| 1792 | "name": "Fabien Potencier", |
||
| 1793 | "email": "[email protected]" |
||
| 1794 | }, |
||
| 1795 | { |
||
| 1796 | "name": "Symfony Community", |
||
| 1797 | "homepage": "https://symfony.com/contributors" |
||
| 1798 | } |
||
| 1799 | ], |
||
| 1800 | "description": "Symfony Filesystem Component", |
||
| 1801 | "homepage": "https://symfony.com", |
||
| 1802 | "time": "2016-09-14 00:18:46" |
||
| 1803 | }, |
||
| 1804 | { |
||
| 1805 | "name": "symfony/polyfill-mbstring", |
||
| 1806 | "version": "v1.2.0", |
||
| 1807 | "source": { |
||
| 1808 | "type": "git", |
||
| 1809 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
||
| 1810 | "reference": "dff51f72b0706335131b00a7f49606168c582594" |
||
| 1811 | }, |
||
| 1812 | "dist": { |
||
| 1813 | "type": "zip", |
||
| 1814 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594", |
||
| 1815 | "reference": "dff51f72b0706335131b00a7f49606168c582594", |
||
| 1816 | "shasum": "" |
||
| 1817 | }, |
||
| 1818 | "require": { |
||
| 1819 | "php": ">=5.3.3" |
||
| 1820 | }, |
||
| 1821 | "suggest": { |
||
| 1822 | "ext-mbstring": "For best performance" |
||
| 1823 | }, |
||
| 1824 | "type": "library", |
||
| 1825 | "extra": { |
||
| 1826 | "branch-alias": { |
||
| 1827 | "dev-master": "1.2-dev" |
||
| 1828 | } |
||
| 1829 | }, |
||
| 1830 | "autoload": { |
||
| 1831 | "psr-4": { |
||
| 1832 | "Symfony\\Polyfill\\Mbstring\\": "" |
||
| 1833 | }, |
||
| 1834 | "files": [ |
||
| 1835 | "bootstrap.php" |
||
| 1836 | ] |
||
| 1837 | }, |
||
| 1838 | "notification-url": "https://packagist.org/downloads/", |
||
| 1839 | "license": [ |
||
| 1840 | "MIT" |
||
| 1841 | ], |
||
| 1842 | "authors": [ |
||
| 1843 | { |
||
| 1844 | "name": "Nicolas Grekas", |
||
| 1845 | "email": "[email protected]" |
||
| 1846 | }, |
||
| 1847 | { |
||
| 1848 | "name": "Symfony Community", |
||
| 1849 | "homepage": "https://symfony.com/contributors" |
||
| 1850 | } |
||
| 1851 | ], |
||
| 1852 | "description": "Symfony polyfill for the Mbstring extension", |
||
| 1853 | "homepage": "https://symfony.com", |
||
| 1854 | "keywords": [ |
||
| 1855 | "compatibility", |
||
| 1856 | "mbstring", |
||
| 1857 | "polyfill", |
||
| 1858 | "portable", |
||
| 1859 | "shim" |
||
| 1860 | ], |
||
| 1861 | "time": "2016-05-18 14:26:46" |
||
| 1862 | }, |
||
| 1863 | { |
||
| 1864 | "name": "symfony/stopwatch", |
||
| 1865 | "version": "v3.1.5", |
||
| 1866 | "source": { |
||
| 1867 | "type": "git", |
||
| 1868 | "url": "https://github.com/symfony/stopwatch.git", |
||
| 1869 | "reference": "bb42806b12c5f89db4ebf64af6741afe6d8457e1" |
||
| 1870 | }, |
||
| 1871 | "dist": { |
||
| 1872 | "type": "zip", |
||
| 1873 | "url": "https://api.github.com/repos/symfony/stopwatch/zipball/bb42806b12c5f89db4ebf64af6741afe6d8457e1", |
||
| 1874 | "reference": "bb42806b12c5f89db4ebf64af6741afe6d8457e1", |
||
| 1875 | "shasum": "" |
||
| 1876 | }, |
||
| 1877 | "require": { |
||
| 1878 | "php": ">=5.5.9" |
||
| 1879 | }, |
||
| 1880 | "type": "library", |
||
| 1881 | "extra": { |
||
| 1882 | "branch-alias": { |
||
| 1883 | "dev-master": "3.1-dev" |
||
| 1884 | } |
||
| 1885 | }, |
||
| 1886 | "autoload": { |
||
| 1887 | "psr-4": { |
||
| 1888 | "Symfony\\Component\\Stopwatch\\": "" |
||
| 1889 | }, |
||
| 1890 | "exclude-from-classmap": [ |
||
| 1891 | "/Tests/" |
||
| 1892 | ] |
||
| 1893 | }, |
||
| 1894 | "notification-url": "https://packagist.org/downloads/", |
||
| 1895 | "license": [ |
||
| 1896 | "MIT" |
||
| 1897 | ], |
||
| 1898 | "authors": [ |
||
| 1899 | { |
||
| 1900 | "name": "Fabien Potencier", |
||
| 1901 | "email": "[email protected]" |
||
| 1902 | }, |
||
| 1903 | { |
||
| 1904 | "name": "Symfony Community", |
||
| 1905 | "homepage": "https://symfony.com/contributors" |
||
| 1906 | } |
||
| 1907 | ], |
||
| 1908 | "description": "Symfony Stopwatch Component", |
||
| 1909 | "homepage": "https://symfony.com", |
||
| 1910 | "time": "2016-06-29 05:41:56" |
||
| 1911 | }, |
||
| 1912 | { |
||
| 1913 | "name": "symfony/yaml", |
||
| 1914 | "version": "v2.8.12", |
||
| 1915 | "source": { |
||
| 1916 | "type": "git", |
||
| 1917 | "url": "https://github.com/symfony/yaml.git", |
||
| 1918 | "reference": "e7540734bad981fe59f8ef14b6fc194ae9df8d9c" |
||
| 1919 | }, |
||
| 1920 | "dist": { |
||
| 1921 | "type": "zip", |
||
| 1922 | "url": "https://api.github.com/repos/symfony/yaml/zipball/e7540734bad981fe59f8ef14b6fc194ae9df8d9c", |
||
| 1923 | "reference": "e7540734bad981fe59f8ef14b6fc194ae9df8d9c", |
||
| 1924 | "shasum": "" |
||
| 1925 | }, |
||
| 1926 | "require": { |
||
| 1927 | "php": ">=5.3.9" |
||
| 1928 | }, |
||
| 1929 | "type": "library", |
||
| 1930 | "extra": { |
||
| 1931 | "branch-alias": { |
||
| 1932 | "dev-master": "2.8-dev" |
||
| 1933 | } |
||
| 1934 | }, |
||
| 1935 | "autoload": { |
||
| 1936 | "psr-4": { |
||
| 1937 | "Symfony\\Component\\Yaml\\": "" |
||
| 1938 | }, |
||
| 1939 | "exclude-from-classmap": [ |
||
| 1940 | "/Tests/" |
||
| 1941 | ] |
||
| 1942 | }, |
||
| 1943 | "notification-url": "https://packagist.org/downloads/", |
||
| 1944 | "license": [ |
||
| 1945 | "MIT" |
||
| 1946 | ], |
||
| 1947 | "authors": [ |
||
| 1948 | { |
||
| 1949 | "name": "Fabien Potencier", |
||
| 1950 | "email": "[email protected]" |
||
| 1951 | }, |
||
| 1952 | { |
||
| 1953 | "name": "Symfony Community", |
||
| 1954 | "homepage": "https://symfony.com/contributors" |
||
| 1955 | } |
||
| 1956 | ], |
||
| 1957 | "description": "Symfony Yaml Component", |
||
| 1958 | "homepage": "https://symfony.com", |
||
| 1959 | "time": "2016-09-02 01:57:56" |
||
| 1960 | }, |
||
| 1961 | { |
||
| 1962 | "name": "webmozart/assert", |
||
| 1963 | "version": "1.1.0", |
||
| 1964 | "source": { |
||
| 1965 | "type": "git", |
||
| 1966 | "url": "https://github.com/webmozart/assert.git", |
||
| 1967 | "reference": "bb2d123231c095735130cc8f6d31385a44c7b308" |
||
| 1968 | }, |
||
| 1969 | "dist": { |
||
| 1970 | "type": "zip", |
||
| 1971 | "url": "https://api.github.com/repos/webmozart/assert/zipball/bb2d123231c095735130cc8f6d31385a44c7b308", |
||
| 1972 | "reference": "bb2d123231c095735130cc8f6d31385a44c7b308", |
||
| 1973 | "shasum": "" |
||
| 1974 | }, |
||
| 1975 | "require": { |
||
| 1976 | "php": "^5.3.3|^7.0" |
||
| 1977 | }, |
||
| 1978 | "require-dev": { |
||
| 1979 | "phpunit/phpunit": "^4.6", |
||
| 1980 | "sebastian/version": "^1.0.1" |
||
| 1981 | }, |
||
| 1982 | "type": "library", |
||
| 1983 | "extra": { |
||
| 1984 | "branch-alias": { |
||
| 1985 | "dev-master": "1.2-dev" |
||
| 1986 | } |
||
| 1987 | }, |
||
| 1988 | "autoload": { |
||
| 1989 | "psr-4": { |
||
| 1990 | "Webmozart\\Assert\\": "src/" |
||
| 1991 | } |
||
| 1992 | }, |
||
| 1993 | "notification-url": "https://packagist.org/downloads/", |
||
| 1994 | "license": [ |
||
| 1995 | "MIT" |
||
| 1996 | ], |
||
| 1997 | "authors": [ |
||
| 1998 | { |
||
| 1999 | "name": "Bernhard Schussek", |
||
| 2000 | "email": "[email protected]" |
||
| 2001 | } |
||
| 2002 | ], |
||
| 2003 | "description": "Assertions to validate method input/output with nice error messages.", |
||
| 2004 | "keywords": [ |
||
| 2005 | "assert", |
||
| 2006 | "check", |
||
| 2007 | "validate" |
||
| 2008 | ], |
||
| 2009 | "time": "2016-08-09 15:02:57" |
||
| 2010 | }, |
||
| 2011 | { |
||
| 2012 | "name": "wp-coding-standards/wpcs", |
||
| 2013 | "version": "dev-master", |
||
| 2014 | "source": { |
||
| 2015 | "type": "git", |
||
| 2016 | "url": "https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards.git", |
||
| 2017 | "reference": "b39490465f6fd7375743a395019cd597e12119c9" |
||
| 2018 | }, |
||
| 2019 | "dist": { |
||
| 2020 | "type": "zip", |
||
| 2021 | "url": "https://api.github.com/repos/WordPress-Coding-Standards/WordPress-Coding-Standards/zipball/b39490465f6fd7375743a395019cd597e12119c9", |
||
| 2022 | "reference": "b39490465f6fd7375743a395019cd597e12119c9", |
||
| 2023 | "shasum": "" |
||
| 2024 | }, |
||
| 2025 | "require": { |
||
| 2026 | "squizlabs/php_codesniffer": "^2.6" |
||
| 2027 | }, |
||
| 2028 | "type": "library", |
||
| 2029 | "notification-url": "https://packagist.org/downloads/", |
||
| 2030 | "license": [ |
||
| 2031 | "MIT" |
||
| 2032 | ], |
||
| 2033 | "authors": [ |
||
| 2034 | { |
||
| 2035 | "name": "Contributors", |
||
| 2036 | "homepage": "https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/graphs/contributors" |
||
| 2037 | } |
||
| 2038 | ], |
||
| 2039 | "description": "PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions", |
||
| 2040 | "keywords": [ |
||
| 2041 | "phpcs", |
||
| 2042 | "standards", |
||
| 2043 | "wordpress" |
||
| 2044 | ], |
||
| 2045 | "time": "2016-08-29 20:04:47" |
||
| 2046 | } |
||
| 2047 | ], |
||
| 2048 | "aliases": [], |
||
| 2049 | "minimum-stability": "stable", |
||
| 2050 | "stability-flags": { |
||
| 2051 | "wp-coding-standards/wpcs": 20, |
||
| 2052 | "codeclimate/php-test-reporter": 20 |
||
| 2053 | }, |
||
| 2054 | "prefer-stable": false, |
||
| 2055 | "prefer-lowest": false, |
||
| 2056 | "platform": { |
||
| 2057 | "php": ">=5.3" |
||
| 2058 | }, |
||
| 2059 | "platform-dev": [] |
||
| 2060 | } |
||
| 2061 |