2 "_readme": [ |
2 "_readme": [ |
3 "This file locks the dependencies of your project to a known state", |
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", |
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" |
5 "This file is @generated automatically" |
6 ], |
6 ], |
7 "hash": "b73a574d7aa6eda1874a7ffe8b72dbf1", |
7 "hash": "3548116cfb0402c4629216e7c27d4465", |
8 "packages": [ |
8 "packages": [ |
|
9 { |
|
10 "name": "caseyamcl/phpoaipmh", |
|
11 "version": "v2.4", |
|
12 "source": { |
|
13 "type": "git", |
|
14 "url": "https://github.com/caseyamcl/phpoaipmh.git", |
|
15 "reference": "8a8a10e34e6d6b7f30849617aa7100b52331d0ef" |
|
16 }, |
|
17 "dist": { |
|
18 "type": "zip", |
|
19 "url": "https://api.github.com/repos/caseyamcl/phpoaipmh/zipball/8a8a10e34e6d6b7f30849617aa7100b52331d0ef", |
|
20 "reference": "8a8a10e34e6d6b7f30849617aa7100b52331d0ef", |
|
21 "shasum": "" |
|
22 }, |
|
23 "require": { |
|
24 "php": ">=5.4.0" |
|
25 }, |
|
26 "require-dev": { |
|
27 "guzzlehttp/guzzle": "~5.0", |
|
28 "mockery/mockery": "~0.9", |
|
29 "phpunit/phpunit": "~4.0", |
|
30 "symfony/config": "~2.5", |
|
31 "symfony/console": "~2.5", |
|
32 "symfony/dependency-injection": "~2.5", |
|
33 "symfony/yaml": "~2.5" |
|
34 }, |
|
35 "type": "library", |
|
36 "autoload": { |
|
37 "psr-0": { |
|
38 "Phpoaipmh": [ |
|
39 "src/", |
|
40 "tests" |
|
41 ] |
|
42 }, |
|
43 "psr-4": { |
|
44 "Phpoaipmh\\Example\\": "example/src/" |
|
45 } |
|
46 }, |
|
47 "notification-url": "https://packagist.org/downloads/", |
|
48 "license": [ |
|
49 "MIT" |
|
50 ], |
|
51 "authors": [ |
|
52 { |
|
53 "name": "Casey McLaughlin", |
|
54 "email": "caseyamcl@gmail.com", |
|
55 "homepage": "http://caseymclaughlin.com", |
|
56 "role": "Developer" |
|
57 } |
|
58 ], |
|
59 "description": "A PHP OAI-PMH 2.0 Harvester library", |
|
60 "homepage": "https://github.com/caseyamcl/phpoaipmh", |
|
61 "keywords": [ |
|
62 "Harvester", |
|
63 "OAI", |
|
64 "OAI-PMH" |
|
65 ], |
|
66 "time": "2015-05-18 14:40:02" |
|
67 }, |
9 { |
68 { |
10 "name": "classpreloader/classpreloader", |
69 "name": "classpreloader/classpreloader", |
11 "version": "1.4.0", |
70 "version": "1.4.0", |
12 "source": { |
71 "source": { |
13 "type": "git", |
72 "type": "git", |
283 "sparql" |
342 "sparql" |
284 ], |
343 ], |
285 "time": "2015-02-27 09:45:49" |
344 "time": "2015-02-27 09:45:49" |
286 }, |
345 }, |
287 { |
346 { |
288 "name": "ircmaxell/password-compat", |
347 "name": "guzzlehttp/guzzle", |
289 "version": "v1.0.4", |
348 "version": "6.0.1", |
290 "source": { |
349 "source": { |
291 "type": "git", |
350 "type": "git", |
292 "url": "https://github.com/ircmaxell/password_compat.git", |
351 "url": "https://github.com/guzzle/guzzle.git", |
293 "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c" |
352 "reference": "f992b7b487a816c957d317442bed4966409873e0" |
294 }, |
353 }, |
295 "dist": { |
354 "dist": { |
296 "type": "zip", |
355 "type": "zip", |
297 "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c", |
356 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f992b7b487a816c957d317442bed4966409873e0", |
298 "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c", |
357 "reference": "f992b7b487a816c957d317442bed4966409873e0", |
299 "shasum": "" |
358 "shasum": "" |
300 }, |
359 }, |
301 "require-dev": { |
360 "require": { |
302 "phpunit/phpunit": "4.*" |
361 "guzzlehttp/promises": "^1.0.0", |
303 }, |
362 "guzzlehttp/psr7": "^1.0.0", |
304 "type": "library", |
363 "php": ">=5.5.0" |
|
364 }, |
|
365 "require-dev": { |
|
366 "ext-curl": "*", |
|
367 "phpunit/phpunit": "^4.0", |
|
368 "psr/log": "^1.0" |
|
369 }, |
|
370 "type": "library", |
|
371 "extra": { |
|
372 "branch-alias": { |
|
373 "dev-master": "6.0-dev" |
|
374 } |
|
375 }, |
305 "autoload": { |
376 "autoload": { |
306 "files": [ |
377 "files": [ |
307 "lib/password.php" |
378 "src/functions.php" |
|
379 ], |
|
380 "psr-4": { |
|
381 "GuzzleHttp\\": "src/" |
|
382 } |
|
383 }, |
|
384 "notification-url": "https://packagist.org/downloads/", |
|
385 "license": [ |
|
386 "MIT" |
|
387 ], |
|
388 "authors": [ |
|
389 { |
|
390 "name": "Michael Dowling", |
|
391 "email": "mtdowling@gmail.com", |
|
392 "homepage": "https://github.com/mtdowling" |
|
393 } |
|
394 ], |
|
395 "description": "Guzzle is a PHP HTTP client library", |
|
396 "homepage": "http://guzzlephp.org/", |
|
397 "keywords": [ |
|
398 "client", |
|
399 "curl", |
|
400 "framework", |
|
401 "http", |
|
402 "http client", |
|
403 "rest", |
|
404 "web service" |
|
405 ], |
|
406 "time": "2015-05-27 16:57:51" |
|
407 }, |
|
408 { |
|
409 "name": "guzzlehttp/promises", |
|
410 "version": "1.0.0", |
|
411 "source": { |
|
412 "type": "git", |
|
413 "url": "https://github.com/guzzle/promises.git", |
|
414 "reference": "01abc3232138f330d8a1eaa808fcbdf9b4292f47" |
|
415 }, |
|
416 "dist": { |
|
417 "type": "zip", |
|
418 "url": "https://api.github.com/repos/guzzle/promises/zipball/01abc3232138f330d8a1eaa808fcbdf9b4292f47", |
|
419 "reference": "01abc3232138f330d8a1eaa808fcbdf9b4292f47", |
|
420 "shasum": "" |
|
421 }, |
|
422 "require": { |
|
423 "php": ">=5.5.0" |
|
424 }, |
|
425 "require-dev": { |
|
426 "phpunit/phpunit": "^4.0" |
|
427 }, |
|
428 "type": "library", |
|
429 "extra": { |
|
430 "branch-alias": { |
|
431 "dev-master": "1.0-dev" |
|
432 } |
|
433 }, |
|
434 "autoload": { |
|
435 "psr-4": { |
|
436 "GuzzleHttp\\Promise\\": "src/" |
|
437 }, |
|
438 "files": [ |
|
439 "src/functions.php" |
308 ] |
440 ] |
309 }, |
441 }, |
310 "notification-url": "https://packagist.org/downloads/", |
442 "notification-url": "https://packagist.org/downloads/", |
311 "license": [ |
443 "license": [ |
312 "MIT" |
444 "MIT" |
313 ], |
445 ], |
314 "authors": [ |
446 "authors": [ |
315 { |
447 { |
316 "name": "Anthony Ferrara", |
448 "name": "Michael Dowling", |
317 "email": "ircmaxell@php.net", |
449 "email": "mtdowling@gmail.com", |
318 "homepage": "http://blog.ircmaxell.com" |
450 "homepage": "https://github.com/mtdowling" |
319 } |
451 } |
320 ], |
452 ], |
321 "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash", |
453 "description": "Guzzle promises library", |
322 "homepage": "https://github.com/ircmaxell/password_compat", |
454 "keywords": [ |
323 "keywords": [ |
455 "promise" |
324 "hashing", |
456 ], |
325 "password" |
457 "time": "2015-05-13 05:05:10" |
326 ], |
458 }, |
327 "time": "2014-11-20 16:49:30" |
459 { |
|
460 "name": "guzzlehttp/psr7", |
|
461 "version": "1.0.0", |
|
462 "source": { |
|
463 "type": "git", |
|
464 "url": "https://github.com/guzzle/psr7.git", |
|
465 "reference": "19e510056d8d671d9d9e25dc16937b3dd3802ae6" |
|
466 }, |
|
467 "dist": { |
|
468 "type": "zip", |
|
469 "url": "https://api.github.com/repos/guzzle/psr7/zipball/19e510056d8d671d9d9e25dc16937b3dd3802ae6", |
|
470 "reference": "19e510056d8d671d9d9e25dc16937b3dd3802ae6", |
|
471 "shasum": "" |
|
472 }, |
|
473 "require": { |
|
474 "php": ">=5.4.0", |
|
475 "psr/http-message": "^1.0" |
|
476 }, |
|
477 "provide": { |
|
478 "psr/http-message-implementation": "1.0" |
|
479 }, |
|
480 "require-dev": { |
|
481 "phpunit/phpunit": "^4.0" |
|
482 }, |
|
483 "type": "library", |
|
484 "extra": { |
|
485 "branch-alias": { |
|
486 "dev-master": "1.0-dev" |
|
487 } |
|
488 }, |
|
489 "autoload": { |
|
490 "psr-4": { |
|
491 "GuzzleHttp\\Psr7\\": "src/" |
|
492 }, |
|
493 "files": [ |
|
494 "src/functions.php" |
|
495 ] |
|
496 }, |
|
497 "notification-url": "https://packagist.org/downloads/", |
|
498 "license": [ |
|
499 "MIT" |
|
500 ], |
|
501 "authors": [ |
|
502 { |
|
503 "name": "Michael Dowling", |
|
504 "email": "mtdowling@gmail.com", |
|
505 "homepage": "https://github.com/mtdowling" |
|
506 } |
|
507 ], |
|
508 "description": "PSR-7 message implementation", |
|
509 "keywords": [ |
|
510 "http", |
|
511 "message", |
|
512 "stream", |
|
513 "uri" |
|
514 ], |
|
515 "time": "2015-05-19 17:58:45" |
328 }, |
516 }, |
329 { |
517 { |
330 "name": "jakub-onderka/php-console-color", |
518 "name": "jakub-onderka/php-console-color", |
331 "version": "0.1", |
519 "version": "0.1", |
332 "source": { |
520 "source": { |
369 ], |
557 ], |
370 "time": "2014-04-08 15:00:19" |
558 "time": "2014-04-08 15:00:19" |
371 }, |
559 }, |
372 { |
560 { |
373 "name": "jakub-onderka/php-console-highlighter", |
561 "name": "jakub-onderka/php-console-highlighter", |
374 "version": "v0.3.1", |
562 "version": "v0.3.2", |
375 "source": { |
563 "source": { |
376 "type": "git", |
564 "type": "git", |
377 "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git", |
565 "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git", |
378 "reference": "05bce997da20acf873e6bf396276798f3cd2c76a" |
566 "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5" |
379 }, |
567 }, |
380 "dist": { |
568 "dist": { |
381 "type": "zip", |
569 "type": "zip", |
382 "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/05bce997da20acf873e6bf396276798f3cd2c76a", |
570 "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5", |
383 "reference": "05bce997da20acf873e6bf396276798f3cd2c76a", |
571 "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5", |
384 "shasum": "" |
572 "shasum": "" |
385 }, |
573 }, |
386 "require": { |
574 "require": { |
387 "jakub-onderka/php-console-color": "~0.1", |
575 "jakub-onderka/php-console-color": "~0.1", |
388 "php": ">=5.3.0" |
576 "php": ">=5.3.0" |
389 }, |
577 }, |
390 "require-dev": { |
578 "require-dev": { |
391 "jakub-onderka/php-code-style": "~1.0", |
579 "jakub-onderka/php-code-style": "~1.0", |
392 "jakub-onderka/php-parallel-lint": "~0.5", |
580 "jakub-onderka/php-parallel-lint": "~0.5", |
|
581 "jakub-onderka/php-var-dump-check": "~0.1", |
393 "phpunit/phpunit": "~4.0", |
582 "phpunit/phpunit": "~4.0", |
394 "squizlabs/php_codesniffer": "~1.5" |
583 "squizlabs/php_codesniffer": "~1.5" |
395 }, |
584 }, |
396 "type": "library", |
585 "type": "library", |
397 "autoload": { |
586 "autoload": { |
470 ], |
659 ], |
471 "time": "2015-03-11 20:06:43" |
660 "time": "2015-03-11 20:06:43" |
472 }, |
661 }, |
473 { |
662 { |
474 "name": "laravel/framework", |
663 "name": "laravel/framework", |
475 "version": "v5.0.33", |
664 "version": "v5.1.2", |
476 "source": { |
665 "source": { |
477 "type": "git", |
666 "type": "git", |
478 "url": "https://github.com/laravel/framework.git", |
667 "url": "https://github.com/laravel/framework.git", |
479 "reference": "b11c8ab88245f920b30e5f30e16b141ac8d461d3" |
668 "reference": "65a3a4ca4b20083517a9e2effa6a86a49f3e9c96" |
480 }, |
669 }, |
481 "dist": { |
670 "dist": { |
482 "type": "zip", |
671 "type": "zip", |
483 "url": "https://api.github.com/repos/laravel/framework/zipball/b11c8ab88245f920b30e5f30e16b141ac8d461d3", |
672 "url": "https://api.github.com/repos/laravel/framework/zipball/65a3a4ca4b20083517a9e2effa6a86a49f3e9c96", |
484 "reference": "b11c8ab88245f920b30e5f30e16b141ac8d461d3", |
673 "reference": "65a3a4ca4b20083517a9e2effa6a86a49f3e9c96", |
485 "shasum": "" |
674 "shasum": "" |
486 }, |
675 }, |
487 "require": { |
676 "require": { |
488 "classpreloader/classpreloader": "~1.2", |
677 "classpreloader/classpreloader": "~1.2", |
489 "danielstjules/stringy": "~1.8", |
678 "danielstjules/stringy": "~1.8", |
490 "doctrine/inflector": "~1.0", |
679 "doctrine/inflector": "~1.0", |
491 "ext-mbstring": "*", |
680 "ext-mbstring": "*", |
492 "ext-mcrypt": "*", |
|
493 "ext-openssl": "*", |
681 "ext-openssl": "*", |
494 "ircmaxell/password-compat": "~1.0", |
|
495 "jeremeamia/superclosure": "~2.0", |
682 "jeremeamia/superclosure": "~2.0", |
496 "league/flysystem": "~1.0", |
683 "league/flysystem": "~1.0", |
497 "monolog/monolog": "~1.11", |
684 "monolog/monolog": "~1.11", |
498 "mtdowling/cron-expression": "~1.0", |
685 "mtdowling/cron-expression": "~1.0", |
499 "nesbot/carbon": "~1.0", |
686 "nesbot/carbon": "~1.19", |
500 "php": ">=5.4.0", |
687 "php": ">=5.5.9", |
501 "psy/psysh": "0.4.*", |
688 "psy/psysh": "0.4.*", |
502 "swiftmailer/swiftmailer": "~5.1", |
689 "swiftmailer/swiftmailer": "~5.1", |
503 "symfony/console": "2.6.*", |
690 "symfony/console": "2.7.*", |
504 "symfony/debug": "2.6.*", |
691 "symfony/css-selector": "2.7.*", |
505 "symfony/finder": "2.6.*", |
692 "symfony/debug": "2.7.*", |
506 "symfony/http-foundation": "2.6.*", |
693 "symfony/dom-crawler": "2.7.*", |
507 "symfony/http-kernel": "2.6.*", |
694 "symfony/finder": "2.7.*", |
508 "symfony/process": "2.6.*", |
695 "symfony/http-foundation": "2.7.*", |
509 "symfony/routing": "2.6.*", |
696 "symfony/http-kernel": "2.7.*", |
510 "symfony/security-core": "2.6.*", |
697 "symfony/process": "2.7.*", |
511 "symfony/translation": "2.6.*", |
698 "symfony/routing": "2.7.*", |
512 "symfony/var-dumper": "2.6.*", |
699 "symfony/translation": "2.7.*", |
|
700 "symfony/var-dumper": "2.7.*", |
513 "vlucas/phpdotenv": "~1.0" |
701 "vlucas/phpdotenv": "~1.0" |
514 }, |
702 }, |
515 "replace": { |
703 "replace": { |
516 "illuminate/auth": "self.version", |
704 "illuminate/auth": "self.version", |
|
705 "illuminate/broadcasting": "self.version", |
517 "illuminate/bus": "self.version", |
706 "illuminate/bus": "self.version", |
518 "illuminate/cache": "self.version", |
707 "illuminate/cache": "self.version", |
519 "illuminate/config": "self.version", |
708 "illuminate/config": "self.version", |
520 "illuminate/console": "self.version", |
709 "illuminate/console": "self.version", |
521 "illuminate/container": "self.version", |
710 "illuminate/container": "self.version", |
541 "illuminate/translation": "self.version", |
730 "illuminate/translation": "self.version", |
542 "illuminate/validation": "self.version", |
731 "illuminate/validation": "self.version", |
543 "illuminate/view": "self.version" |
732 "illuminate/view": "self.version" |
544 }, |
733 }, |
545 "require-dev": { |
734 "require-dev": { |
546 "aws/aws-sdk-php": "~2.4", |
735 "aws/aws-sdk-php": "~3.0", |
547 "iron-io/iron_mq": "~1.5", |
736 "iron-io/iron_mq": "~2.0", |
548 "mockery/mockery": "~0.9", |
737 "mockery/mockery": "~0.9.1", |
549 "pda/pheanstalk": "~3.0", |
738 "pda/pheanstalk": "~3.0", |
550 "phpunit/phpunit": "~4.0", |
739 "phpunit/phpunit": "~4.0", |
551 "predis/predis": "~1.0" |
740 "predis/predis": "~1.0" |
552 }, |
741 }, |
553 "suggest": { |
742 "suggest": { |
554 "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~2.4).", |
743 "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).", |
555 "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.4).", |
744 "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.4).", |
556 "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers (~5.0).", |
745 "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).", |
557 "iron-io/iron_mq": "Required to use the iron queue driver (~1.5).", |
746 "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers (~5.3|~6.0).", |
558 "league/flysystem-aws-s3-v2": "Required to use the Flysystem S3 driver (~1.0).", |
747 "iron-io/iron_mq": "Required to use the iron queue driver (~2.0).", |
|
748 "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).", |
559 "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).", |
749 "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).", |
560 "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).", |
750 "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).", |
561 "predis/predis": "Required to use the redis cache and queue drivers (~1.0)." |
751 "predis/predis": "Required to use the redis cache and queue drivers (~1.0).", |
562 }, |
752 "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~2.0)." |
563 "type": "library", |
753 }, |
564 "extra": { |
754 "type": "library", |
565 "branch-alias": { |
755 "extra": { |
566 "dev-master": "5.0-dev" |
756 "branch-alias": { |
|
757 "dev-master": "5.1-dev" |
567 } |
758 } |
568 }, |
759 }, |
569 "autoload": { |
760 "autoload": { |
570 "classmap": [ |
761 "classmap": [ |
571 "src/Illuminate/Queue/IlluminateQueueClosure.php" |
762 "src/Illuminate/Queue/IlluminateQueueClosure.php" |
592 "homepage": "http://laravel.com", |
783 "homepage": "http://laravel.com", |
593 "keywords": [ |
784 "keywords": [ |
594 "framework", |
785 "framework", |
595 "laravel" |
786 "laravel" |
596 ], |
787 ], |
597 "time": "2015-06-09 13:12:19" |
788 "time": "2015-06-15 18:25:50" |
|
789 }, |
|
790 { |
|
791 "name": "laravelcollective/html", |
|
792 "version": "v5.1.1", |
|
793 "source": { |
|
794 "type": "git", |
|
795 "url": "https://github.com/LaravelCollective/html.git", |
|
796 "reference": "0918dac79ff8d294a92048f2d8b3c0c3078139b0" |
|
797 }, |
|
798 "dist": { |
|
799 "type": "zip", |
|
800 "url": "https://api.github.com/repos/LaravelCollective/html/zipball/0918dac79ff8d294a92048f2d8b3c0c3078139b0", |
|
801 "reference": "0918dac79ff8d294a92048f2d8b3c0c3078139b0", |
|
802 "shasum": "" |
|
803 }, |
|
804 "require": { |
|
805 "illuminate/http": "5.1.*", |
|
806 "illuminate/routing": "5.1.*", |
|
807 "illuminate/session": "5.1.*", |
|
808 "illuminate/support": "5.1.*", |
|
809 "php": ">=5.5.9" |
|
810 }, |
|
811 "require-dev": { |
|
812 "mockery/mockery": "~0.9", |
|
813 "phpunit/phpunit": "~4.0" |
|
814 }, |
|
815 "type": "library", |
|
816 "autoload": { |
|
817 "psr-4": { |
|
818 "Collective\\Html\\": "src/" |
|
819 }, |
|
820 "files": [ |
|
821 "src/helpers.php" |
|
822 ] |
|
823 }, |
|
824 "notification-url": "https://packagist.org/downloads/", |
|
825 "license": [ |
|
826 "MIT" |
|
827 ], |
|
828 "authors": [ |
|
829 { |
|
830 "name": "Taylor Otwell", |
|
831 "email": "taylorotwell@gmail.com" |
|
832 }, |
|
833 { |
|
834 "name": "Adam Engebretson", |
|
835 "email": "adam@laravelcollective.com" |
|
836 } |
|
837 ], |
|
838 "time": "2015-06-18 02:16:50" |
598 }, |
839 }, |
599 { |
840 { |
600 "name": "league/flysystem", |
841 "name": "league/flysystem", |
601 "version": "1.0.4", |
842 "version": "1.0.4", |
602 "source": { |
843 "source": { |
776 ], |
1017 ], |
777 "time": "2014-09-15 10:41:19" |
1018 "time": "2014-09-15 10:41:19" |
778 }, |
1019 }, |
779 { |
1020 { |
780 "name": "monolog/monolog", |
1021 "name": "monolog/monolog", |
781 "version": "1.13.1", |
1022 "version": "1.14.0", |
782 "source": { |
1023 "source": { |
783 "type": "git", |
1024 "type": "git", |
784 "url": "https://github.com/Seldaek/monolog.git", |
1025 "url": "https://github.com/Seldaek/monolog.git", |
785 "reference": "c31a2c4e8db5da8b46c74cf275d7f109c0f249ac" |
1026 "reference": "b287fbbe1ca27847064beff2bad7fb6920bf08cc" |
786 }, |
1027 }, |
787 "dist": { |
1028 "dist": { |
788 "type": "zip", |
1029 "type": "zip", |
789 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/c31a2c4e8db5da8b46c74cf275d7f109c0f249ac", |
1030 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/b287fbbe1ca27847064beff2bad7fb6920bf08cc", |
790 "reference": "c31a2c4e8db5da8b46c74cf275d7f109c0f249ac", |
1031 "reference": "b287fbbe1ca27847064beff2bad7fb6920bf08cc", |
791 "shasum": "" |
1032 "shasum": "" |
792 }, |
1033 }, |
793 "require": { |
1034 "require": { |
794 "php": ">=5.3.0", |
1035 "php": ">=5.3.0", |
795 "psr/log": "~1.0" |
1036 "psr/log": "~1.0" |
796 }, |
1037 }, |
797 "provide": { |
1038 "provide": { |
798 "psr/log-implementation": "1.0.0" |
1039 "psr/log-implementation": "1.0.0" |
799 }, |
1040 }, |
800 "require-dev": { |
1041 "require-dev": { |
801 "aws/aws-sdk-php": "~2.4, >2.4.8", |
1042 "aws/aws-sdk-php": "^2.4.9", |
802 "doctrine/couchdb": "~1.0@dev", |
1043 "doctrine/couchdb": "~1.0@dev", |
803 "graylog2/gelf-php": "~1.0", |
1044 "graylog2/gelf-php": "~1.0", |
804 "phpunit/phpunit": "~4.0", |
1045 "php-console/php-console": "^3.1.3", |
805 "raven/raven": "~0.5", |
1046 "phpunit/phpunit": "~4.5", |
806 "ruflin/elastica": "0.90.*", |
1047 "phpunit/phpunit-mock-objects": "2.3.0", |
|
1048 "raven/raven": "~0.8", |
|
1049 "ruflin/elastica": ">=0.90 <3.0", |
807 "swiftmailer/swiftmailer": "~5.3", |
1050 "swiftmailer/swiftmailer": "~5.3", |
808 "videlalvaro/php-amqplib": "~2.4" |
1051 "videlalvaro/php-amqplib": "~2.4" |
809 }, |
1052 }, |
810 "suggest": { |
1053 "suggest": { |
811 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", |
1054 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", |
812 "doctrine/couchdb": "Allow sending log messages to a CouchDB server", |
1055 "doctrine/couchdb": "Allow sending log messages to a CouchDB server", |
813 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", |
1056 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", |
814 "ext-mongo": "Allow sending log messages to a MongoDB server", |
1057 "ext-mongo": "Allow sending log messages to a MongoDB server", |
815 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", |
1058 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", |
|
1059 "php-console/php-console": "Allow sending log messages to Google Chrome", |
816 "raven/raven": "Allow sending log messages to a Sentry server", |
1060 "raven/raven": "Allow sending log messages to a Sentry server", |
817 "rollbar/rollbar": "Allow sending log messages to Rollbar", |
1061 "rollbar/rollbar": "Allow sending log messages to Rollbar", |
818 "ruflin/elastica": "Allow sending log messages to an Elastic Search server", |
1062 "ruflin/elastica": "Allow sending log messages to an Elastic Search server", |
819 "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib" |
1063 "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib" |
820 }, |
1064 }, |
821 "type": "library", |
1065 "type": "library", |
822 "extra": { |
1066 "extra": { |
823 "branch-alias": { |
1067 "branch-alias": { |
824 "dev-master": "1.13.x-dev" |
1068 "dev-master": "1.14.x-dev" |
825 } |
1069 } |
826 }, |
1070 }, |
827 "autoload": { |
1071 "autoload": { |
828 "psr-4": { |
1072 "psr-4": { |
829 "Monolog\\": "src/Monolog" |
1073 "Monolog\\": "src/Monolog" |
1147 ], |
1440 ], |
1148 "time": "2015-06-06 14:19:39" |
1441 "time": "2015-06-06 14:19:39" |
1149 }, |
1442 }, |
1150 { |
1443 { |
1151 "name": "symfony/console", |
1444 "name": "symfony/console", |
1152 "version": "v2.6.9", |
1445 "version": "v2.7.1", |
1153 "target-dir": "Symfony/Component/Console", |
|
1154 "source": { |
1446 "source": { |
1155 "type": "git", |
1447 "type": "git", |
1156 "url": "https://github.com/symfony/Console.git", |
1448 "url": "https://github.com/symfony/Console.git", |
1157 "reference": "b5ec0c11a204718f2b656357f5505a8e578f30dd" |
1449 "reference": "564398bc1f33faf92fc2ec86859983d30eb81806" |
1158 }, |
1450 }, |
1159 "dist": { |
1451 "dist": { |
1160 "type": "zip", |
1452 "type": "zip", |
1161 "url": "https://api.github.com/repos/symfony/Console/zipball/b5ec0c11a204718f2b656357f5505a8e578f30dd", |
1453 "url": "https://api.github.com/repos/symfony/Console/zipball/564398bc1f33faf92fc2ec86859983d30eb81806", |
1162 "reference": "b5ec0c11a204718f2b656357f5505a8e578f30dd", |
1454 "reference": "564398bc1f33faf92fc2ec86859983d30eb81806", |
1163 "shasum": "" |
1455 "shasum": "" |
1164 }, |
1456 }, |
1165 "require": { |
1457 "require": { |
1166 "php": ">=5.3.3" |
1458 "php": ">=5.3.9" |
1167 }, |
1459 }, |
1168 "require-dev": { |
1460 "require-dev": { |
1169 "psr/log": "~1.0", |
1461 "psr/log": "~1.0", |
1170 "symfony/event-dispatcher": "~2.1", |
1462 "symfony/event-dispatcher": "~2.1", |
1171 "symfony/phpunit-bridge": "~2.7", |
1463 "symfony/phpunit-bridge": "~2.7", |
1201 "homepage": "https://symfony.com/contributors" |
1493 "homepage": "https://symfony.com/contributors" |
1202 } |
1494 } |
1203 ], |
1495 ], |
1204 "description": "Symfony Console Component", |
1496 "description": "Symfony Console Component", |
1205 "homepage": "https://symfony.com", |
1497 "homepage": "https://symfony.com", |
1206 "time": "2015-05-29 14:42:58" |
1498 "time": "2015-06-10 15:30:22" |
|
1499 }, |
|
1500 { |
|
1501 "name": "symfony/css-selector", |
|
1502 "version": "v2.7.1", |
|
1503 "source": { |
|
1504 "type": "git", |
|
1505 "url": "https://github.com/symfony/CssSelector.git", |
|
1506 "reference": "0b5c07b516226b7dd32afbbc82fe547a469c5092" |
|
1507 }, |
|
1508 "dist": { |
|
1509 "type": "zip", |
|
1510 "url": "https://api.github.com/repos/symfony/CssSelector/zipball/0b5c07b516226b7dd32afbbc82fe547a469c5092", |
|
1511 "reference": "0b5c07b516226b7dd32afbbc82fe547a469c5092", |
|
1512 "shasum": "" |
|
1513 }, |
|
1514 "require": { |
|
1515 "php": ">=5.3.9" |
|
1516 }, |
|
1517 "require-dev": { |
|
1518 "symfony/phpunit-bridge": "~2.7" |
|
1519 }, |
|
1520 "type": "library", |
|
1521 "extra": { |
|
1522 "branch-alias": { |
|
1523 "dev-master": "2.7-dev" |
|
1524 } |
|
1525 }, |
|
1526 "autoload": { |
|
1527 "psr-4": { |
|
1528 "Symfony\\Component\\CssSelector\\": "" |
|
1529 } |
|
1530 }, |
|
1531 "notification-url": "https://packagist.org/downloads/", |
|
1532 "license": [ |
|
1533 "MIT" |
|
1534 ], |
|
1535 "authors": [ |
|
1536 { |
|
1537 "name": "Jean-François Simon", |
|
1538 "email": "jeanfrancois.simon@sensiolabs.com" |
|
1539 }, |
|
1540 { |
|
1541 "name": "Fabien Potencier", |
|
1542 "email": "fabien@symfony.com" |
|
1543 }, |
|
1544 { |
|
1545 "name": "Symfony Community", |
|
1546 "homepage": "https://symfony.com/contributors" |
|
1547 } |
|
1548 ], |
|
1549 "description": "Symfony CssSelector Component", |
|
1550 "homepage": "https://symfony.com", |
|
1551 "time": "2015-05-15 13:33:16" |
1207 }, |
1552 }, |
1208 { |
1553 { |
1209 "name": "symfony/debug", |
1554 "name": "symfony/debug", |
1210 "version": "v2.6.9", |
1555 "version": "v2.7.1", |
1211 "target-dir": "Symfony/Component/Debug", |
|
1212 "source": { |
1556 "source": { |
1213 "type": "git", |
1557 "type": "git", |
1214 "url": "https://github.com/symfony/Debug.git", |
1558 "url": "https://github.com/symfony/Debug.git", |
1215 "reference": "4851a041c48e76b91a221db84ab5850daa6a7b33" |
1559 "reference": "075070230c5bbc65abde8241191655bbce0716e2" |
1216 }, |
1560 }, |
1217 "dist": { |
1561 "dist": { |
1218 "type": "zip", |
1562 "type": "zip", |
1219 "url": "https://api.github.com/repos/symfony/Debug/zipball/4851a041c48e76b91a221db84ab5850daa6a7b33", |
1563 "url": "https://api.github.com/repos/symfony/Debug/zipball/075070230c5bbc65abde8241191655bbce0716e2", |
1220 "reference": "4851a041c48e76b91a221db84ab5850daa6a7b33", |
1564 "reference": "075070230c5bbc65abde8241191655bbce0716e2", |
1221 "shasum": "" |
1565 "shasum": "" |
1222 }, |
1566 }, |
1223 "require": { |
1567 "require": { |
1224 "php": ">=5.3.3", |
1568 "php": ">=5.3.9", |
1225 "psr/log": "~1.0" |
1569 "psr/log": "~1.0" |
1226 }, |
1570 }, |
1227 "conflict": { |
1571 "conflict": { |
1228 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" |
1572 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" |
1229 }, |
1573 }, |
1262 "homepage": "https://symfony.com/contributors" |
1606 "homepage": "https://symfony.com/contributors" |
1263 } |
1607 } |
1264 ], |
1608 ], |
1265 "description": "Symfony Debug Component", |
1609 "description": "Symfony Debug Component", |
1266 "homepage": "https://symfony.com", |
1610 "homepage": "https://symfony.com", |
1267 "time": "2015-05-20 13:09:45" |
1611 "time": "2015-06-08 09:37:21" |
|
1612 }, |
|
1613 { |
|
1614 "name": "symfony/dom-crawler", |
|
1615 "version": "v2.7.1", |
|
1616 "source": { |
|
1617 "type": "git", |
|
1618 "url": "https://github.com/symfony/DomCrawler.git", |
|
1619 "reference": "11d8eb8ccc1533f4c2d89a025f674894fda520b3" |
|
1620 }, |
|
1621 "dist": { |
|
1622 "type": "zip", |
|
1623 "url": "https://api.github.com/repos/symfony/DomCrawler/zipball/11d8eb8ccc1533f4c2d89a025f674894fda520b3", |
|
1624 "reference": "11d8eb8ccc1533f4c2d89a025f674894fda520b3", |
|
1625 "shasum": "" |
|
1626 }, |
|
1627 "require": { |
|
1628 "php": ">=5.3.9" |
|
1629 }, |
|
1630 "require-dev": { |
|
1631 "symfony/css-selector": "~2.3", |
|
1632 "symfony/phpunit-bridge": "~2.7" |
|
1633 }, |
|
1634 "suggest": { |
|
1635 "symfony/css-selector": "" |
|
1636 }, |
|
1637 "type": "library", |
|
1638 "extra": { |
|
1639 "branch-alias": { |
|
1640 "dev-master": "2.7-dev" |
|
1641 } |
|
1642 }, |
|
1643 "autoload": { |
|
1644 "psr-4": { |
|
1645 "Symfony\\Component\\DomCrawler\\": "" |
|
1646 } |
|
1647 }, |
|
1648 "notification-url": "https://packagist.org/downloads/", |
|
1649 "license": [ |
|
1650 "MIT" |
|
1651 ], |
|
1652 "authors": [ |
|
1653 { |
|
1654 "name": "Fabien Potencier", |
|
1655 "email": "fabien@symfony.com" |
|
1656 }, |
|
1657 { |
|
1658 "name": "Symfony Community", |
|
1659 "homepage": "https://symfony.com/contributors" |
|
1660 } |
|
1661 ], |
|
1662 "description": "Symfony DomCrawler Component", |
|
1663 "homepage": "https://symfony.com", |
|
1664 "time": "2015-05-22 14:54:25" |
1268 }, |
1665 }, |
1269 { |
1666 { |
1270 "name": "symfony/event-dispatcher", |
1667 "name": "symfony/event-dispatcher", |
1271 "version": "v2.7.1", |
1668 "version": "v2.7.1", |
1272 "source": { |
1669 "source": { |
1373 "homepage": "https://symfony.com", |
1770 "homepage": "https://symfony.com", |
1374 "time": "2015-06-08 09:37:21" |
1771 "time": "2015-06-08 09:37:21" |
1375 }, |
1772 }, |
1376 { |
1773 { |
1377 "name": "symfony/finder", |
1774 "name": "symfony/finder", |
1378 "version": "v2.6.9", |
1775 "version": "v2.7.1", |
1379 "target-dir": "Symfony/Component/Finder", |
|
1380 "source": { |
1776 "source": { |
1381 "type": "git", |
1777 "type": "git", |
1382 "url": "https://github.com/symfony/Finder.git", |
1778 "url": "https://github.com/symfony/Finder.git", |
1383 "reference": "ffedd3e0ff8155188155e9322fe21b9ee012ac14" |
1779 "reference": "c13a40d638aeede1e8400f8c956c7f9246c05f75" |
1384 }, |
1780 }, |
1385 "dist": { |
1781 "dist": { |
1386 "type": "zip", |
1782 "type": "zip", |
1387 "url": "https://api.github.com/repos/symfony/Finder/zipball/ffedd3e0ff8155188155e9322fe21b9ee012ac14", |
1783 "url": "https://api.github.com/repos/symfony/Finder/zipball/c13a40d638aeede1e8400f8c956c7f9246c05f75", |
1388 "reference": "ffedd3e0ff8155188155e9322fe21b9ee012ac14", |
1784 "reference": "c13a40d638aeede1e8400f8c956c7f9246c05f75", |
1389 "shasum": "" |
1785 "shasum": "" |
1390 }, |
1786 }, |
1391 "require": { |
1787 "require": { |
1392 "php": ">=5.3.3" |
1788 "php": ">=5.3.9" |
1393 }, |
1789 }, |
1394 "require-dev": { |
1790 "require-dev": { |
1395 "symfony/phpunit-bridge": "~2.7" |
1791 "symfony/phpunit-bridge": "~2.7" |
1396 }, |
1792 }, |
1397 "type": "library", |
1793 "type": "library", |
1398 "extra": { |
1794 "extra": { |
1399 "branch-alias": { |
1795 "branch-alias": { |
1400 "dev-master": "2.6-dev" |
1796 "dev-master": "2.7-dev" |
1401 } |
1797 } |
1402 }, |
1798 }, |
1403 "autoload": { |
1799 "autoload": { |
1404 "psr-0": { |
1800 "psr-4": { |
1405 "Symfony\\Component\\Finder\\": "" |
1801 "Symfony\\Component\\Finder\\": "" |
1406 } |
1802 } |
1407 }, |
1803 }, |
1408 "notification-url": "https://packagist.org/downloads/", |
1804 "notification-url": "https://packagist.org/downloads/", |
1409 "license": [ |
1805 "license": [ |
1419 "homepage": "https://symfony.com/contributors" |
1815 "homepage": "https://symfony.com/contributors" |
1420 } |
1816 } |
1421 ], |
1817 ], |
1422 "description": "Symfony Finder Component", |
1818 "description": "Symfony Finder Component", |
1423 "homepage": "https://symfony.com", |
1819 "homepage": "https://symfony.com", |
1424 "time": "2015-05-15 13:32:45" |
1820 "time": "2015-06-04 20:11:48" |
1425 }, |
1821 }, |
1426 { |
1822 { |
1427 "name": "symfony/http-foundation", |
1823 "name": "symfony/http-foundation", |
1428 "version": "v2.6.9", |
1824 "version": "v2.7.1", |
1429 "target-dir": "Symfony/Component/HttpFoundation", |
|
1430 "source": { |
1825 "source": { |
1431 "type": "git", |
1826 "type": "git", |
1432 "url": "https://github.com/symfony/HttpFoundation.git", |
1827 "url": "https://github.com/symfony/HttpFoundation.git", |
1433 "reference": "f9b28dcc6d3e50f5568b42dda7292656a9fe8432" |
1828 "reference": "4f363c426b0ced57e3d14460022feb63937980ff" |
1434 }, |
1829 }, |
1435 "dist": { |
1830 "dist": { |
1436 "type": "zip", |
1831 "type": "zip", |
1437 "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/f9b28dcc6d3e50f5568b42dda7292656a9fe8432", |
1832 "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/4f363c426b0ced57e3d14460022feb63937980ff", |
1438 "reference": "f9b28dcc6d3e50f5568b42dda7292656a9fe8432", |
1833 "reference": "4f363c426b0ced57e3d14460022feb63937980ff", |
1439 "shasum": "" |
1834 "shasum": "" |
1440 }, |
1835 }, |
1441 "require": { |
1836 "require": { |
1442 "php": ">=5.3.3" |
1837 "php": ">=5.3.9" |
1443 }, |
1838 }, |
1444 "require-dev": { |
1839 "require-dev": { |
1445 "symfony/expression-language": "~2.4", |
1840 "symfony/expression-language": "~2.4", |
1446 "symfony/phpunit-bridge": "~2.7" |
1841 "symfony/phpunit-bridge": "~2.7" |
1447 }, |
1842 }, |
1448 "type": "library", |
1843 "type": "library", |
1449 "extra": { |
1844 "extra": { |
1450 "branch-alias": { |
1845 "branch-alias": { |
1451 "dev-master": "2.6-dev" |
1846 "dev-master": "2.7-dev" |
1452 } |
1847 } |
1453 }, |
1848 }, |
1454 "autoload": { |
1849 "autoload": { |
1455 "psr-0": { |
1850 "psr-4": { |
1456 "Symfony\\Component\\HttpFoundation\\": "" |
1851 "Symfony\\Component\\HttpFoundation\\": "" |
1457 }, |
1852 }, |
1458 "classmap": [ |
1853 "classmap": [ |
1459 "Symfony/Component/HttpFoundation/Resources/stubs" |
1854 "Resources/stubs" |
1460 ] |
1855 ] |
1461 }, |
1856 }, |
1462 "notification-url": "https://packagist.org/downloads/", |
1857 "notification-url": "https://packagist.org/downloads/", |
1463 "license": [ |
1858 "license": [ |
1464 "MIT" |
1859 "MIT" |
1473 "homepage": "https://symfony.com/contributors" |
1868 "homepage": "https://symfony.com/contributors" |
1474 } |
1869 } |
1475 ], |
1870 ], |
1476 "description": "Symfony HttpFoundation Component", |
1871 "description": "Symfony HttpFoundation Component", |
1477 "homepage": "https://symfony.com", |
1872 "homepage": "https://symfony.com", |
1478 "time": "2015-05-22 14:53:08" |
1873 "time": "2015-06-10 15:30:22" |
1479 }, |
1874 }, |
1480 { |
1875 { |
1481 "name": "symfony/http-kernel", |
1876 "name": "symfony/http-kernel", |
1482 "version": "v2.6.9", |
1877 "version": "v2.7.1", |
1483 "target-dir": "Symfony/Component/HttpKernel", |
|
1484 "source": { |
1878 "source": { |
1485 "type": "git", |
1879 "type": "git", |
1486 "url": "https://github.com/symfony/HttpKernel.git", |
1880 "url": "https://github.com/symfony/HttpKernel.git", |
1487 "reference": "7c883eb1a5d8b52b1fa6d4134b82304c6bb7007f" |
1881 "reference": "208101c7a11e31933183bd2a380486e528c74302" |
1488 }, |
1882 }, |
1489 "dist": { |
1883 "dist": { |
1490 "type": "zip", |
1884 "type": "zip", |
1491 "url": "https://api.github.com/repos/symfony/HttpKernel/zipball/7c883eb1a5d8b52b1fa6d4134b82304c6bb7007f", |
1885 "url": "https://api.github.com/repos/symfony/HttpKernel/zipball/208101c7a11e31933183bd2a380486e528c74302", |
1492 "reference": "7c883eb1a5d8b52b1fa6d4134b82304c6bb7007f", |
1886 "reference": "208101c7a11e31933183bd2a380486e528c74302", |
1493 "shasum": "" |
1887 "shasum": "" |
1494 }, |
1888 }, |
1495 "require": { |
1889 "require": { |
1496 "php": ">=5.3.3", |
1890 "php": ">=5.3.9", |
1497 "psr/log": "~1.0", |
1891 "psr/log": "~1.0", |
1498 "symfony/debug": "~2.6,>=2.6.2", |
1892 "symfony/debug": "~2.6,>=2.6.2", |
1499 "symfony/event-dispatcher": "~2.5.9|~2.6,>=2.6.2", |
1893 "symfony/event-dispatcher": "~2.5.9|~2.6,>=2.6.2", |
1500 "symfony/http-foundation": "~2.5,>=2.5.4" |
1894 "symfony/http-foundation": "~2.5,>=2.5.4" |
1501 }, |
1895 }, |
|
1896 "conflict": { |
|
1897 "symfony/config": "<2.7" |
|
1898 }, |
1502 "require-dev": { |
1899 "require-dev": { |
1503 "symfony/browser-kit": "~2.3", |
1900 "symfony/browser-kit": "~2.3", |
1504 "symfony/class-loader": "~2.1", |
1901 "symfony/class-loader": "~2.1", |
1505 "symfony/config": "~2.0,>=2.0.5", |
1902 "symfony/config": "~2.7", |
1506 "symfony/console": "~2.3", |
1903 "symfony/console": "~2.3", |
1507 "symfony/css-selector": "~2.0,>=2.0.5", |
1904 "symfony/css-selector": "~2.0,>=2.0.5", |
1508 "symfony/dependency-injection": "~2.2", |
1905 "symfony/dependency-injection": "~2.2", |
1509 "symfony/dom-crawler": "~2.0,>=2.0.5", |
1906 "symfony/dom-crawler": "~2.0,>=2.0.5", |
1510 "symfony/expression-language": "~2.4", |
1907 "symfony/expression-language": "~2.4", |
1551 "homepage": "https://symfony.com/contributors" |
1948 "homepage": "https://symfony.com/contributors" |
1552 } |
1949 } |
1553 ], |
1950 ], |
1554 "description": "Symfony HttpKernel Component", |
1951 "description": "Symfony HttpKernel Component", |
1555 "homepage": "https://symfony.com", |
1952 "homepage": "https://symfony.com", |
1556 "time": "2015-05-29 22:55:07" |
1953 "time": "2015-06-11 21:15:28" |
1557 }, |
1954 }, |
1558 { |
1955 { |
1559 "name": "symfony/process", |
1956 "name": "symfony/process", |
1560 "version": "v2.6.9", |
1957 "version": "v2.7.1", |
1561 "target-dir": "Symfony/Component/Process", |
|
1562 "source": { |
1958 "source": { |
1563 "type": "git", |
1959 "type": "git", |
1564 "url": "https://github.com/symfony/Process.git", |
1960 "url": "https://github.com/symfony/Process.git", |
1565 "reference": "7856d78ab6cce6e59d02d9e1a873441f6bd21306" |
1961 "reference": "552d8efdc80980cbcca50b28d626ac8e36e3cdd1" |
1566 }, |
1962 }, |
1567 "dist": { |
1963 "dist": { |
1568 "type": "zip", |
1964 "type": "zip", |
1569 "url": "https://api.github.com/repos/symfony/Process/zipball/7856d78ab6cce6e59d02d9e1a873441f6bd21306", |
1965 "url": "https://api.github.com/repos/symfony/Process/zipball/552d8efdc80980cbcca50b28d626ac8e36e3cdd1", |
1570 "reference": "7856d78ab6cce6e59d02d9e1a873441f6bd21306", |
1966 "reference": "552d8efdc80980cbcca50b28d626ac8e36e3cdd1", |
1571 "shasum": "" |
1967 "shasum": "" |
1572 }, |
1968 }, |
1573 "require": { |
1969 "require": { |
1574 "php": ">=5.3.3" |
1970 "php": ">=5.3.9" |
1575 }, |
1971 }, |
1576 "require-dev": { |
1972 "require-dev": { |
1577 "symfony/phpunit-bridge": "~2.7" |
1973 "symfony/phpunit-bridge": "~2.7" |
1578 }, |
1974 }, |
1579 "type": "library", |
1975 "type": "library", |
1580 "extra": { |
1976 "extra": { |
1581 "branch-alias": { |
1977 "branch-alias": { |
1582 "dev-master": "2.6-dev" |
1978 "dev-master": "2.7-dev" |
1583 } |
1979 } |
1584 }, |
1980 }, |
1585 "autoload": { |
1981 "autoload": { |
1586 "psr-0": { |
1982 "psr-4": { |
1587 "Symfony\\Component\\Process\\": "" |
1983 "Symfony\\Component\\Process\\": "" |
1588 } |
1984 } |
1589 }, |
1985 }, |
1590 "notification-url": "https://packagist.org/downloads/", |
1986 "notification-url": "https://packagist.org/downloads/", |
1591 "license": [ |
1987 "license": [ |
1601 "homepage": "https://symfony.com/contributors" |
1997 "homepage": "https://symfony.com/contributors" |
1602 } |
1998 } |
1603 ], |
1999 ], |
1604 "description": "Symfony Process Component", |
2000 "description": "Symfony Process Component", |
1605 "homepage": "https://symfony.com", |
2001 "homepage": "https://symfony.com", |
1606 "time": "2015-05-15 13:32:45" |
2002 "time": "2015-06-08 09:37:21" |
1607 }, |
2003 }, |
1608 { |
2004 { |
1609 "name": "symfony/routing", |
2005 "name": "symfony/routing", |
1610 "version": "v2.6.9", |
2006 "version": "v2.7.1", |
1611 "target-dir": "Symfony/Component/Routing", |
|
1612 "source": { |
2007 "source": { |
1613 "type": "git", |
2008 "type": "git", |
1614 "url": "https://github.com/symfony/Routing.git", |
2009 "url": "https://github.com/symfony/Routing.git", |
1615 "reference": "dc9df18a1cfe87de65e270e8f01407ca6d7c39cb" |
2010 "reference": "5581be29185b8fb802398904555f70da62f6d50d" |
1616 }, |
2011 }, |
1617 "dist": { |
2012 "dist": { |
1618 "type": "zip", |
2013 "type": "zip", |
1619 "url": "https://api.github.com/repos/symfony/Routing/zipball/dc9df18a1cfe87de65e270e8f01407ca6d7c39cb", |
2014 "url": "https://api.github.com/repos/symfony/Routing/zipball/5581be29185b8fb802398904555f70da62f6d50d", |
1620 "reference": "dc9df18a1cfe87de65e270e8f01407ca6d7c39cb", |
2015 "reference": "5581be29185b8fb802398904555f70da62f6d50d", |
1621 "shasum": "" |
2016 "shasum": "" |
1622 }, |
2017 }, |
1623 "require": { |
2018 "require": { |
1624 "php": ">=5.3.3" |
2019 "php": ">=5.3.9" |
|
2020 }, |
|
2021 "conflict": { |
|
2022 "symfony/config": "<2.7" |
1625 }, |
2023 }, |
1626 "require-dev": { |
2024 "require-dev": { |
1627 "doctrine/annotations": "~1.0", |
2025 "doctrine/annotations": "~1.0", |
1628 "doctrine/common": "~2.2", |
2026 "doctrine/common": "~2.2", |
1629 "psr/log": "~1.0", |
2027 "psr/log": "~1.0", |
1630 "symfony/config": "~2.2", |
2028 "symfony/config": "~2.7", |
1631 "symfony/expression-language": "~2.4", |
2029 "symfony/expression-language": "~2.4", |
1632 "symfony/http-foundation": "~2.3", |
2030 "symfony/http-foundation": "~2.3", |
1633 "symfony/phpunit-bridge": "~2.7", |
2031 "symfony/phpunit-bridge": "~2.7", |
1634 "symfony/yaml": "~2.0,>=2.0.5" |
2032 "symfony/yaml": "~2.0,>=2.0.5" |
1635 }, |
2033 }, |
1670 "router", |
2068 "router", |
1671 "routing", |
2069 "routing", |
1672 "uri", |
2070 "uri", |
1673 "url" |
2071 "url" |
1674 ], |
2072 ], |
1675 "time": "2015-05-15 13:32:45" |
2073 "time": "2015-06-11 17:20:40" |
1676 }, |
2074 }, |
1677 { |
2075 { |
1678 "name": "symfony/security-core", |
2076 "name": "symfony/translation", |
1679 "version": "v2.6.9", |
2077 "version": "v2.7.1", |
1680 "target-dir": "Symfony/Component/Security/Core", |
2078 "source": { |
1681 "source": { |
2079 "type": "git", |
1682 "type": "git", |
2080 "url": "https://github.com/symfony/Translation.git", |
1683 "url": "https://github.com/symfony/security-core.git", |
2081 "reference": "8349a2b0d11bd0311df9e8914408080912983a0b" |
1684 "reference": "1ad0ee4b2a1ab32924cd0be397f0196b5d47e5d0" |
2082 }, |
1685 }, |
2083 "dist": { |
1686 "dist": { |
2084 "type": "zip", |
1687 "type": "zip", |
2085 "url": "https://api.github.com/repos/symfony/Translation/zipball/8349a2b0d11bd0311df9e8914408080912983a0b", |
1688 "url": "https://api.github.com/repos/symfony/security-core/zipball/1ad0ee4b2a1ab32924cd0be397f0196b5d47e5d0", |
2086 "reference": "8349a2b0d11bd0311df9e8914408080912983a0b", |
1689 "reference": "1ad0ee4b2a1ab32924cd0be397f0196b5d47e5d0", |
2087 "shasum": "" |
1690 "shasum": "" |
2088 }, |
1691 }, |
2089 "require": { |
1692 "require": { |
2090 "php": ">=5.3.9" |
1693 "php": ">=5.3.3" |
2091 }, |
1694 }, |
2092 "conflict": { |
1695 "require-dev": { |
2093 "symfony/config": "<2.7" |
1696 "ircmaxell/password-compat": "1.0.*", |
2094 }, |
|
2095 "require-dev": { |
1697 "psr/log": "~1.0", |
2096 "psr/log": "~1.0", |
1698 "symfony/event-dispatcher": "~2.1", |
2097 "symfony/config": "~2.7", |
1699 "symfony/expression-language": "~2.6", |
|
1700 "symfony/http-foundation": "~2.4", |
|
1701 "symfony/phpunit-bridge": "~2.7", |
|
1702 "symfony/translation": "~2.0,>=2.0.5", |
|
1703 "symfony/validator": "~2.5,>=2.5.5" |
|
1704 }, |
|
1705 "suggest": { |
|
1706 "ircmaxell/password-compat": "For using the BCrypt password encoder in PHP <5.5", |
|
1707 "symfony/event-dispatcher": "", |
|
1708 "symfony/expression-language": "For using the expression voter", |
|
1709 "symfony/http-foundation": "", |
|
1710 "symfony/validator": "For using the user password constraint" |
|
1711 }, |
|
1712 "type": "library", |
|
1713 "extra": { |
|
1714 "branch-alias": { |
|
1715 "dev-master": "2.6-dev" |
|
1716 } |
|
1717 }, |
|
1718 "autoload": { |
|
1719 "psr-0": { |
|
1720 "Symfony\\Component\\Security\\Core\\": "" |
|
1721 } |
|
1722 }, |
|
1723 "notification-url": "https://packagist.org/downloads/", |
|
1724 "license": [ |
|
1725 "MIT" |
|
1726 ], |
|
1727 "authors": [ |
|
1728 { |
|
1729 "name": "Fabien Potencier", |
|
1730 "email": "fabien@symfony.com" |
|
1731 }, |
|
1732 { |
|
1733 "name": "Symfony Community", |
|
1734 "homepage": "https://symfony.com/contributors" |
|
1735 } |
|
1736 ], |
|
1737 "description": "Symfony Security Component - Core Library", |
|
1738 "homepage": "https://symfony.com", |
|
1739 "time": "2015-05-15 13:53:19" |
|
1740 }, |
|
1741 { |
|
1742 "name": "symfony/translation", |
|
1743 "version": "v2.6.9", |
|
1744 "target-dir": "Symfony/Component/Translation", |
|
1745 "source": { |
|
1746 "type": "git", |
|
1747 "url": "https://github.com/symfony/Translation.git", |
|
1748 "reference": "89cdf3c43bc24c85dd8173dfcf5a979a95e5bd9c" |
|
1749 }, |
|
1750 "dist": { |
|
1751 "type": "zip", |
|
1752 "url": "https://api.github.com/repos/symfony/Translation/zipball/89cdf3c43bc24c85dd8173dfcf5a979a95e5bd9c", |
|
1753 "reference": "89cdf3c43bc24c85dd8173dfcf5a979a95e5bd9c", |
|
1754 "shasum": "" |
|
1755 }, |
|
1756 "require": { |
|
1757 "php": ">=5.3.3" |
|
1758 }, |
|
1759 "require-dev": { |
|
1760 "psr/log": "~1.0", |
|
1761 "symfony/config": "~2.3,>=2.3.12", |
|
1762 "symfony/intl": "~2.3", |
2098 "symfony/intl": "~2.3", |
1763 "symfony/phpunit-bridge": "~2.7", |
2099 "symfony/phpunit-bridge": "~2.7", |
1764 "symfony/yaml": "~2.2" |
2100 "symfony/yaml": "~2.2" |
1765 }, |
2101 }, |
1766 "suggest": { |
2102 "suggest": { |
1793 "homepage": "https://symfony.com/contributors" |
2129 "homepage": "https://symfony.com/contributors" |
1794 } |
2130 } |
1795 ], |
2131 ], |
1796 "description": "Symfony Translation Component", |
2132 "description": "Symfony Translation Component", |
1797 "homepage": "https://symfony.com", |
2133 "homepage": "https://symfony.com", |
1798 "time": "2015-05-29 14:42:58" |
2134 "time": "2015-06-11 17:26:34" |
1799 }, |
2135 }, |
1800 { |
2136 { |
1801 "name": "symfony/var-dumper", |
2137 "name": "symfony/var-dumper", |
1802 "version": "v2.6.9", |
2138 "version": "v2.7.1", |
1803 "target-dir": "Symfony/Component/VarDumper", |
|
1804 "source": { |
2139 "source": { |
1805 "type": "git", |
2140 "type": "git", |
1806 "url": "https://github.com/symfony/var-dumper.git", |
2141 "url": "https://github.com/symfony/var-dumper.git", |
1807 "reference": "89eec96645fb44af4a454a26c74c72ba6311f5bc" |
2142 "reference": "c509921f260353bf07b257f84017777c8b0aa4bc" |
1808 }, |
2143 }, |
1809 "dist": { |
2144 "dist": { |
1810 "type": "zip", |
2145 "type": "zip", |
1811 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/89eec96645fb44af4a454a26c74c72ba6311f5bc", |
2146 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/c509921f260353bf07b257f84017777c8b0aa4bc", |
1812 "reference": "89eec96645fb44af4a454a26c74c72ba6311f5bc", |
2147 "reference": "c509921f260353bf07b257f84017777c8b0aa4bc", |
1813 "shasum": "" |
2148 "shasum": "" |
1814 }, |
2149 }, |
1815 "require": { |
2150 "require": { |
1816 "php": ">=5.3.3" |
2151 "php": ">=5.3.9" |
1817 }, |
2152 }, |
1818 "require-dev": { |
2153 "require-dev": { |
1819 "symfony/phpunit-bridge": "~2.7" |
2154 "symfony/phpunit-bridge": "~2.7" |
1820 }, |
2155 }, |
1821 "suggest": { |
2156 "suggest": { |
1822 "ext-symfony_debug": "" |
2157 "ext-symfony_debug": "" |
1823 }, |
2158 }, |
1824 "type": "library", |
2159 "type": "library", |
1825 "extra": { |
2160 "extra": { |
1826 "branch-alias": { |
2161 "branch-alias": { |
1827 "dev-master": "2.6-dev" |
2162 "dev-master": "2.7-dev" |
1828 } |
2163 } |
1829 }, |
2164 }, |
1830 "autoload": { |
2165 "autoload": { |
1831 "files": [ |
2166 "files": [ |
1832 "Resources/functions/dump.php" |
2167 "Resources/functions/dump.php" |
1833 ], |
2168 ], |
1834 "psr-0": { |
2169 "psr-4": { |
1835 "Symfony\\Component\\VarDumper\\": "" |
2170 "Symfony\\Component\\VarDumper\\": "" |
1836 } |
2171 } |
1837 }, |
2172 }, |
1838 "notification-url": "https://packagist.org/downloads/", |
2173 "notification-url": "https://packagist.org/downloads/", |
1839 "license": [ |
2174 "license": [ |
1956 "keywords": [ |
2291 "keywords": [ |
1957 "constructor", |
2292 "constructor", |
1958 "instantiate" |
2293 "instantiate" |
1959 ], |
2294 ], |
1960 "time": "2015-06-14 21:17:01" |
2295 "time": "2015-06-14 21:17:01" |
|
2296 }, |
|
2297 { |
|
2298 "name": "fabpot/php-cs-fixer", |
|
2299 "version": "v1.9", |
|
2300 "source": { |
|
2301 "type": "git", |
|
2302 "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", |
|
2303 "reference": "ef528b9d3f1dd66197baabf8f77c8402c62bb9fc" |
|
2304 }, |
|
2305 "dist": { |
|
2306 "type": "zip", |
|
2307 "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/ef528b9d3f1dd66197baabf8f77c8402c62bb9fc", |
|
2308 "reference": "ef528b9d3f1dd66197baabf8f77c8402c62bb9fc", |
|
2309 "shasum": "" |
|
2310 }, |
|
2311 "require": { |
|
2312 "ext-tokenizer": "*", |
|
2313 "php": ">=5.3.6", |
|
2314 "sebastian/diff": "~1.1", |
|
2315 "symfony/console": "~2.3", |
|
2316 "symfony/event-dispatcher": "~2.1", |
|
2317 "symfony/filesystem": "~2.1", |
|
2318 "symfony/finder": "~2.1", |
|
2319 "symfony/process": "~2.3", |
|
2320 "symfony/stopwatch": "~2.5" |
|
2321 }, |
|
2322 "require-dev": { |
|
2323 "satooshi/php-coveralls": "0.7.*@dev" |
|
2324 }, |
|
2325 "bin": [ |
|
2326 "php-cs-fixer" |
|
2327 ], |
|
2328 "type": "application", |
|
2329 "autoload": { |
|
2330 "psr-4": { |
|
2331 "Symfony\\CS\\": "Symfony/CS/" |
|
2332 } |
|
2333 }, |
|
2334 "notification-url": "https://packagist.org/downloads/", |
|
2335 "license": [ |
|
2336 "MIT" |
|
2337 ], |
|
2338 "authors": [ |
|
2339 { |
|
2340 "name": "Dariusz Rumiński", |
|
2341 "email": "dariusz.ruminski@gmail.com" |
|
2342 }, |
|
2343 { |
|
2344 "name": "Fabien Potencier", |
|
2345 "email": "fabien@symfony.com" |
|
2346 } |
|
2347 ], |
|
2348 "description": "A tool to automatically fix PHP code style", |
|
2349 "time": "2015-06-13 09:30:19" |
|
2350 }, |
|
2351 { |
|
2352 "name": "hamcrest/hamcrest-php", |
|
2353 "version": "v1.2.2", |
|
2354 "source": { |
|
2355 "type": "git", |
|
2356 "url": "https://github.com/hamcrest/hamcrest-php.git", |
|
2357 "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c" |
|
2358 }, |
|
2359 "dist": { |
|
2360 "type": "zip", |
|
2361 "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c", |
|
2362 "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c", |
|
2363 "shasum": "" |
|
2364 }, |
|
2365 "require": { |
|
2366 "php": ">=5.3.2" |
|
2367 }, |
|
2368 "replace": { |
|
2369 "cordoval/hamcrest-php": "*", |
|
2370 "davedevelopment/hamcrest-php": "*", |
|
2371 "kodova/hamcrest-php": "*" |
|
2372 }, |
|
2373 "require-dev": { |
|
2374 "phpunit/php-file-iterator": "1.3.3", |
|
2375 "satooshi/php-coveralls": "dev-master" |
|
2376 }, |
|
2377 "type": "library", |
|
2378 "autoload": { |
|
2379 "classmap": [ |
|
2380 "hamcrest" |
|
2381 ], |
|
2382 "files": [ |
|
2383 "hamcrest/Hamcrest.php" |
|
2384 ] |
|
2385 }, |
|
2386 "notification-url": "https://packagist.org/downloads/", |
|
2387 "license": [ |
|
2388 "BSD" |
|
2389 ], |
|
2390 "description": "This is the PHP port of Hamcrest Matchers", |
|
2391 "keywords": [ |
|
2392 "test" |
|
2393 ], |
|
2394 "time": "2015-05-11 14:41:42" |
|
2395 }, |
|
2396 { |
|
2397 "name": "mockery/mockery", |
|
2398 "version": "dev-master", |
|
2399 "source": { |
|
2400 "type": "git", |
|
2401 "url": "https://github.com/padraic/mockery.git", |
|
2402 "reference": "a4817105ee32b8a05056986ad23ce3a54781f693" |
|
2403 }, |
|
2404 "dist": { |
|
2405 "type": "zip", |
|
2406 "url": "https://api.github.com/repos/padraic/mockery/zipball/a4817105ee32b8a05056986ad23ce3a54781f693", |
|
2407 "reference": "a4817105ee32b8a05056986ad23ce3a54781f693", |
|
2408 "shasum": "" |
|
2409 }, |
|
2410 "require": { |
|
2411 "hamcrest/hamcrest-php": "~1.1", |
|
2412 "lib-pcre": ">=7.0", |
|
2413 "php": ">=5.4.0" |
|
2414 }, |
|
2415 "require-dev": { |
|
2416 "phpunit/phpunit": "~4.0" |
|
2417 }, |
|
2418 "type": "library", |
|
2419 "extra": { |
|
2420 "branch-alias": { |
|
2421 "dev-master": "1.0.x-dev" |
|
2422 } |
|
2423 }, |
|
2424 "autoload": { |
|
2425 "psr-0": { |
|
2426 "Mockery": "library/" |
|
2427 } |
|
2428 }, |
|
2429 "notification-url": "https://packagist.org/downloads/", |
|
2430 "license": [ |
|
2431 "BSD-3-Clause" |
|
2432 ], |
|
2433 "authors": [ |
|
2434 { |
|
2435 "name": "Padraic Brady", |
|
2436 "email": "padraic.brady@gmail.com", |
|
2437 "homepage": "http://blog.astrumfutura.com" |
|
2438 }, |
|
2439 { |
|
2440 "name": "Dave Marshall", |
|
2441 "email": "dave.marshall@atstsolutions.co.uk", |
|
2442 "homepage": "http://davedevelopment.co.uk" |
|
2443 } |
|
2444 ], |
|
2445 "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.", |
|
2446 "homepage": "http://github.com/padraic/mockery", |
|
2447 "keywords": [ |
|
2448 "BDD", |
|
2449 "TDD", |
|
2450 "library", |
|
2451 "mock", |
|
2452 "mock objects", |
|
2453 "mockery", |
|
2454 "stub", |
|
2455 "test", |
|
2456 "test double", |
|
2457 "testing" |
|
2458 ], |
|
2459 "time": "2015-05-12 15:28:09" |
1961 }, |
2460 }, |
1962 { |
2461 { |
1963 "name": "phpdocumentor/reflection-docblock", |
2462 "name": "phpdocumentor/reflection-docblock", |
1964 "version": "2.0.4", |
2463 "version": "2.0.4", |
1965 "source": { |
2464 "source": { |
2289 ], |
2788 ], |
2290 "time": "2015-04-02 05:19:05" |
2789 "time": "2015-04-02 05:19:05" |
2291 }, |
2790 }, |
2292 { |
2791 { |
2293 "name": "phpunit/php-text-template", |
2792 "name": "phpunit/php-text-template", |
2294 "version": "1.2.0", |
2793 "version": "1.2.1", |
2295 "source": { |
2794 "source": { |
2296 "type": "git", |
2795 "type": "git", |
2297 "url": "https://github.com/sebastianbergmann/php-text-template.git", |
2796 "url": "https://github.com/sebastianbergmann/php-text-template.git", |
2298 "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a" |
2797 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" |
2299 }, |
2798 }, |
2300 "dist": { |
2799 "dist": { |
2301 "type": "zip", |
2800 "type": "zip", |
2302 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a", |
2801 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
2303 "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a", |
2802 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
2304 "shasum": "" |
2803 "shasum": "" |
2305 }, |
2804 }, |
2306 "require": { |
2805 "require": { |
2307 "php": ">=5.3.3" |
2806 "php": ">=5.3.3" |
2308 }, |
2807 }, |
2309 "type": "library", |
2808 "type": "library", |
2310 "autoload": { |
2809 "autoload": { |
2311 "classmap": [ |
2810 "classmap": [ |
2312 "Text/" |
2811 "src/" |
2313 ] |
2812 ] |
2314 }, |
2813 }, |
2315 "notification-url": "https://packagist.org/downloads/", |
2814 "notification-url": "https://packagist.org/downloads/", |
2316 "include-path": [ |
2815 "license": [ |
2317 "" |
2816 "BSD-3-Clause" |
2318 ], |
2817 ], |
|
2818 "authors": [ |
|
2819 { |
|
2820 "name": "Sebastian Bergmann", |
|
2821 "email": "sebastian@phpunit.de", |
|
2822 "role": "lead" |
|
2823 } |
|
2824 ], |
|
2825 "description": "Simple template engine.", |
|
2826 "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
|
2827 "keywords": [ |
|
2828 "template" |
|
2829 ], |
|
2830 "time": "2015-06-21 13:50:34" |
|
2831 }, |
|
2832 { |
|
2833 "name": "phpunit/php-timer", |
|
2834 "version": "1.0.6", |
|
2835 "source": { |
|
2836 "type": "git", |
|
2837 "url": "https://github.com/sebastianbergmann/php-timer.git", |
|
2838 "reference": "83fe1bdc5d47658b727595c14da140da92b3d66d" |
|
2839 }, |
|
2840 "dist": { |
|
2841 "type": "zip", |
|
2842 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/83fe1bdc5d47658b727595c14da140da92b3d66d", |
|
2843 "reference": "83fe1bdc5d47658b727595c14da140da92b3d66d", |
|
2844 "shasum": "" |
|
2845 }, |
|
2846 "require": { |
|
2847 "php": ">=5.3.3" |
|
2848 }, |
|
2849 "type": "library", |
|
2850 "autoload": { |
|
2851 "classmap": [ |
|
2852 "src/" |
|
2853 ] |
|
2854 }, |
|
2855 "notification-url": "https://packagist.org/downloads/", |
2319 "license": [ |
2856 "license": [ |
2320 "BSD-3-Clause" |
2857 "BSD-3-Clause" |
2321 ], |
2858 ], |
2322 "authors": [ |
2859 "authors": [ |
2323 { |
2860 { |
2324 "name": "Sebastian Bergmann", |
2861 "name": "Sebastian Bergmann", |
2325 "email": "sb@sebastian-bergmann.de", |
2862 "email": "sb@sebastian-bergmann.de", |
2326 "role": "lead" |
2863 "role": "lead" |
2327 } |
2864 } |
2328 ], |
2865 ], |
2329 "description": "Simple template engine.", |
2866 "description": "Utility class for timing", |
2330 "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
2867 "homepage": "https://github.com/sebastianbergmann/php-timer/", |
2331 "keywords": [ |
2868 "keywords": [ |
2332 "template" |
2869 "timer" |
2333 ], |
2870 ], |
2334 "time": "2014-01-30 17:20:04" |
2871 "time": "2015-06-13 07:35:30" |
2335 }, |
2872 }, |
2336 { |
2873 { |
2337 "name": "phpunit/php-timer", |
2874 "name": "phpunit/php-token-stream", |
2338 "version": "1.0.6", |
2875 "version": "1.4.3", |
2339 "source": { |
2876 "source": { |
2340 "type": "git", |
2877 "type": "git", |
2341 "url": "https://github.com/sebastianbergmann/php-timer.git", |
2878 "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
2342 "reference": "83fe1bdc5d47658b727595c14da140da92b3d66d" |
2879 "reference": "7a9b0969488c3c54fd62b4d504b3ec758fd005d9" |
2343 }, |
2880 }, |
2344 "dist": { |
2881 "dist": { |
2345 "type": "zip", |
2882 "type": "zip", |
2346 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/83fe1bdc5d47658b727595c14da140da92b3d66d", |
2883 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/7a9b0969488c3c54fd62b4d504b3ec758fd005d9", |
2347 "reference": "83fe1bdc5d47658b727595c14da140da92b3d66d", |
2884 "reference": "7a9b0969488c3c54fd62b4d504b3ec758fd005d9", |
2348 "shasum": "" |
2885 "shasum": "" |
2349 }, |
2886 }, |
2350 "require": { |
2887 "require": { |
|
2888 "ext-tokenizer": "*", |
2351 "php": ">=5.3.3" |
2889 "php": ">=5.3.3" |
2352 }, |
2890 }, |
2353 "type": "library", |
2891 "require-dev": { |
|
2892 "phpunit/phpunit": "~4.2" |
|
2893 }, |
|
2894 "type": "library", |
|
2895 "extra": { |
|
2896 "branch-alias": { |
|
2897 "dev-master": "1.4-dev" |
|
2898 } |
|
2899 }, |
2354 "autoload": { |
2900 "autoload": { |
2355 "classmap": [ |
2901 "classmap": [ |
2356 "src/" |
2902 "src/" |
2357 ] |
2903 ] |
2358 }, |
2904 }, |
2361 "BSD-3-Clause" |
2907 "BSD-3-Clause" |
2362 ], |
2908 ], |
2363 "authors": [ |
2909 "authors": [ |
2364 { |
2910 { |
2365 "name": "Sebastian Bergmann", |
2911 "name": "Sebastian Bergmann", |
2366 "email": "sb@sebastian-bergmann.de", |
|
2367 "role": "lead" |
|
2368 } |
|
2369 ], |
|
2370 "description": "Utility class for timing", |
|
2371 "homepage": "https://github.com/sebastianbergmann/php-timer/", |
|
2372 "keywords": [ |
|
2373 "timer" |
|
2374 ], |
|
2375 "time": "2015-06-13 07:35:30" |
|
2376 }, |
|
2377 { |
|
2378 "name": "phpunit/php-token-stream", |
|
2379 "version": "1.4.2", |
|
2380 "source": { |
|
2381 "type": "git", |
|
2382 "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
|
2383 "reference": "db63be1159c81df649cd0260e30249a586d4129e" |
|
2384 }, |
|
2385 "dist": { |
|
2386 "type": "zip", |
|
2387 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/db63be1159c81df649cd0260e30249a586d4129e", |
|
2388 "reference": "db63be1159c81df649cd0260e30249a586d4129e", |
|
2389 "shasum": "" |
|
2390 }, |
|
2391 "require": { |
|
2392 "ext-tokenizer": "*", |
|
2393 "php": ">=5.3.3" |
|
2394 }, |
|
2395 "require-dev": { |
|
2396 "phpunit/phpunit": "~4.2" |
|
2397 }, |
|
2398 "type": "library", |
|
2399 "extra": { |
|
2400 "branch-alias": { |
|
2401 "dev-master": "1.4-dev" |
|
2402 } |
|
2403 }, |
|
2404 "autoload": { |
|
2405 "classmap": [ |
|
2406 "src/" |
|
2407 ] |
|
2408 }, |
|
2409 "notification-url": "https://packagist.org/downloads/", |
|
2410 "license": [ |
|
2411 "BSD-3-Clause" |
|
2412 ], |
|
2413 "authors": [ |
|
2414 { |
|
2415 "name": "Sebastian Bergmann", |
|
2416 "email": "sebastian@phpunit.de" |
2912 "email": "sebastian@phpunit.de" |
2417 } |
2913 } |
2418 ], |
2914 ], |
2419 "description": "Wrapper around PHP's tokenizer extension.", |
2915 "description": "Wrapper around PHP's tokenizer extension.", |
2420 "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
2916 "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
2421 "keywords": [ |
2917 "keywords": [ |
2422 "tokenizer" |
2918 "tokenizer" |
2423 ], |
2919 ], |
2424 "time": "2015-06-12 07:34:24" |
2920 "time": "2015-06-19 03:43:16" |
2425 }, |
2921 }, |
2426 { |
2922 { |
2427 "name": "phpunit/phpunit", |
2923 "name": "phpunit/phpunit", |
2428 "version": "4.7.3", |
2924 "version": "4.7.5", |
2429 "source": { |
2925 "source": { |
2430 "type": "git", |
2926 "type": "git", |
2431 "url": "https://github.com/sebastianbergmann/phpunit.git", |
2927 "url": "https://github.com/sebastianbergmann/phpunit.git", |
2432 "reference": "41fea1e84ed84d373f5ac099a1276c4358c90708" |
2928 "reference": "f6701ef3faea759acd1910a7751d8d102a7fd5bc" |
2433 }, |
2929 }, |
2434 "dist": { |
2930 "dist": { |
2435 "type": "zip", |
2931 "type": "zip", |
2436 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/41fea1e84ed84d373f5ac099a1276c4358c90708", |
2932 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f6701ef3faea759acd1910a7751d8d102a7fd5bc", |
2437 "reference": "41fea1e84ed84d373f5ac099a1276c4358c90708", |
2933 "reference": "f6701ef3faea759acd1910a7751d8d102a7fd5bc", |
2438 "shasum": "" |
2934 "shasum": "" |
2439 }, |
2935 }, |
2440 "require": { |
2936 "require": { |
2441 "ext-dom": "*", |
2937 "ext-dom": "*", |
2442 "ext-json": "*", |
2938 "ext-json": "*", |
2446 "php": ">=5.3.3", |
2942 "php": ">=5.3.3", |
2447 "phpspec/prophecy": "~1.3,>=1.3.1", |
2943 "phpspec/prophecy": "~1.3,>=1.3.1", |
2448 "phpunit/php-code-coverage": "~2.1", |
2944 "phpunit/php-code-coverage": "~2.1", |
2449 "phpunit/php-file-iterator": "~1.4", |
2945 "phpunit/php-file-iterator": "~1.4", |
2450 "phpunit/php-text-template": "~1.2", |
2946 "phpunit/php-text-template": "~1.2", |
2451 "phpunit/php-timer": "~1.0", |
2947 "phpunit/php-timer": ">=1.0.6", |
2452 "phpunit/phpunit-mock-objects": "~2.3", |
2948 "phpunit/phpunit-mock-objects": "~2.3", |
2453 "sebastian/comparator": "~1.1", |
2949 "sebastian/comparator": "~1.1", |
2454 "sebastian/diff": "~1.2", |
2950 "sebastian/diff": "~1.2", |
2455 "sebastian/environment": "~1.2", |
2951 "sebastian/environment": "~1.2", |
2456 "sebastian/exporter": "~1.2", |
2952 "sebastian/exporter": "~1.2", |
2917 "role": "lead" |
3413 "role": "lead" |
2918 } |
3414 } |
2919 ], |
3415 ], |
2920 "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
3416 "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
2921 "homepage": "https://github.com/sebastianbergmann/version", |
3417 "homepage": "https://github.com/sebastianbergmann/version", |
2922 "time": "2015-02-24 06:35:25" |
3418 "time": "2015-06-21 13:59:46" |
|
3419 }, |
|
3420 { |
|
3421 "name": "symfony/stopwatch", |
|
3422 "version": "v2.7.1", |
|
3423 "source": { |
|
3424 "type": "git", |
|
3425 "url": "https://github.com/symfony/Stopwatch.git", |
|
3426 "reference": "c653f1985f6c2b7dbffd04d48b9c0a96aaef814b" |
|
3427 }, |
|
3428 "dist": { |
|
3429 "type": "zip", |
|
3430 "url": "https://api.github.com/repos/symfony/Stopwatch/zipball/c653f1985f6c2b7dbffd04d48b9c0a96aaef814b", |
|
3431 "reference": "c653f1985f6c2b7dbffd04d48b9c0a96aaef814b", |
|
3432 "shasum": "" |
|
3433 }, |
|
3434 "require": { |
|
3435 "php": ">=5.3.9" |
|
3436 }, |
|
3437 "require-dev": { |
|
3438 "symfony/phpunit-bridge": "~2.7" |
|
3439 }, |
|
3440 "type": "library", |
|
3441 "extra": { |
|
3442 "branch-alias": { |
|
3443 "dev-master": "2.7-dev" |
|
3444 } |
|
3445 }, |
|
3446 "autoload": { |
|
3447 "psr-4": { |
|
3448 "Symfony\\Component\\Stopwatch\\": "" |
|
3449 } |
|
3450 }, |
|
3451 "notification-url": "https://packagist.org/downloads/", |
|
3452 "license": [ |
|
3453 "MIT" |
|
3454 ], |
|
3455 "authors": [ |
|
3456 { |
|
3457 "name": "Fabien Potencier", |
|
3458 "email": "fabien@symfony.com" |
|
3459 }, |
|
3460 { |
|
3461 "name": "Symfony Community", |
|
3462 "homepage": "https://symfony.com/contributors" |
|
3463 } |
|
3464 ], |
|
3465 "description": "Symfony Stopwatch Component", |
|
3466 "homepage": "https://symfony.com", |
|
3467 "time": "2015-06-04 20:11:48" |
2923 }, |
3468 }, |
2924 { |
3469 { |
2925 "name": "symfony/yaml", |
3470 "name": "symfony/yaml", |
2926 "version": "v2.7.1", |
3471 "version": "v2.7.1", |
2927 "source": { |
3472 "source": { |