Skip to content
Snippets Groups Projects
composer.lock 71.4 KiB
Newer Older
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sb@sebastian-bergmann.de",
                    "role": "lead"
                }
            ],
            "description": "Utility class for timing",
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
            "keywords": [
                "timer"
            ],
        },
        {
            "name": "phpunit/php-token-stream",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
                "shasum": ""
            },
            "require": {
                "ext-tokenizer": "*",
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Wrapper around PHP's tokenizer extension.",
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
            "keywords": [
                "tokenizer"
            ],
        },
        {
            "name": "phpunit/phpunit",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/phpunit.git",
                "reference": "c062dddcb68e44b563f66ee319ddae2b5a322a90"
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c062dddcb68e44b563f66ee319ddae2b5a322a90",
                "reference": "c062dddcb68e44b563f66ee319ddae2b5a322a90",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-json": "*",
                "ext-pcre": "*",
                "ext-reflection": "*",
                "ext-spl": "*",
                "php": ">=5.3.3",
                "phpspec/prophecy": "^1.3.1",
                "phpunit/php-code-coverage": "~2.1",
                "phpunit/php-file-iterator": "~1.4",
                "phpunit/php-text-template": "~1.2",
                "phpunit/php-timer": "^1.0.6",
                "phpunit/phpunit-mock-objects": "~2.3",
                "sebastian/comparator": "~1.1",
                "sebastian/diff": "~1.2",
                "sebastian/environment": "~1.3",
                "sebastian/exporter": "~1.2",
                "sebastian/global-state": "~1.0",
                "sebastian/version": "~1.0",
                "symfony/yaml": "~2.1|~3.0"
            },
            "suggest": {
                "phpunit/php-invoker": "~1.1"
            },
            "bin": [
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "The PHP Unit Testing framework.",
            "homepage": "https://phpunit.de/",
            "keywords": [
                "phpunit",
                "testing",
                "xunit"
            ],
        },
        {
            "name": "phpunit/phpunit-mock-objects",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
                "shasum": ""
            },
            "require": {
                "doctrine/instantiator": "^1.0.2",
                "phpunit/php-text-template": "~1.2",
                "sebastian/exporter": "~1.2"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.4"
            },
            "suggest": {
                "ext-soap": "*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sb@sebastian-bergmann.de",
                    "role": "lead"
                }
            ],
            "description": "Mock Object library for PHPUnit",
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
            "keywords": [
                "mock",
                "xunit"
            ],
Brook Schofield's avatar
Brook Schofield committed
        {
            "name": "satooshi/php-coveralls",
            "version": "v1.0.1",
Brook Schofield's avatar
Brook Schofield committed
            "source": {
                "type": "git",
                "url": "https://github.com/satooshi/php-coveralls.git",
                "reference": "da51d304fe8622bf9a6da39a8446e7afd432115c"
Brook Schofield's avatar
Brook Schofield committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/satooshi/php-coveralls/zipball/da51d304fe8622bf9a6da39a8446e7afd432115c",
                "reference": "da51d304fe8622bf9a6da39a8446e7afd432115c",
Brook Schofield's avatar
Brook Schofield committed
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "ext-simplexml": "*",
                "guzzle/guzzle": "^2.8|^3.0",
                "php": ">=5.3.3",
                "psr/log": "^1.0",
                "symfony/config": "^2.1|^3.0",
                "symfony/console": "^2.1|^3.0",
                "symfony/stopwatch": "^2.0|^3.0",
                "symfony/yaml": "^2.0|^3.0"
Brook Schofield's avatar
Brook Schofield committed
            },
            "suggest": {
                "symfony/http-kernel": "Allows Symfony integration"
            },
            "bin": [
                "bin/coveralls"
Brook Schofield's avatar
Brook Schofield committed
            ],
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Satooshi\\": "src/Satooshi/"
Brook Schofield's avatar
Brook Schofield committed
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kitamura Satoshi",
                    "email": "with.no.parachute@gmail.com",
                    "homepage": "https://www.facebook.com/satooshi.jp"
                }
            ],
            "description": "PHP client library for Coveralls API",
            "homepage": "https://github.com/satooshi/php-coveralls",
            "keywords": [
                "ci",
                "coverage",
                "github",
                "test"
            ],
        {
            "name": "sebastian/comparator",
            "version": "1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/comparator.git",
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "sebastian/diff": "~1.2",
                "sebastian/exporter": "~1.2"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Jeff Welch",
                    "email": "whatthejeff@gmail.com"
                },
                {
                    "name": "Volker Dusch",
                    "email": "github@wallbash.com"
                },
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@2bepublished.at"
                },
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Provides the functionality to compare PHP values for equality",
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
            "keywords": [
                "comparator",
                "compare",
                "equality"
            ],
        },
        {
            "name": "sebastian/diff",
            "version": "1.4.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/diff.git",
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.8"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.4-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Kore Nordmann",
                    "email": "mail@kore-nordmann.de"
                },
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Diff implementation",
            "homepage": "https://github.com/sebastianbergmann/diff",
            "keywords": [
                "diff"
            ],
        },
        {
            "name": "sebastian/environment",
            "version": "1.3.8",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/environment.git",
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.3 || ^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8 || ^5.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Provides functionality to handle HHVM/PHP environments",
            "homepage": "http://www.github.com/sebastianbergmann/environment",
            "keywords": [
                "Xdebug",
                "environment",
                "hhvm"
            ],
        },
        {
            "name": "sebastian/exporter",
            "version": "1.2.2",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/exporter.git",
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "sebastian/recursion-context": "~1.0"
            },
            "require-dev": {
                "ext-mbstring": "*",
                "phpunit/phpunit": "~4.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Jeff Welch",
                    "email": "whatthejeff@gmail.com"
                },
                {
                    "name": "Volker Dusch",
                    "email": "github@wallbash.com"
                },
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@2bepublished.at"
                },
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                },
                {
                    "name": "Adam Harvey",
                    "email": "aharvey@php.net"
                }
            ],
            "description": "Provides the functionality to export PHP variables for visualization",
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
            "keywords": [
                "export",
                "exporter"
            ],
        },
        {
            "name": "sebastian/global-state",
            "version": "1.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/global-state.git",
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.2"
            },
            "suggest": {
                "ext-uopz": "*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Snapshotting of global state",
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
            "keywords": [
                "global state"
            ],
        },
        {
            "name": "sebastian/recursion-context",
            "version": "1.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.4"
            },
            "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": "Jeff Welch",
                    "email": "whatthejeff@gmail.com"
                },
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                },
                {
                    "name": "Adam Harvey",
                    "email": "aharvey@php.net"
                }
            ],
            "description": "Provides functionality to recursively process PHP variables",
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
        },
        {
            "name": "sebastian/version",
            "version": "1.0.6",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/version.git",
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
                "shasum": ""
            },
            "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": "Library that helps with managing the version number of Git-hosted PHP projects",
            "homepage": "https://github.com/sebastianbergmann/version",
Brook Schofield's avatar
Brook Schofield committed
        {
            "name": "symfony/config",
Hanne Moa's avatar
Hanne Moa committed
            "version": "v3.1.4",
Brook Schofield's avatar
Brook Schofield committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/config.git",
Hanne Moa's avatar
Hanne Moa committed
                "reference": "431d28df9c7bb6e77f8f6289d8670b044fabb9e8"
Brook Schofield's avatar
Brook Schofield committed
            },
            "dist": {
                "type": "zip",
Hanne Moa's avatar
Hanne Moa committed
                "url": "https://api.github.com/repos/symfony/config/zipball/431d28df9c7bb6e77f8f6289d8670b044fabb9e8",
                "reference": "431d28df9c7bb6e77f8f6289d8670b044fabb9e8",
Brook Schofield's avatar
Brook Schofield committed
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9",
                "symfony/filesystem": "~2.8|~3.0"
Jaime Perez Crespo's avatar
Jaime Perez Crespo committed
            },
            "suggest": {
                "symfony/yaml": "To use the yaml reference dumper"
            },
Brook Schofield's avatar
Brook Schofield committed
            "type": "library",
            "extra": {
                "branch-alias": {
Hanne Moa's avatar
Hanne Moa committed
                    "dev-master": "3.1-dev"
Brook Schofield's avatar
Brook Schofield committed
                }
            },
            "autoload": {
Brook Schofield's avatar
Brook Schofield committed
                    "Symfony\\Component\\Config\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
Brook Schofield's avatar
Brook Schofield committed
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
Jaime Perez Crespo's avatar
Jaime Perez Crespo committed
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
Brook Schofield's avatar
Brook Schofield committed
                }
            ],
            "description": "Symfony Config Component",
Jaime Perez Crespo's avatar
Jaime Perez Crespo committed
            "homepage": "https://symfony.com",
Brook Schofield's avatar
Brook Schofield committed
        },
        {
            "name": "symfony/console",
Hanne Moa's avatar
Hanne Moa committed
            "version": "v3.1.4",
Brook Schofield's avatar
Brook Schofield committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/console.git",
Hanne Moa's avatar
Hanne Moa committed
                "reference": "8ea494c34f0f772c3954b5fbe00bffc5a435e563"
Brook Schofield's avatar
Brook Schofield committed
            },
            "dist": {
                "type": "zip",
Hanne Moa's avatar
Hanne Moa committed
                "url": "https://api.github.com/repos/symfony/console/zipball/8ea494c34f0f772c3954b5fbe00bffc5a435e563",
                "reference": "8ea494c34f0f772c3954b5fbe00bffc5a435e563",
Brook Schofield's avatar
Brook Schofield committed
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9",
                "symfony/polyfill-mbstring": "~1.0"
Brook Schofield's avatar
Brook Schofield committed
            },
            "require-dev": {
                "psr/log": "~1.0",
                "symfony/event-dispatcher": "~2.8|~3.0",
                "symfony/process": "~2.8|~3.0"
Brook Schofield's avatar
Brook Schofield committed
            },
            "suggest": {
                "psr/log": "For using the console logger",
                "symfony/event-dispatcher": "",
                "symfony/process": ""
Brook Schofield's avatar
Brook Schofield committed
            },
            "type": "library",
            "extra": {
                "branch-alias": {
Hanne Moa's avatar
Hanne Moa committed
                    "dev-master": "3.1-dev"
Brook Schofield's avatar
Brook Schofield committed
                }
            },
            "autoload": {
Brook Schofield's avatar
Brook Schofield committed
                    "Symfony\\Component\\Console\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
Brook Schofield's avatar
Brook Schofield committed
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
Jaime Perez Crespo's avatar
Jaime Perez Crespo committed
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
Brook Schofield's avatar
Brook Schofield committed
                }
            ],
            "description": "Symfony Console Component",
Jaime Perez Crespo's avatar
Jaime Perez Crespo committed
            "homepage": "https://symfony.com",
Brook Schofield's avatar
Brook Schofield committed
        },
        {
            "name": "symfony/event-dispatcher",
Hanne Moa's avatar
Hanne Moa committed
            "version": "v2.8.11",
Brook Schofield's avatar
Brook Schofield committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/event-dispatcher.git",
                "reference": "889983a79a043dfda68f38c38b6dba092dd49cd8"
Brook Schofield's avatar
Brook Schofield committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/889983a79a043dfda68f38c38b6dba092dd49cd8",
                "reference": "889983a79a043dfda68f38c38b6dba092dd49cd8",
Brook Schofield's avatar
Brook Schofield committed
                "shasum": ""
            },
            "require": {
Brook Schofield's avatar
Brook Schofield committed
            },
            "require-dev": {
                "psr/log": "~1.0",
                "symfony/config": "~2.0,>=2.0.5|~3.0.0",
                "symfony/dependency-injection": "~2.6|~3.0.0",
                "symfony/expression-language": "~2.6|~3.0.0",
                "symfony/stopwatch": "~2.3|~3.0.0"
Brook Schofield's avatar
Brook Schofield committed
            },
            "suggest": {
                "symfony/dependency-injection": "",
                "symfony/http-kernel": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.8-dev"
Brook Schofield's avatar
Brook Schofield committed
                }
            },
            "autoload": {
Brook Schofield's avatar
Brook Schofield committed
                    "Symfony\\Component\\EventDispatcher\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
Brook Schofield's avatar
Brook Schofield committed
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
Jaime Perez Crespo's avatar
Jaime Perez Crespo committed
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
Brook Schofield's avatar
Brook Schofield committed
                }
            ],
            "description": "Symfony EventDispatcher Component",
Jaime Perez Crespo's avatar
Jaime Perez Crespo committed
            "homepage": "https://symfony.com",
Brook Schofield's avatar
Brook Schofield committed
        },
        {
            "name": "symfony/filesystem",
Hanne Moa's avatar
Hanne Moa committed
            "version": "v3.1.4",
Brook Schofield's avatar
Brook Schofield committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/filesystem.git",
                "reference": "bb29adceb552d202b6416ede373529338136e84f"
Brook Schofield's avatar
Brook Schofield committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/bb29adceb552d202b6416ede373529338136e84f",
                "reference": "bb29adceb552d202b6416ede373529338136e84f",
Brook Schofield's avatar
Brook Schofield committed
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9"
Jaime Perez Crespo's avatar
Jaime Perez Crespo committed
            },
Brook Schofield's avatar
Brook Schofield committed
            "type": "library",
            "extra": {
                "branch-alias": {
Hanne Moa's avatar
Hanne Moa committed
                    "dev-master": "3.1-dev"
Brook Schofield's avatar
Brook Schofield committed
                }
            },
            "autoload": {
Brook Schofield's avatar
Brook Schofield committed
                    "Symfony\\Component\\Filesystem\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
Brook Schofield's avatar
Brook Schofield committed
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
Jaime Perez Crespo's avatar
Jaime Perez Crespo committed
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
Brook Schofield's avatar
Brook Schofield committed
                }
            ],
            "description": "Symfony Filesystem Component",
Jaime Perez Crespo's avatar
Jaime Perez Crespo committed
            "homepage": "https://symfony.com",
        },
        {
            "name": "symfony/polyfill-mbstring",
Hanne Moa's avatar
Hanne Moa committed
            "version": "v1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-mbstring.git",
Hanne Moa's avatar
Hanne Moa committed
                "reference": "dff51f72b0706335131b00a7f49606168c582594"
            },
            "dist": {
                "type": "zip",
Hanne Moa's avatar
Hanne Moa committed
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594",
                "reference": "dff51f72b0706335131b00a7f49606168c582594",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
Hanne Moa's avatar
Hanne Moa committed
                    "dev-master": "1.2-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Mbstring\\": ""
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for the Mbstring extension",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "mbstring",
                "polyfill",
                "portable",
                "shim"
            ],
Brook Schofield's avatar
Brook Schofield committed
        },
        {
            "name": "symfony/stopwatch",
Hanne Moa's avatar
Hanne Moa committed
            "version": "v3.1.4",
Brook Schofield's avatar
Brook Schofield committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/stopwatch.git",
Hanne Moa's avatar
Hanne Moa committed
                "reference": "bb42806b12c5f89db4ebf64af6741afe6d8457e1"
Brook Schofield's avatar
Brook Schofield committed
            },
            "dist": {
                "type": "zip",
Hanne Moa's avatar
Hanne Moa committed
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/bb42806b12c5f89db4ebf64af6741afe6d8457e1",
                "reference": "bb42806b12c5f89db4ebf64af6741afe6d8457e1",
Brook Schofield's avatar
Brook Schofield committed
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9"
Jaime Perez Crespo's avatar
Jaime Perez Crespo committed
            },
Brook Schofield's avatar
Brook Schofield committed
            "type": "library",
            "extra": {
                "branch-alias": {
Hanne Moa's avatar
Hanne Moa committed
                    "dev-master": "3.1-dev"
Brook Schofield's avatar
Brook Schofield committed
                }
            },
            "autoload": {
Brook Schofield's avatar
Brook Schofield committed
                    "Symfony\\Component\\Stopwatch\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
Brook Schofield's avatar
Brook Schofield committed
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
Jaime Perez Crespo's avatar
Jaime Perez Crespo committed
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
Brook Schofield's avatar
Brook Schofield committed
                }
            ],
            "description": "Symfony Stopwatch Component",
Jaime Perez Crespo's avatar
Jaime Perez Crespo committed
            "homepage": "https://symfony.com",
Brook Schofield's avatar
Brook Schofield committed
        },
        {
            "name": "symfony/yaml",
Brook Schofield's avatar
Brook Schofield committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/yaml.git",
                "reference": "f291ed25eb1435bddbe8a96caaef16469c2a092d"
Brook Schofield's avatar
Brook Schofield committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/yaml/zipball/f291ed25eb1435bddbe8a96caaef16469c2a092d",
                "reference": "f291ed25eb1435bddbe8a96caaef16469c2a092d",
Brook Schofield's avatar
Brook Schofield committed
                "shasum": ""
            },
            "require": {
Brook Schofield's avatar
Brook Schofield committed
            },
            "type": "library",
            "extra": {
                "branch-alias": {
Brook Schofield's avatar
Brook Schofield committed
                }
            },
            "autoload": {
Brook Schofield's avatar
Brook Schofield committed
                    "Symfony\\Component\\Yaml\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
Brook Schofield's avatar
Brook Schofield committed
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
Jaime Perez Crespo's avatar
Jaime Perez Crespo committed
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
Brook Schofield's avatar
Brook Schofield committed
                }
            ],
            "description": "Symfony Yaml Component",