installed.json (14855B)
1 [ 2 { 3 "name": "symfony/yaml", 4 "version": "v2.7.5", 5 "version_normalized": "2.7.5.0", 6 "source": { 7 "type": "git", 8 "url": "https://github.com/symfony/yaml.git", 9 "reference": "31cb2ad0155c95b88ee55fe12bc7ff92232c1770" 10 }, 11 "dist": { 12 "type": "zip", 13 "url": "https://api.github.com/repos/symfony/yaml/zipball/31cb2ad0155c95b88ee55fe12bc7ff92232c1770", 14 "reference": "31cb2ad0155c95b88ee55fe12bc7ff92232c1770", 15 "shasum": "" 16 }, 17 "require": { 18 "php": ">=5.3.9" 19 }, 20 "require-dev": { 21 "symfony/phpunit-bridge": "~2.7" 22 }, 23 "time": "2015-09-14 14:14:09", 24 "type": "library", 25 "extra": { 26 "branch-alias": { 27 "dev-master": "2.7-dev" 28 } 29 }, 30 "installation-source": "dist", 31 "autoload": { 32 "psr-4": { 33 "Symfony\\Component\\Yaml\\": "" 34 } 35 }, 36 "notification-url": "https://packagist.org/downloads/", 37 "license": [ 38 "MIT" 39 ], 40 "authors": [ 41 { 42 "name": "Fabien Potencier", 43 "email": "fabien@symfony.com" 44 }, 45 { 46 "name": "Symfony Community", 47 "homepage": "https://symfony.com/contributors" 48 } 49 ], 50 "description": "Symfony Yaml Component", 51 "homepage": "https://symfony.com" 52 }, 53 { 54 "name": "phpunit/php-text-template", 55 "version": "1.2.1", 56 "version_normalized": "1.2.1.0", 57 "source": { 58 "type": "git", 59 "url": "https://github.com/sebastianbergmann/php-text-template.git", 60 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" 61 }, 62 "dist": { 63 "type": "zip", 64 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", 65 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", 66 "shasum": "" 67 }, 68 "require": { 69 "php": ">=5.3.3" 70 }, 71 "time": "2015-06-21 13:50:34", 72 "type": "library", 73 "installation-source": "dist", 74 "autoload": { 75 "classmap": [ 76 "src/" 77 ] 78 }, 79 "notification-url": "https://packagist.org/downloads/", 80 "license": [ 81 "BSD-3-Clause" 82 ], 83 "authors": [ 84 { 85 "name": "Sebastian Bergmann", 86 "email": "sebastian@phpunit.de", 87 "role": "lead" 88 } 89 ], 90 "description": "Simple template engine.", 91 "homepage": "https://github.com/sebastianbergmann/php-text-template/", 92 "keywords": [ 93 "template" 94 ] 95 }, 96 { 97 "name": "phpunit/phpunit-mock-objects", 98 "version": "1.2.3", 99 "version_normalized": "1.2.3.0", 100 "source": { 101 "type": "git", 102 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", 103 "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875" 104 }, 105 "dist": { 106 "type": "zip", 107 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/5794e3c5c5ba0fb037b11d8151add2a07fa82875", 108 "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875", 109 "shasum": "" 110 }, 111 "require": { 112 "php": ">=5.3.3", 113 "phpunit/php-text-template": ">=1.1.1@stable" 114 }, 115 "suggest": { 116 "ext-soap": "*" 117 }, 118 "time": "2013-01-13 10:24:48", 119 "type": "library", 120 "installation-source": "dist", 121 "autoload": { 122 "classmap": [ 123 "PHPUnit/" 124 ] 125 }, 126 "notification-url": "https://packagist.org/downloads/", 127 "include-path": [ 128 "" 129 ], 130 "license": [ 131 "BSD-3-Clause" 132 ], 133 "authors": [ 134 { 135 "name": "Sebastian Bergmann", 136 "email": "sb@sebastian-bergmann.de", 137 "role": "lead" 138 } 139 ], 140 "description": "Mock Object library for PHPUnit", 141 "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", 142 "keywords": [ 143 "mock", 144 "xunit" 145 ] 146 }, 147 { 148 "name": "phpunit/php-timer", 149 "version": "1.0.7", 150 "version_normalized": "1.0.7.0", 151 "source": { 152 "type": "git", 153 "url": "https://github.com/sebastianbergmann/php-timer.git", 154 "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b" 155 }, 156 "dist": { 157 "type": "zip", 158 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b", 159 "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b", 160 "shasum": "" 161 }, 162 "require": { 163 "php": ">=5.3.3" 164 }, 165 "time": "2015-06-21 08:01:12", 166 "type": "library", 167 "installation-source": "dist", 168 "autoload": { 169 "classmap": [ 170 "src/" 171 ] 172 }, 173 "notification-url": "https://packagist.org/downloads/", 174 "license": [ 175 "BSD-3-Clause" 176 ], 177 "authors": [ 178 { 179 "name": "Sebastian Bergmann", 180 "email": "sb@sebastian-bergmann.de", 181 "role": "lead" 182 } 183 ], 184 "description": "Utility class for timing", 185 "homepage": "https://github.com/sebastianbergmann/php-timer/", 186 "keywords": [ 187 "timer" 188 ] 189 }, 190 { 191 "name": "phpunit/php-token-stream", 192 "version": "1.2.2", 193 "version_normalized": "1.2.2.0", 194 "source": { 195 "type": "git", 196 "url": "https://github.com/sebastianbergmann/php-token-stream.git", 197 "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32" 198 }, 199 "dist": { 200 "type": "zip", 201 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/ad4e1e23ae01b483c16f600ff1bebec184588e32", 202 "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32", 203 "shasum": "" 204 }, 205 "require": { 206 "ext-tokenizer": "*", 207 "php": ">=5.3.3" 208 }, 209 "time": "2014-03-03 05:10:30", 210 "type": "library", 211 "extra": { 212 "branch-alias": { 213 "dev-master": "1.2-dev" 214 } 215 }, 216 "installation-source": "dist", 217 "autoload": { 218 "classmap": [ 219 "PHP/" 220 ] 221 }, 222 "notification-url": "https://packagist.org/downloads/", 223 "include-path": [ 224 "" 225 ], 226 "license": [ 227 "BSD-3-Clause" 228 ], 229 "authors": [ 230 { 231 "name": "Sebastian Bergmann", 232 "email": "sb@sebastian-bergmann.de", 233 "role": "lead" 234 } 235 ], 236 "description": "Wrapper around PHP's tokenizer extension.", 237 "homepage": "https://github.com/sebastianbergmann/php-token-stream/", 238 "keywords": [ 239 "tokenizer" 240 ] 241 }, 242 { 243 "name": "phpunit/php-file-iterator", 244 "version": "1.4.1", 245 "version_normalized": "1.4.1.0", 246 "source": { 247 "type": "git", 248 "url": "https://github.com/sebastianbergmann/php-file-iterator.git", 249 "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0" 250 }, 251 "dist": { 252 "type": "zip", 253 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0", 254 "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0", 255 "shasum": "" 256 }, 257 "require": { 258 "php": ">=5.3.3" 259 }, 260 "time": "2015-06-21 13:08:43", 261 "type": "library", 262 "extra": { 263 "branch-alias": { 264 "dev-master": "1.4.x-dev" 265 } 266 }, 267 "installation-source": "dist", 268 "autoload": { 269 "classmap": [ 270 "src/" 271 ] 272 }, 273 "notification-url": "https://packagist.org/downloads/", 274 "license": [ 275 "BSD-3-Clause" 276 ], 277 "authors": [ 278 { 279 "name": "Sebastian Bergmann", 280 "email": "sb@sebastian-bergmann.de", 281 "role": "lead" 282 } 283 ], 284 "description": "FilterIterator implementation that filters files based on a list of suffixes.", 285 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", 286 "keywords": [ 287 "filesystem", 288 "iterator" 289 ] 290 }, 291 { 292 "name": "phpunit/php-code-coverage", 293 "version": "1.2.18", 294 "version_normalized": "1.2.18.0", 295 "source": { 296 "type": "git", 297 "url": "https://github.com/sebastianbergmann/php-code-coverage.git", 298 "reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b" 299 }, 300 "dist": { 301 "type": "zip", 302 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b", 303 "reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b", 304 "shasum": "" 305 }, 306 "require": { 307 "php": ">=5.3.3", 308 "phpunit/php-file-iterator": ">=1.3.0@stable", 309 "phpunit/php-text-template": ">=1.2.0@stable", 310 "phpunit/php-token-stream": ">=1.1.3,<1.3.0" 311 }, 312 "require-dev": { 313 "phpunit/phpunit": "3.7.*@dev" 314 }, 315 "suggest": { 316 "ext-dom": "*", 317 "ext-xdebug": ">=2.0.5" 318 }, 319 "time": "2014-09-02 10:13:14", 320 "type": "library", 321 "extra": { 322 "branch-alias": { 323 "dev-master": "1.2.x-dev" 324 } 325 }, 326 "installation-source": "dist", 327 "autoload": { 328 "classmap": [ 329 "PHP/" 330 ] 331 }, 332 "notification-url": "https://packagist.org/downloads/", 333 "include-path": [ 334 "" 335 ], 336 "license": [ 337 "BSD-3-Clause" 338 ], 339 "authors": [ 340 { 341 "name": "Sebastian Bergmann", 342 "email": "sb@sebastian-bergmann.de", 343 "role": "lead" 344 } 345 ], 346 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", 347 "homepage": "https://github.com/sebastianbergmann/php-code-coverage", 348 "keywords": [ 349 "coverage", 350 "testing", 351 "xunit" 352 ] 353 }, 354 { 355 "name": "phpunit/phpunit", 356 "version": "3.7.38", 357 "version_normalized": "3.7.38.0", 358 "source": { 359 "type": "git", 360 "url": "https://github.com/sebastianbergmann/phpunit.git", 361 "reference": "38709dc22d519a3d1be46849868aa2ddf822bcf6" 362 }, 363 "dist": { 364 "type": "zip", 365 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/38709dc22d519a3d1be46849868aa2ddf822bcf6", 366 "reference": "38709dc22d519a3d1be46849868aa2ddf822bcf6", 367 "shasum": "" 368 }, 369 "require": { 370 "ext-ctype": "*", 371 "ext-dom": "*", 372 "ext-json": "*", 373 "ext-pcre": "*", 374 "ext-reflection": "*", 375 "ext-spl": "*", 376 "php": ">=5.3.3", 377 "phpunit/php-code-coverage": "~1.2", 378 "phpunit/php-file-iterator": "~1.3", 379 "phpunit/php-text-template": "~1.1", 380 "phpunit/php-timer": "~1.0", 381 "phpunit/phpunit-mock-objects": "~1.2", 382 "symfony/yaml": "~2.0" 383 }, 384 "require-dev": { 385 "pear-pear.php.net/pear": "1.9.4" 386 }, 387 "suggest": { 388 "phpunit/php-invoker": "~1.1" 389 }, 390 "time": "2014-10-17 09:04:17", 391 "bin": [ 392 "composer/bin/phpunit" 393 ], 394 "type": "library", 395 "extra": { 396 "branch-alias": { 397 "dev-master": "3.7.x-dev" 398 } 399 }, 400 "installation-source": "dist", 401 "autoload": { 402 "classmap": [ 403 "PHPUnit/" 404 ] 405 }, 406 "notification-url": "https://packagist.org/downloads/", 407 "include-path": [ 408 "", 409 "../../symfony/yaml/" 410 ], 411 "license": [ 412 "BSD-3-Clause" 413 ], 414 "authors": [ 415 { 416 "name": "Sebastian Bergmann", 417 "email": "sebastian@phpunit.de", 418 "role": "lead" 419 } 420 ], 421 "description": "The PHP Unit Testing framework.", 422 "homepage": "http://www.phpunit.de/", 423 "keywords": [ 424 "phpunit", 425 "testing", 426 "xunit" 427 ] 428 }, 429 { 430 "name": "symfony/filesystem", 431 "version": "v2.7.5", 432 "version_normalized": "2.7.5.0", 433 "source": { 434 "type": "git", 435 "url": "https://github.com/symfony/filesystem.git", 436 "reference": "a17f8a17c20e8614c15b8e116e2f4bcde102cfab" 437 }, 438 "dist": { 439 "type": "zip", 440 "url": "https://api.github.com/repos/symfony/filesystem/zipball/a17f8a17c20e8614c15b8e116e2f4bcde102cfab", 441 "reference": "a17f8a17c20e8614c15b8e116e2f4bcde102cfab", 442 "shasum": "" 443 }, 444 "require": { 445 "php": ">=5.3.9" 446 }, 447 "require-dev": { 448 "symfony/phpunit-bridge": "~2.7" 449 }, 450 "time": "2015-09-09 17:42:36", 451 "type": "library", 452 "extra": { 453 "branch-alias": { 454 "dev-master": "2.7-dev" 455 } 456 }, 457 "installation-source": "dist", 458 "autoload": { 459 "psr-4": { 460 "Symfony\\Component\\Filesystem\\": "" 461 } 462 }, 463 "notification-url": "https://packagist.org/downloads/", 464 "license": [ 465 "MIT" 466 ], 467 "authors": [ 468 { 469 "name": "Fabien Potencier", 470 "email": "fabien@symfony.com" 471 }, 472 { 473 "name": "Symfony Community", 474 "homepage": "https://symfony.com/contributors" 475 } 476 ], 477 "description": "Symfony Filesystem Component", 478 "homepage": "https://symfony.com" 479 } 480 ]