Skip to content
Snippets Groups Projects
composer.lock 207 KiB
Newer Older
  • Learn to ignore specific revisions
  • beardedwarrior's avatar
    beardedwarrior committed
                    "type": "git",
                    "url": "https://github.com/doctrine/instantiator.git",
                    "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
                    "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.1"
                },
                "require-dev": {
                    "athletic/athletic": "~0.1.8",
                    "ext-pdo": "*",
                    "ext-phar": "*",
                    "phpunit/phpunit": "^6.2.3",
                    "squizlabs/php_codesniffer": "^3.0.2"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.2.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Marco Pivetta",
                        "email": "ocramius@gmail.com",
                        "homepage": "http://ocramius.github.com/"
                    }
                ],
                "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
                "homepage": "https://github.com/doctrine/instantiator",
                "keywords": [
                    "constructor",
                    "instantiate"
                ],
                "time": "2017-07-22T11:58:36+00:00"
            },
            {
                "name": "filp/whoops",
    
                "version": "2.3.1",
    
    beardedwarrior's avatar
    beardedwarrior committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/filp/whoops.git",
    
                    "reference": "bc0fd11bc455cc20ee4b5edabc63ebbf859324c7"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/filp/whoops/zipball/bc0fd11bc455cc20ee4b5edabc63ebbf859324c7",
                    "reference": "bc0fd11bc455cc20ee4b5edabc63ebbf859324c7",
    
    beardedwarrior's avatar
    beardedwarrior committed
                    "shasum": ""
                },
                "require": {
                    "php": "^5.5.9 || ^7.0",
                    "psr/log": "^1.0.1"
                },
                "require-dev": {
                    "mockery/mockery": "^0.9 || ^1.0",
                    "phpunit/phpunit": "^4.8.35 || ^5.7",
                    "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0"
                },
                "suggest": {
                    "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
                    "whoops/soap": "Formats errors as SOAP responses"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.2-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Whoops\\": "src/Whoops/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Filipe Dobreira",
                        "homepage": "https://github.com/filp",
                        "role": "Developer"
                    }
                ],
                "description": "php error handling for cool kids",
                "homepage": "https://filp.github.io/whoops/",
                "keywords": [
                    "error",
                    "exception",
                    "handling",
                    "library",
                    "throwable",
                    "whoops"
                ],
    
                "time": "2018-10-23T09:00:00+00:00"
    
    beardedwarrior's avatar
    beardedwarrior committed
            },
            {
                "name": "fzaninotto/faker",
                "version": "v1.8.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/fzaninotto/Faker.git",
                    "reference": "f72816b43e74063c8b10357394b6bba8cb1c10de"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/f72816b43e74063c8b10357394b6bba8cb1c10de",
                    "reference": "f72816b43e74063c8b10357394b6bba8cb1c10de",
                    "shasum": ""
                },
                "require": {
                    "php": "^5.3.3 || ^7.0"
                },
                "require-dev": {
                    "ext-intl": "*",
                    "phpunit/phpunit": "^4.8.35 || ^5.7",
                    "squizlabs/php_codesniffer": "^1.5"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.8-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Faker\\": "src/Faker/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "François Zaninotto"
                    }
                ],
                "description": "Faker is a PHP library that generates fake data for you.",
                "keywords": [
                    "data",
                    "faker",
                    "fixtures"
                ],
                "time": "2018-07-12T10:23:15+00:00"
            },
            {
                "name": "hamcrest/hamcrest-php",
                "version": "v2.0.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/hamcrest/hamcrest-php.git",
                    "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/776503d3a8e85d4f9a1148614f95b7a608b046ad",
                    "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad",
                    "shasum": ""
                },
                "require": {
                    "php": "^5.3|^7.0"
                },
                "replace": {
                    "cordoval/hamcrest-php": "*",
                    "davedevelopment/hamcrest-php": "*",
                    "kodova/hamcrest-php": "*"
                },
                "require-dev": {
                    "phpunit/php-file-iterator": "1.3.3",
                    "phpunit/phpunit": "~4.0",
                    "satooshi/php-coveralls": "^1.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.0-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "hamcrest"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD"
                ],
                "description": "This is the PHP port of Hamcrest Matchers",
                "keywords": [
                    "test"
                ],
                "time": "2016-01-20T08:20:44+00:00"
            },
    
            {
                "name": "justinrainbow/json-schema",
                "version": "5.2.7",
                "source": {
                    "type": "git",
                    "url": "https://github.com/justinrainbow/json-schema.git",
                    "reference": "8560d4314577199ba51bf2032f02cd1315587c23"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/8560d4314577199ba51bf2032f02cd1315587c23",
                    "reference": "8560d4314577199ba51bf2032f02cd1315587c23",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.3"
                },
                "require-dev": {
                    "friendsofphp/php-cs-fixer": "^2.1",
                    "json-schema/json-schema-test-suite": "1.2.0",
                    "phpunit/phpunit": "^4.8.35"
                },
                "bin": [
                    "bin/validate-json"
                ],
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "5.0.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "JsonSchema\\": "src/JsonSchema/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Bruno Prieto Reis",
                        "email": "bruno.p.reis@gmail.com"
                    },
                    {
                        "name": "Justin Rainbow",
                        "email": "justin.rainbow@gmail.com"
                    },
                    {
                        "name": "Igor Wiedler",
                        "email": "igor@wiedler.ch"
                    },
                    {
                        "name": "Robert Schönthal",
                        "email": "seroscho@googlemail.com"
                    }
                ],
                "description": "A library to validate a json schema.",
                "homepage": "https://github.com/justinrainbow/json-schema",
                "keywords": [
                    "json",
                    "schema"
                ],
                "time": "2018-02-14T22:26:30+00:00"
            },
    
    beardedwarrior's avatar
    beardedwarrior committed
            {
                "name": "mockery/mockery",
    
    beardedwarrior's avatar
    beardedwarrior committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/mockery/mockery.git",
    
                    "reference": "100633629bf76d57430b86b7098cd6beb996a35a"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/mockery/mockery/zipball/100633629bf76d57430b86b7098cd6beb996a35a",
                    "reference": "100633629bf76d57430b86b7098cd6beb996a35a",
    
    beardedwarrior's avatar
    beardedwarrior committed
                    "shasum": ""
                },
                "require": {
                    "hamcrest/hamcrest-php": "~2.0",
                    "lib-pcre": ">=7.0",
                    "php": ">=5.6.0"
                },
                "require-dev": {
    
                    "phpunit/phpunit": "~5.7.10|~6.5|~7.0"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.0.x-dev"
                    }
                },
                "autoload": {
                    "psr-0": {
                        "Mockery": "library/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Pádraic Brady",
                        "email": "padraic.brady@gmail.com",
                        "homepage": "http://blog.astrumfutura.com"
                    },
                    {
                        "name": "Dave Marshall",
                        "email": "dave.marshall@atstsolutions.co.uk",
                        "homepage": "http://davedevelopment.co.uk"
                    }
                ],
                "description": "Mockery is a simple yet flexible PHP mock object framework",
                "homepage": "https://github.com/mockery/mockery",
                "keywords": [
                    "BDD",
                    "TDD",
                    "library",
                    "mock",
                    "mock objects",
                    "mockery",
                    "stub",
                    "test",
                    "test double",
                    "testing"
                ],
    
                "time": "2018-10-02T21:52:37+00:00"
    
    beardedwarrior's avatar
    beardedwarrior committed
            },
            {
                "name": "myclabs/deep-copy",
                "version": "1.8.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/myclabs/DeepCopy.git",
                    "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
                    "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.1"
                },
                "replace": {
                    "myclabs/deep-copy": "self.version"
                },
                "require-dev": {
                    "doctrine/collections": "^1.0",
                    "doctrine/common": "^2.6",
                    "phpunit/phpunit": "^7.1"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "DeepCopy\\": "src/DeepCopy/"
                    },
                    "files": [
                        "src/DeepCopy/deep_copy.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "description": "Create deep copies (clones) of your objects",
                "keywords": [
                    "clone",
                    "copy",
                    "duplicate",
                    "object",
                    "object graph"
                ],
                "time": "2018-06-11T23:09:50+00:00"
            },
            {
                "name": "nunomaduro/collision",
    
                "version": "v2.1.1",
    
    beardedwarrior's avatar
    beardedwarrior committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/nunomaduro/collision.git",
    
                    "reference": "b5feb0c0d92978ec7169232ce5d70d6da6b29f63"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/nunomaduro/collision/zipball/b5feb0c0d92978ec7169232ce5d70d6da6b29f63",
                    "reference": "b5feb0c0d92978ec7169232ce5d70d6da6b29f63",
    
    beardedwarrior's avatar
    beardedwarrior committed
                    "shasum": ""
                },
                "require": {
                    "filp/whoops": "^2.1.4",
    
                    "jakub-onderka/php-console-highlighter": "0.3.*|0.4.*",
    
    beardedwarrior's avatar
    beardedwarrior committed
                    "php": "^7.1",
                    "symfony/console": "~2.8|~3.3|~4.0"
                },
                "require-dev": {
    
                    "laravel/framework": "5.7.*",
    
                    "nunomaduro/larastan": "^0.3.0",
    
                    "phpstan/phpstan": "^0.10",
                    "phpunit/phpunit": "~7.3"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "type": "library",
                "extra": {
                    "laravel": {
                        "providers": [
                            "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
                        ]
                    }
                },
                "autoload": {
                    "psr-4": {
                        "NunoMaduro\\Collision\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Nuno Maduro",
                        "email": "enunomaduro@gmail.com"
                    }
                ],
                "description": "Cli error handling for console/command-line PHP applications.",
                "keywords": [
                    "artisan",
                    "cli",
                    "command-line",
                    "console",
                    "error",
                    "handling",
                    "laravel",
                    "laravel-zero",
                    "php",
                    "symfony"
                ],
    
                "time": "2018-11-21T21:40:54+00:00"
    
    beardedwarrior's avatar
    beardedwarrior committed
    4452 4453 4454 4455 4456 4457 4458 4459 4460 4461 4462 4463 4464 4465 4466 4467 4468 4469 4470 4471 4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 4513 4514 4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 4525 4526 4527 4528 4529 4530 4531 4532 4533 4534 4535 4536 4537 4538 4539 4540 4541 4542 4543 4544 4545 4546 4547 4548 4549 4550 4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 4561 4562 4563 4564 4565 4566 4567 4568 4569 4570 4571 4572 4573 4574 4575 4576 4577 4578 4579 4580 4581 4582 4583 4584 4585 4586 4587 4588 4589 4590 4591 4592 4593 4594 4595 4596 4597 4598 4599 4600 4601 4602 4603 4604 4605 4606 4607 4608 4609 4610 4611 4612 4613 4614 4615 4616 4617 4618 4619 4620 4621 4622 4623 4624 4625 4626 4627 4628 4629 4630 4631 4632 4633 4634 4635 4636 4637 4638 4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 4658 4659 4660 4661 4662 4663 4664 4665 4666 4667 4668 4669 4670 4671 4672 4673 4674 4675 4676 4677 4678 4679 4680 4681 4682 4683 4684 4685 4686 4687 4688 4689 4690 4691 4692 4693 4694 4695 4696 4697 4698 4699 4700 4701 4702 4703 4704 4705 4706 4707 4708 4709 4710 4711 4712 4713 4714 4715 4716 4717 4718 4719 4720 4721 4722 4723 4724 4725 4726 4727 4728 4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 4740 4741 4742 4743 4744 4745 4746 4747 4748 4749 4750 4751 4752 4753 4754 4755 4756 4757 4758 4759 4760 4761 4762 4763 4764 4765 4766 4767 4768 4769 4770 4771
            },
            {
                "name": "phar-io/manifest",
                "version": "1.0.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/phar-io/manifest.git",
                    "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
                    "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
                    "shasum": ""
                },
                "require": {
                    "ext-dom": "*",
                    "ext-phar": "*",
                    "phar-io/version": "^2.0",
                    "php": "^5.6 || ^7.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.0.x-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Arne Blankerts",
                        "email": "arne@blankerts.de",
                        "role": "Developer"
                    },
                    {
                        "name": "Sebastian Heuer",
                        "email": "sebastian@phpeople.de",
                        "role": "Developer"
                    },
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de",
                        "role": "Developer"
                    }
                ],
                "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
                "time": "2018-07-08T19:23:20+00:00"
            },
            {
                "name": "phar-io/version",
                "version": "2.0.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/phar-io/version.git",
                    "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
                    "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
                    "shasum": ""
                },
                "require": {
                    "php": "^5.6 || ^7.0"
                },
                "type": "library",
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Arne Blankerts",
                        "email": "arne@blankerts.de",
                        "role": "Developer"
                    },
                    {
                        "name": "Sebastian Heuer",
                        "email": "sebastian@phpeople.de",
                        "role": "Developer"
                    },
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de",
                        "role": "Developer"
                    }
                ],
                "description": "Library for handling version information and constraints",
                "time": "2018-07-08T19:19:57+00:00"
            },
            {
                "name": "phpdocumentor/reflection-common",
                "version": "1.0.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
                    "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
                    "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.5"
                },
                "require-dev": {
                    "phpunit/phpunit": "^4.6"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.0.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "phpDocumentor\\Reflection\\": [
                            "src"
                        ]
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Jaap van Otterdijk",
                        "email": "opensource@ijaap.nl"
                    }
                ],
                "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
                "homepage": "http://www.phpdoc.org",
                "keywords": [
                    "FQSEN",
                    "phpDocumentor",
                    "phpdoc",
                    "reflection",
                    "static analysis"
                ],
                "time": "2017-09-11T18:02:19+00:00"
            },
            {
                "name": "phpdocumentor/reflection-docblock",
                "version": "4.3.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
                    "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
                    "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.0",
                    "phpdocumentor/reflection-common": "^1.0.0",
                    "phpdocumentor/type-resolver": "^0.4.0",
                    "webmozart/assert": "^1.0"
                },
                "require-dev": {
                    "doctrine/instantiator": "~1.0.5",
                    "mockery/mockery": "^1.0",
                    "phpunit/phpunit": "^6.4"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "4.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "phpDocumentor\\Reflection\\": [
                            "src/"
                        ]
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Mike van Riel",
                        "email": "me@mikevanriel.com"
                    }
                ],
                "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
                "time": "2017-11-30T07:14:17+00:00"
            },
            {
                "name": "phpdocumentor/type-resolver",
                "version": "0.4.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/phpDocumentor/TypeResolver.git",
                    "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
                    "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
                    "shasum": ""
                },
                "require": {
                    "php": "^5.5 || ^7.0",
                    "phpdocumentor/reflection-common": "^1.0"
                },
                "require-dev": {
                    "mockery/mockery": "^0.9.4",
                    "phpunit/phpunit": "^5.2||^4.8.24"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.0.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "phpDocumentor\\Reflection\\": [
                            "src/"
                        ]
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Mike van Riel",
                        "email": "me@mikevanriel.com"
                    }
                ],
                "time": "2017-07-14T14:27:02+00:00"
            },
            {
                "name": "phpspec/prophecy",
                "version": "1.8.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/phpspec/prophecy.git",
                    "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
                    "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
                    "shasum": ""
                },
                "require": {
                    "doctrine/instantiator": "^1.0.2",
                    "php": "^5.3|^7.0",
                    "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
                    "sebastian/comparator": "^1.1|^2.0|^3.0",
                    "sebastian/recursion-context": "^1.0|^2.0|^3.0"
                },
                "require-dev": {
                    "phpspec/phpspec": "^2.5|^3.2",
                    "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.8.x-dev"
                    }
                },
                "autoload": {
                    "psr-0": {
                        "Prophecy\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Konstantin Kudryashov",
                        "email": "ever.zet@gmail.com",
                        "homepage": "http://everzet.com"
                    },
                    {
                        "name": "Marcello Duarte",
                        "email": "marcello.duarte@gmail.com"
                    }
                ],
                "description": "Highly opinionated mocking framework for PHP 5.3+",
                "homepage": "https://github.com/phpspec/prophecy",
                "keywords": [
                    "Double",
                    "Dummy",
                    "fake",
                    "mock",
                    "spy",
                    "stub"
                ],
                "time": "2018-08-05T17:53:17+00:00"
            },
            {
                "name": "phpunit/php-code-coverage",
    
                "version": "6.1.4",
    
    beardedwarrior's avatar
    beardedwarrior committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
    
                    "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
                    "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
    
    beardedwarrior's avatar
    beardedwarrior committed
                    "shasum": ""
                },
                "require": {
                    "ext-dom": "*",
                    "ext-xmlwriter": "*",
                    "php": "^7.1",
                    "phpunit/php-file-iterator": "^2.0",
                    "phpunit/php-text-template": "^1.2.1",
                    "phpunit/php-token-stream": "^3.0",
                    "sebastian/code-unit-reverse-lookup": "^1.0.1",
    
                    "sebastian/environment": "^3.1 || ^4.0",
    
    beardedwarrior's avatar
    beardedwarrior committed
                    "sebastian/version": "^2.0.1",
                    "theseer/tokenizer": "^1.1"
                },
                "require-dev": {
                    "phpunit/phpunit": "^7.0"
                },
                "suggest": {
                    "ext-xdebug": "^2.6.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                        "dev-master": "6.1-dev"
    
    beardedwarrior's avatar
    beardedwarrior committed
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de",
                        "role": "lead"
                    }
                ],
                "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
                "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
                "keywords": [
                    "coverage",
                    "testing",
                    "xunit"
                ],
    
                "time": "2018-10-31T16:06:48+00:00"
    
    beardedwarrior's avatar
    beardedwarrior committed
            },
            {
                "name": "phpunit/php-file-iterator",
                "version": "2.0.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
                    "reference": "050bedf145a257b1ff02746c31894800e5122946"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
                    "reference": "050bedf145a257b1ff02746c31894800e5122946",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.1"
                },
                "require-dev": {
                    "phpunit/phpunit": "^7.1"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.0.x-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de",
                        "role": "lead"
                    }
                ],
                "description": "FilterIterator implementation that filters files based on a list of suffixes.",
                "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
                "keywords": [
                    "filesystem",
                    "iterator"
                ],
                "time": "2018-09-13T20:33:42+00:00"
            },
            {
                "name": "phpunit/php-text-template",
                "version": "1.2.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/php-text-template.git",
                    "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
                    "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.3"
                },
                "type": "library",
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de",
                        "role": "lead"
                    }
                ],
                "description": "Simple template engine.",
                "homepage": "https://github.com/sebastianbergmann/php-text-template/",
                "keywords": [
                    "template"
                ],
                "time": "2015-06-21T13:50:34+00:00"
            },
            {
                "name": "phpunit/php-timer",
                "version": "2.0.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/php-timer.git",
                    "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b8454ea6958c3dee38453d3bd571e023108c91f",
                    "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.1"
                },
                "require-dev": {
                    "phpunit/phpunit": "^7.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.0-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de",
                        "role": "lead"
                    }
                ],
                "description": "Utility class for timing",
                "homepage": "https://github.com/sebastianbergmann/php-timer/",
                "keywords": [
                    "timer"
                ],
                "time": "2018-02-01T13:07:23+00:00"
            },
            {
                "name": "phpunit/php-token-stream",
    
                "version": "3.0.1",
    
    beardedwarrior's avatar
    beardedwarrior committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/php-token-stream.git",
    
                    "reference": "c99e3be9d3e85f60646f152f9002d46ed7770d18"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/c99e3be9d3e85f60646f152f9002d46ed7770d18",
                    "reference": "c99e3be9d3e85f60646f152f9002d46ed7770d18",
    
    beardedwarrior's avatar
    beardedwarrior committed
                    "shasum": ""
                },
                "require": {
                    "ext-tokenizer": "*",
                    "php": "^7.1"
                },
                "require-dev": {
                    "phpunit/phpunit": "^7.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "3.0-dev"
                    }
                },
                "autoload": {