commit
Showing
1 changed file
with
184 additions
and
107 deletions
| ... | @@ -216,9 +216,7 @@ | ... | @@ -216,9 +216,7 @@ |
| 216 | "authors": [ | 216 | "authors": [ |
| 217 | { | 217 | { |
| 218 | "name": "Fabien Potencier", | 218 | "name": "Fabien Potencier", |
| 219 | "email": "fabien@symfony.com", | 219 | "email": "fabien@symfony.com" |
| 220 | "homepage": "http://fabien.potencier.org", | ||
| 221 | "role": "Lead Developer" | ||
| 222 | } | 220 | } |
| 223 | ], | 221 | ], |
| 224 | "description": "Pimple is a simple Dependency Injection Container for PHP 5.3", | 222 | "description": "Pimple is a simple Dependency Injection Container for PHP 5.3", |
| ... | @@ -231,22 +229,30 @@ | ... | @@ -231,22 +229,30 @@ |
| 231 | }, | 229 | }, |
| 232 | { | 230 | { |
| 233 | "name": "psr/log", | 231 | "name": "psr/log", |
| 234 | "version": "1.0.0", | 232 | "version": "1.0.2", |
| 235 | "source": { | 233 | "source": { |
| 236 | "type": "git", | 234 | "type": "git", |
| 237 | "url": "https://github.com/php-fig/log.git", | 235 | "url": "https://github.com/php-fig/log.git", |
| 238 | "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b" | 236 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" |
| 239 | }, | 237 | }, |
| 240 | "dist": { | 238 | "dist": { |
| 241 | "type": "zip", | 239 | "type": "zip", |
| 242 | "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b", | 240 | "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
| 243 | "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b", | 241 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
| 244 | "shasum": "" | 242 | "shasum": "" |
| 245 | }, | 243 | }, |
| 244 | "require": { | ||
| 245 | "php": ">=5.3.0" | ||
| 246 | }, | ||
| 246 | "type": "library", | 247 | "type": "library", |
| 248 | "extra": { | ||
| 249 | "branch-alias": { | ||
| 250 | "dev-master": "1.0.x-dev" | ||
| 251 | } | ||
| 252 | }, | ||
| 247 | "autoload": { | 253 | "autoload": { |
| 248 | "psr-0": { | 254 | "psr-4": { |
| 249 | "Psr\\Log\\": "" | 255 | "Psr\\Log\\": "Psr/Log/" |
| 250 | } | 256 | } |
| 251 | }, | 257 | }, |
| 252 | "notification-url": "https://packagist.org/downloads/", | 258 | "notification-url": "https://packagist.org/downloads/", |
| ... | @@ -260,36 +266,32 @@ | ... | @@ -260,36 +266,32 @@ |
| 260 | } | 266 | } |
| 261 | ], | 267 | ], |
| 262 | "description": "Common interface for logging libraries", | 268 | "description": "Common interface for logging libraries", |
| 269 | "homepage": "https://github.com/php-fig/log", | ||
| 263 | "keywords": [ | 270 | "keywords": [ |
| 264 | "log", | 271 | "log", |
| 265 | "psr", | 272 | "psr", |
| 266 | "psr-3" | 273 | "psr-3" |
| 267 | ], | 274 | ], |
| 268 | "time": "2012-12-21 11:40:51" | 275 | "time": "2016-10-10 12:19:37" |
| 269 | }, | 276 | }, |
| 270 | { | 277 | { |
| 271 | "name": "react/promise", | 278 | "name": "react/promise", |
| 272 | "version": "v2.4.0", | 279 | "version": "v2.5.0", |
| 273 | "source": { | 280 | "source": { |
| 274 | "type": "git", | 281 | "type": "git", |
| 275 | "url": "https://github.com/reactphp/promise.git", | 282 | "url": "https://github.com/reactphp/promise.git", |
| 276 | "reference": "f942da7b505d1a294284ab343d05df42d02ad6d9" | 283 | "reference": "2760f3898b7e931aa71153852dcd48a75c9b95db" |
| 277 | }, | 284 | }, |
| 278 | "dist": { | 285 | "dist": { |
| 279 | "type": "zip", | 286 | "type": "zip", |
| 280 | "url": "https://api.github.com/repos/reactphp/promise/zipball/f942da7b505d1a294284ab343d05df42d02ad6d9", | 287 | "url": "https://api.github.com/repos/reactphp/promise/zipball/2760f3898b7e931aa71153852dcd48a75c9b95db", |
| 281 | "reference": "f942da7b505d1a294284ab343d05df42d02ad6d9", | 288 | "reference": "2760f3898b7e931aa71153852dcd48a75c9b95db", |
| 282 | "shasum": "" | 289 | "shasum": "" |
| 283 | }, | 290 | }, |
| 284 | "require": { | 291 | "require": { |
| 285 | "php": ">=5.4.0" | 292 | "php": ">=5.4.0" |
| 286 | }, | 293 | }, |
| 287 | "type": "library", | 294 | "type": "library", |
| 288 | "extra": { | ||
| 289 | "branch-alias": { | ||
| 290 | "dev-master": "2.0-dev" | ||
| 291 | } | ||
| 292 | }, | ||
| 293 | "autoload": { | 295 | "autoload": { |
| 294 | "psr-4": { | 296 | "psr-4": { |
| 295 | "React\\Promise\\": "src/" | 297 | "React\\Promise\\": "src/" |
| ... | @@ -309,7 +311,11 @@ | ... | @@ -309,7 +311,11 @@ |
| 309 | } | 311 | } |
| 310 | ], | 312 | ], |
| 311 | "description": "A lightweight implementation of CommonJS Promises/A for PHP", | 313 | "description": "A lightweight implementation of CommonJS Promises/A for PHP", |
| 312 | "time": "2016-03-31 13:10:33" | 314 | "keywords": [ |
| 315 | "promise", | ||
| 316 | "promises" | ||
| 317 | ], | ||
| 318 | "time": "2016-12-22 14:09:01" | ||
| 313 | }, | 319 | }, |
| 314 | { | 320 | { |
| 315 | "name": "silex/silex", | 321 | "name": "silex/silex", |
| ... | @@ -317,12 +323,12 @@ | ... | @@ -317,12 +323,12 @@ |
| 317 | "source": { | 323 | "source": { |
| 318 | "type": "git", | 324 | "type": "git", |
| 319 | "url": "https://github.com/silexphp/Silex.git", | 325 | "url": "https://github.com/silexphp/Silex.git", |
| 320 | "reference": "ddcec0796ed78750b5b3091b4a946913a88ba2f4" | 326 | "reference": "75b8714f00bf4e64eedc0d9283b03eb05af67196" |
| 321 | }, | 327 | }, |
| 322 | "dist": { | 328 | "dist": { |
| 323 | "type": "zip", | 329 | "type": "zip", |
| 324 | "url": "https://api.github.com/repos/silexphp/Silex/zipball/ddcec0796ed78750b5b3091b4a946913a88ba2f4", | 330 | "url": "https://api.github.com/repos/silexphp/Silex/zipball/75b8714f00bf4e64eedc0d9283b03eb05af67196", |
| 325 | "reference": "ddcec0796ed78750b5b3091b4a946913a88ba2f4", | 331 | "reference": "75b8714f00bf4e64eedc0d9283b03eb05af67196", |
| 326 | "shasum": "" | 332 | "shasum": "" |
| 327 | }, | 333 | }, |
| 328 | "require": { | 334 | "require": { |
| ... | @@ -393,44 +399,46 @@ | ... | @@ -393,44 +399,46 @@ |
| 393 | "keywords": [ | 399 | "keywords": [ |
| 394 | "microframework" | 400 | "microframework" |
| 395 | ], | 401 | ], |
| 396 | "time": "2014-01-20 06:44:05" | 402 | "time": "2014-06-06 05:48:07" |
| 397 | }, | 403 | }, |
| 398 | { | 404 | { |
| 399 | "name": "symfony/debug", | 405 | "name": "symfony/debug", |
| 400 | "version": "v2.4.2", | 406 | "version": "v2.8.16", |
| 401 | "target-dir": "Symfony/Component/Debug", | ||
| 402 | "source": { | 407 | "source": { |
| 403 | "type": "git", | 408 | "type": "git", |
| 404 | "url": "https://github.com/symfony/debug.git", | 409 | "url": "https://github.com/symfony/debug.git", |
| 405 | "reference": "23b5f4fcad883679d9a6e1cbc568247fe606d8ee" | 410 | "reference": "567681e2c4e5431704e884e4be25a95fd900770f" |
| 406 | }, | 411 | }, |
| 407 | "dist": { | 412 | "dist": { |
| 408 | "type": "zip", | 413 | "type": "zip", |
| 409 | "url": "https://api.github.com/repos/symfony/debug/zipball/23b5f4fcad883679d9a6e1cbc568247fe606d8ee", | 414 | "url": "https://api.github.com/repos/symfony/debug/zipball/567681e2c4e5431704e884e4be25a95fd900770f", |
| 410 | "reference": "23b5f4fcad883679d9a6e1cbc568247fe606d8ee", | 415 | "reference": "567681e2c4e5431704e884e4be25a95fd900770f", |
| 411 | "shasum": "" | 416 | "shasum": "" |
| 412 | }, | 417 | }, |
| 413 | "require": { | 418 | "require": { |
| 414 | "php": ">=5.3.3" | 419 | "php": ">=5.3.9", |
| 420 | "psr/log": "~1.0" | ||
| 415 | }, | 421 | }, |
| 416 | "require-dev": { | 422 | "conflict": { |
| 417 | "symfony/http-foundation": "~2.1", | 423 | "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" |
| 418 | "symfony/http-kernel": "~2.1" | ||
| 419 | }, | 424 | }, |
| 420 | "suggest": { | 425 | "require-dev": { |
| 421 | "symfony/http-foundation": "", | 426 | "symfony/class-loader": "~2.2|~3.0.0", |
| 422 | "symfony/http-kernel": "" | 427 | "symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2|~3.0.0" |
| 423 | }, | 428 | }, |
| 424 | "type": "library", | 429 | "type": "library", |
| 425 | "extra": { | 430 | "extra": { |
| 426 | "branch-alias": { | 431 | "branch-alias": { |
| 427 | "dev-master": "2.4-dev" | 432 | "dev-master": "2.8-dev" |
| 428 | } | 433 | } |
| 429 | }, | 434 | }, |
| 430 | "autoload": { | 435 | "autoload": { |
| 431 | "psr-0": { | 436 | "psr-4": { |
| 432 | "Symfony\\Component\\Debug\\": "" | 437 | "Symfony\\Component\\Debug\\": "" |
| 433 | } | 438 | }, |
| 439 | "exclude-from-classmap": [ | ||
| 440 | "/Tests/" | ||
| 441 | ] | ||
| 434 | }, | 442 | }, |
| 435 | "notification-url": "https://packagist.org/downloads/", | 443 | "notification-url": "https://packagist.org/downloads/", |
| 436 | "license": [ | 444 | "license": [ |
| ... | @@ -439,39 +447,37 @@ | ... | @@ -439,39 +447,37 @@ |
| 439 | "authors": [ | 447 | "authors": [ |
| 440 | { | 448 | { |
| 441 | "name": "Fabien Potencier", | 449 | "name": "Fabien Potencier", |
| 442 | "email": "fabien@symfony.com", | 450 | "email": "fabien@symfony.com" |
| 443 | "homepage": "http://fabien.potencier.org", | ||
| 444 | "role": "Lead Developer" | ||
| 445 | }, | 451 | }, |
| 446 | { | 452 | { |
| 447 | "name": "Symfony Community", | 453 | "name": "Symfony Community", |
| 448 | "homepage": "http://symfony.com/contributors" | 454 | "homepage": "https://symfony.com/contributors" |
| 449 | } | 455 | } |
| 450 | ], | 456 | ], |
| 451 | "description": "Symfony Debug Component", | 457 | "description": "Symfony Debug Component", |
| 452 | "homepage": "http://symfony.com", | 458 | "homepage": "https://symfony.com", |
| 453 | "time": "2014-02-11 13:52:09" | 459 | "time": "2017-01-02 20:30:24" |
| 454 | }, | 460 | }, |
| 455 | { | 461 | { |
| 456 | "name": "symfony/event-dispatcher", | 462 | "name": "symfony/event-dispatcher", |
| 457 | "version": "v2.3.11", | 463 | "version": "v2.3.42", |
| 458 | "target-dir": "Symfony/Component/EventDispatcher", | 464 | "target-dir": "Symfony/Component/EventDispatcher", |
| 459 | "source": { | 465 | "source": { |
| 460 | "type": "git", | 466 | "type": "git", |
| 461 | "url": "https://github.com/symfony/event-dispatcher.git", | 467 | "url": "https://github.com/symfony/event-dispatcher.git", |
| 462 | "reference": "15645237c6ff70e74a28e8836362d82492765055" | 468 | "reference": "fd6d162d97bf3e6060622e5c015af39ca72e33bc" |
| 463 | }, | 469 | }, |
| 464 | "dist": { | 470 | "dist": { |
| 465 | "type": "zip", | 471 | "type": "zip", |
| 466 | "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/15645237c6ff70e74a28e8836362d82492765055", | 472 | "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/fd6d162d97bf3e6060622e5c015af39ca72e33bc", |
| 467 | "reference": "15645237c6ff70e74a28e8836362d82492765055", | 473 | "reference": "fd6d162d97bf3e6060622e5c015af39ca72e33bc", |
| 468 | "shasum": "" | 474 | "shasum": "" |
| 469 | }, | 475 | }, |
| 470 | "require": { | 476 | "require": { |
| 471 | "php": ">=5.3.3" | 477 | "php": ">=5.3.3" |
| 472 | }, | 478 | }, |
| 473 | "require-dev": { | 479 | "require-dev": { |
| 474 | "symfony/dependency-injection": "~2.0" | 480 | "symfony/dependency-injection": "~2.0,>=2.0.5" |
| 475 | }, | 481 | }, |
| 476 | "suggest": { | 482 | "suggest": { |
| 477 | "symfony/dependency-injection": "", | 483 | "symfony/dependency-injection": "", |
| ... | @@ -486,7 +492,10 @@ | ... | @@ -486,7 +492,10 @@ |
| 486 | "autoload": { | 492 | "autoload": { |
| 487 | "psr-0": { | 493 | "psr-0": { |
| 488 | "Symfony\\Component\\EventDispatcher\\": "" | 494 | "Symfony\\Component\\EventDispatcher\\": "" |
| 489 | } | 495 | }, |
| 496 | "exclude-from-classmap": [ | ||
| 497 | "/Tests/" | ||
| 498 | ] | ||
| 490 | }, | 499 | }, |
| 491 | "notification-url": "https://packagist.org/downloads/", | 500 | "notification-url": "https://packagist.org/downloads/", |
| 492 | "license": [ | 501 | "license": [ |
| ... | @@ -495,36 +504,35 @@ | ... | @@ -495,36 +504,35 @@ |
| 495 | "authors": [ | 504 | "authors": [ |
| 496 | { | 505 | { |
| 497 | "name": "Fabien Potencier", | 506 | "name": "Fabien Potencier", |
| 498 | "email": "fabien@symfony.com", | 507 | "email": "fabien@symfony.com" |
| 499 | "homepage": "http://fabien.potencier.org", | ||
| 500 | "role": "Lead Developer" | ||
| 501 | }, | 508 | }, |
| 502 | { | 509 | { |
| 503 | "name": "Symfony Community", | 510 | "name": "Symfony Community", |
| 504 | "homepage": "http://symfony.com/contributors" | 511 | "homepage": "https://symfony.com/contributors" |
| 505 | } | 512 | } |
| 506 | ], | 513 | ], |
| 507 | "description": "Symfony EventDispatcher Component", | 514 | "description": "Symfony EventDispatcher Component", |
| 508 | "homepage": "http://symfony.com", | 515 | "homepage": "https://symfony.com", |
| 509 | "time": "2014-02-11 10:29:24" | 516 | "time": "2016-04-04 09:22:54" |
| 510 | }, | 517 | }, |
| 511 | { | 518 | { |
| 512 | "name": "symfony/http-foundation", | 519 | "name": "symfony/http-foundation", |
| 513 | "version": "v2.3.11", | 520 | "version": "v2.3.42", |
| 514 | "target-dir": "Symfony/Component/HttpFoundation", | 521 | "target-dir": "Symfony/Component/HttpFoundation", |
| 515 | "source": { | 522 | "source": { |
| 516 | "type": "git", | 523 | "type": "git", |
| 517 | "url": "https://github.com/symfony/http-foundation.git", | 524 | "url": "https://github.com/symfony/http-foundation.git", |
| 518 | "reference": "b55af1566bff5697eb56590759276d6b39c81384" | 525 | "reference": "9f4dbb1f3e3cad22d9462e0306c9c71212458f61" |
| 519 | }, | 526 | }, |
| 520 | "dist": { | 527 | "dist": { |
| 521 | "type": "zip", | 528 | "type": "zip", |
| 522 | "url": "https://api.github.com/repos/symfony/http-foundation/zipball/b55af1566bff5697eb56590759276d6b39c81384", | 529 | "url": "https://api.github.com/repos/symfony/http-foundation/zipball/9f4dbb1f3e3cad22d9462e0306c9c71212458f61", |
| 523 | "reference": "b55af1566bff5697eb56590759276d6b39c81384", | 530 | "reference": "9f4dbb1f3e3cad22d9462e0306c9c71212458f61", |
| 524 | "shasum": "" | 531 | "shasum": "" |
| 525 | }, | 532 | }, |
| 526 | "require": { | 533 | "require": { |
| 527 | "php": ">=5.3.3" | 534 | "php": ">=5.3.3", |
| 535 | "symfony/polyfill-mbstring": "~1.1" | ||
| 528 | }, | 536 | }, |
| 529 | "type": "library", | 537 | "type": "library", |
| 530 | "extra": { | 538 | "extra": { |
| ... | @@ -538,6 +546,9 @@ | ... | @@ -538,6 +546,9 @@ |
| 538 | }, | 546 | }, |
| 539 | "classmap": [ | 547 | "classmap": [ |
| 540 | "Symfony/Component/HttpFoundation/Resources/stubs" | 548 | "Symfony/Component/HttpFoundation/Resources/stubs" |
| 549 | ], | ||
| 550 | "exclude-from-classmap": [ | ||
| 551 | "/Tests/" | ||
| 541 | ] | 552 | ] |
| 542 | }, | 553 | }, |
| 543 | "notification-url": "https://packagist.org/downloads/", | 554 | "notification-url": "https://packagist.org/downloads/", |
| ... | @@ -547,51 +558,51 @@ | ... | @@ -547,51 +558,51 @@ |
| 547 | "authors": [ | 558 | "authors": [ |
| 548 | { | 559 | { |
| 549 | "name": "Fabien Potencier", | 560 | "name": "Fabien Potencier", |
| 550 | "email": "fabien@symfony.com", | 561 | "email": "fabien@symfony.com" |
| 551 | "homepage": "http://fabien.potencier.org", | ||
| 552 | "role": "Lead Developer" | ||
| 553 | }, | 562 | }, |
| 554 | { | 563 | { |
| 555 | "name": "Symfony Community", | 564 | "name": "Symfony Community", |
| 556 | "homepage": "http://symfony.com/contributors" | 565 | "homepage": "https://symfony.com/contributors" |
| 557 | } | 566 | } |
| 558 | ], | 567 | ], |
| 559 | "description": "Symfony HttpFoundation Component", | 568 | "description": "Symfony HttpFoundation Component", |
| 560 | "homepage": "http://symfony.com", | 569 | "homepage": "https://symfony.com", |
| 561 | "time": "2014-02-11 10:29:24" | 570 | "time": "2016-05-13 15:22:39" |
| 562 | }, | 571 | }, |
| 563 | { | 572 | { |
| 564 | "name": "symfony/http-kernel", | 573 | "name": "symfony/http-kernel", |
| 565 | "version": "v2.3.11", | 574 | "version": "v2.3.42", |
| 566 | "target-dir": "Symfony/Component/HttpKernel", | 575 | "target-dir": "Symfony/Component/HttpKernel", |
| 567 | "source": { | 576 | "source": { |
| 568 | "type": "git", | 577 | "type": "git", |
| 569 | "url": "https://github.com/symfony/http-kernel.git", | 578 | "url": "https://github.com/symfony/http-kernel.git", |
| 570 | "reference": "9aef5f2ca801edb23175fbdd713d869381a09429" | 579 | "reference": "57e0329236e8edf2b0e683043c604f7c9aba9398" |
| 571 | }, | 580 | }, |
| 572 | "dist": { | 581 | "dist": { |
| 573 | "type": "zip", | 582 | "type": "zip", |
| 574 | "url": "https://api.github.com/repos/symfony/http-kernel/zipball/9aef5f2ca801edb23175fbdd713d869381a09429", | 583 | "url": "https://api.github.com/repos/symfony/http-kernel/zipball/57e0329236e8edf2b0e683043c604f7c9aba9398", |
| 575 | "reference": "9aef5f2ca801edb23175fbdd713d869381a09429", | 584 | "reference": "57e0329236e8edf2b0e683043c604f7c9aba9398", |
| 576 | "shasum": "" | 585 | "shasum": "" |
| 577 | }, | 586 | }, |
| 578 | "require": { | 587 | "require": { |
| 579 | "php": ">=5.3.3", | 588 | "php": ">=5.3.3", |
| 580 | "psr/log": "~1.0", | 589 | "psr/log": "~1.0", |
| 581 | "symfony/debug": "~2.3", | 590 | "symfony/debug": "~2.3.24|~2.5.9|~2.6,>=2.6.2", |
| 582 | "symfony/event-dispatcher": "~2.1", | 591 | "symfony/event-dispatcher": "~2.1", |
| 583 | "symfony/http-foundation": "~2.2" | 592 | "symfony/http-foundation": "~2.3,>=2.3.4" |
| 584 | }, | 593 | }, |
| 585 | "require-dev": { | 594 | "require-dev": { |
| 586 | "symfony/browser-kit": "~2.2", | 595 | "symfony/browser-kit": "~2.3", |
| 587 | "symfony/class-loader": "~2.1", | 596 | "symfony/class-loader": "~2.1", |
| 588 | "symfony/config": "~2.0", | 597 | "symfony/config": "~2.0,>=2.0.5", |
| 589 | "symfony/console": "~2.2", | 598 | "symfony/console": "~2.2", |
| 590 | "symfony/dependency-injection": "~2.0", | 599 | "symfony/css-selector": "~2.0,>=2.0.5", |
| 591 | "symfony/finder": "~2.0", | 600 | "symfony/dependency-injection": "~2.2", |
| 592 | "symfony/process": "~2.0", | 601 | "symfony/dom-crawler": "~2.0,>=2.0.5", |
| 602 | "symfony/finder": "~2.0,>=2.0.5", | ||
| 603 | "symfony/process": "~2.0,>=2.0.5", | ||
| 593 | "symfony/routing": "~2.2", | 604 | "symfony/routing": "~2.2", |
| 594 | "symfony/stopwatch": "~2.2", | 605 | "symfony/stopwatch": "~2.3", |
| 595 | "symfony/templating": "~2.2" | 606 | "symfony/templating": "~2.2" |
| 596 | }, | 607 | }, |
| 597 | "suggest": { | 608 | "suggest": { |
| ... | @@ -611,7 +622,10 @@ | ... | @@ -611,7 +622,10 @@ |
| 611 | "autoload": { | 622 | "autoload": { |
| 612 | "psr-0": { | 623 | "psr-0": { |
| 613 | "Symfony\\Component\\HttpKernel\\": "" | 624 | "Symfony\\Component\\HttpKernel\\": "" |
| 614 | } | 625 | }, |
| 626 | "exclude-from-classmap": [ | ||
| 627 | "/Tests/" | ||
| 628 | ] | ||
| 615 | }, | 629 | }, |
| 616 | "notification-url": "https://packagist.org/downloads/", | 630 | "notification-url": "https://packagist.org/downloads/", |
| 617 | "license": [ | 631 | "license": [ |
| ... | @@ -620,32 +634,89 @@ | ... | @@ -620,32 +634,89 @@ |
| 620 | "authors": [ | 634 | "authors": [ |
| 621 | { | 635 | { |
| 622 | "name": "Fabien Potencier", | 636 | "name": "Fabien Potencier", |
| 623 | "email": "fabien@symfony.com", | 637 | "email": "fabien@symfony.com" |
| 624 | "homepage": "http://fabien.potencier.org", | ||
| 625 | "role": "Lead Developer" | ||
| 626 | }, | 638 | }, |
| 627 | { | 639 | { |
| 628 | "name": "Symfony Community", | 640 | "name": "Symfony Community", |
| 629 | "homepage": "http://symfony.com/contributors" | 641 | "homepage": "https://symfony.com/contributors" |
| 630 | } | 642 | } |
| 631 | ], | 643 | ], |
| 632 | "description": "Symfony HttpKernel Component", | 644 | "description": "Symfony HttpKernel Component", |
| 633 | "homepage": "http://symfony.com", | 645 | "homepage": "https://symfony.com", |
| 634 | "time": "2014-02-27 14:55:30" | 646 | "time": "2016-05-30 08:41:10" |
| 647 | }, | ||
| 648 | { | ||
| 649 | "name": "symfony/polyfill-mbstring", | ||
| 650 | "version": "v1.3.0", | ||
| 651 | "source": { | ||
| 652 | "type": "git", | ||
| 653 | "url": "https://github.com/symfony/polyfill-mbstring.git", | ||
| 654 | "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4" | ||
| 655 | }, | ||
| 656 | "dist": { | ||
| 657 | "type": "zip", | ||
| 658 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4", | ||
| 659 | "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4", | ||
| 660 | "shasum": "" | ||
| 661 | }, | ||
| 662 | "require": { | ||
| 663 | "php": ">=5.3.3" | ||
| 664 | }, | ||
| 665 | "suggest": { | ||
| 666 | "ext-mbstring": "For best performance" | ||
| 667 | }, | ||
| 668 | "type": "library", | ||
| 669 | "extra": { | ||
| 670 | "branch-alias": { | ||
| 671 | "dev-master": "1.3-dev" | ||
| 672 | } | ||
| 673 | }, | ||
| 674 | "autoload": { | ||
| 675 | "psr-4": { | ||
| 676 | "Symfony\\Polyfill\\Mbstring\\": "" | ||
| 677 | }, | ||
| 678 | "files": [ | ||
| 679 | "bootstrap.php" | ||
| 680 | ] | ||
| 681 | }, | ||
| 682 | "notification-url": "https://packagist.org/downloads/", | ||
| 683 | "license": [ | ||
| 684 | "MIT" | ||
| 685 | ], | ||
| 686 | "authors": [ | ||
| 687 | { | ||
| 688 | "name": "Nicolas Grekas", | ||
| 689 | "email": "p@tchwork.com" | ||
| 690 | }, | ||
| 691 | { | ||
| 692 | "name": "Symfony Community", | ||
| 693 | "homepage": "https://symfony.com/contributors" | ||
| 694 | } | ||
| 695 | ], | ||
| 696 | "description": "Symfony polyfill for the Mbstring extension", | ||
| 697 | "homepage": "https://symfony.com", | ||
| 698 | "keywords": [ | ||
| 699 | "compatibility", | ||
| 700 | "mbstring", | ||
| 701 | "polyfill", | ||
| 702 | "portable", | ||
| 703 | "shim" | ||
| 704 | ], | ||
| 705 | "time": "2016-11-14 01:06:16" | ||
| 635 | }, | 706 | }, |
| 636 | { | 707 | { |
| 637 | "name": "symfony/routing", | 708 | "name": "symfony/routing", |
| 638 | "version": "v2.3.11", | 709 | "version": "v2.3.42", |
| 639 | "target-dir": "Symfony/Component/Routing", | 710 | "target-dir": "Symfony/Component/Routing", |
| 640 | "source": { | 711 | "source": { |
| 641 | "type": "git", | 712 | "type": "git", |
| 642 | "url": "https://github.com/symfony/routing.git", | 713 | "url": "https://github.com/symfony/routing.git", |
| 643 | "reference": "b7c5289d628936505417c9382000384992e3d856" | 714 | "reference": "5b8a2bb7569df81401171829498809e90d6e446c" |
| 644 | }, | 715 | }, |
| 645 | "dist": { | 716 | "dist": { |
| 646 | "type": "zip", | 717 | "type": "zip", |
| 647 | "url": "https://api.github.com/repos/symfony/routing/zipball/b7c5289d628936505417c9382000384992e3d856", | 718 | "url": "https://api.github.com/repos/symfony/routing/zipball/5b8a2bb7569df81401171829498809e90d6e446c", |
| 648 | "reference": "b7c5289d628936505417c9382000384992e3d856", | 719 | "reference": "5b8a2bb7569df81401171829498809e90d6e446c", |
| 649 | "shasum": "" | 720 | "shasum": "" |
| 650 | }, | 721 | }, |
| 651 | "require": { | 722 | "require": { |
| ... | @@ -655,7 +726,8 @@ | ... | @@ -655,7 +726,8 @@ |
| 655 | "doctrine/common": "~2.2", | 726 | "doctrine/common": "~2.2", |
| 656 | "psr/log": "~1.0", | 727 | "psr/log": "~1.0", |
| 657 | "symfony/config": "~2.2", | 728 | "symfony/config": "~2.2", |
| 658 | "symfony/yaml": "~2.0" | 729 | "symfony/http-foundation": "~2.3", |
| 730 | "symfony/yaml": "~2.0,>=2.0.5" | ||
| 659 | }, | 731 | }, |
| 660 | "suggest": { | 732 | "suggest": { |
| 661 | "doctrine/common": "", | 733 | "doctrine/common": "", |
| ... | @@ -671,7 +743,10 @@ | ... | @@ -671,7 +743,10 @@ |
| 671 | "autoload": { | 743 | "autoload": { |
| 672 | "psr-0": { | 744 | "psr-0": { |
| 673 | "Symfony\\Component\\Routing\\": "" | 745 | "Symfony\\Component\\Routing\\": "" |
| 674 | } | 746 | }, |
| 747 | "exclude-from-classmap": [ | ||
| 748 | "/Tests/" | ||
| 749 | ] | ||
| 675 | }, | 750 | }, |
| 676 | "notification-url": "https://packagist.org/downloads/", | 751 | "notification-url": "https://packagist.org/downloads/", |
| 677 | "license": [ | 752 | "license": [ |
| ... | @@ -680,40 +755,42 @@ | ... | @@ -680,40 +755,42 @@ |
| 680 | "authors": [ | 755 | "authors": [ |
| 681 | { | 756 | { |
| 682 | "name": "Fabien Potencier", | 757 | "name": "Fabien Potencier", |
| 683 | "email": "fabien@symfony.com", | 758 | "email": "fabien@symfony.com" |
| 684 | "homepage": "http://fabien.potencier.org", | ||
| 685 | "role": "Lead Developer" | ||
| 686 | }, | 759 | }, |
| 687 | { | 760 | { |
| 688 | "name": "Symfony Community", | 761 | "name": "Symfony Community", |
| 689 | "homepage": "http://symfony.com/contributors" | 762 | "homepage": "https://symfony.com/contributors" |
| 690 | } | 763 | } |
| 691 | ], | 764 | ], |
| 692 | "description": "Symfony Routing Component", | 765 | "description": "Symfony Routing Component", |
| 693 | "homepage": "http://symfony.com", | 766 | "homepage": "https://symfony.com", |
| 694 | "time": "2014-02-11 10:29:24" | 767 | "time": "2016-05-29 10:13:06" |
| 695 | }, | 768 | }, |
| 696 | { | 769 | { |
| 697 | "name": "twig/twig", | 770 | "name": "twig/twig", |
| 698 | "version": "v1.15.1", | 771 | "version": "1.x-dev", |
| 699 | "source": { | 772 | "source": { |
| 700 | "type": "git", | 773 | "type": "git", |
| 701 | "url": "https://github.com/twigphp/Twig.git", | 774 | "url": "https://github.com/twigphp/Twig.git", |
| 702 | "reference": "1fb5784662f438d7d96a541e305e28b812e2eeed" | 775 | "reference": "9b3796b14088e5c9039de6cf2291566c95aa76c1" |
| 703 | }, | 776 | }, |
| 704 | "dist": { | 777 | "dist": { |
| 705 | "type": "zip", | 778 | "type": "zip", |
| 706 | "url": "https://api.github.com/repos/twigphp/Twig/zipball/1fb5784662f438d7d96a541e305e28b812e2eeed", | 779 | "url": "https://api.github.com/repos/twigphp/Twig/zipball/9b3796b14088e5c9039de6cf2291566c95aa76c1", |
| 707 | "reference": "1fb5784662f438d7d96a541e305e28b812e2eeed", | 780 | "reference": "9b3796b14088e5c9039de6cf2291566c95aa76c1", |
| 708 | "shasum": "" | 781 | "shasum": "" |
| 709 | }, | 782 | }, |
| 710 | "require": { | 783 | "require": { |
| 711 | "php": ">=5.2.4" | 784 | "php": ">=5.2.7" |
| 785 | }, | ||
| 786 | "require-dev": { | ||
| 787 | "symfony/debug": "~2.7", | ||
| 788 | "symfony/phpunit-bridge": "~3.2" | ||
| 712 | }, | 789 | }, |
| 713 | "type": "library", | 790 | "type": "library", |
| 714 | "extra": { | 791 | "extra": { |
| 715 | "branch-alias": { | 792 | "branch-alias": { |
| 716 | "dev-master": "1.15-dev" | 793 | "dev-master": "1.31-dev" |
| 717 | } | 794 | } |
| 718 | }, | 795 | }, |
| 719 | "autoload": { | 796 | "autoload": { |
| ... | @@ -739,7 +816,7 @@ | ... | @@ -739,7 +816,7 @@ |
| 739 | }, | 816 | }, |
| 740 | { | 817 | { |
| 741 | "name": "Twig Team", | 818 | "name": "Twig Team", |
| 742 | "homepage": "https://github.com/fabpot/Twig/graphs/contributors", | 819 | "homepage": "http://twig.sensiolabs.org/contributors", |
| 743 | "role": "Contributors" | 820 | "role": "Contributors" |
| 744 | } | 821 | } |
| 745 | ], | 822 | ], |
| ... | @@ -748,7 +825,7 @@ | ... | @@ -748,7 +825,7 @@ |
| 748 | "keywords": [ | 825 | "keywords": [ |
| 749 | "templating" | 826 | "templating" |
| 750 | ], | 827 | ], |
| 751 | "time": "2014-02-13 10:19:29" | 828 | "time": "2017-01-11 19:37:33" |
| 752 | } | 829 | } |
| 753 | ], | 830 | ], |
| 754 | "packages-dev": [], | 831 | "packages-dev": [], | ... | ... |
-
Please register or sign in to post a comment