[
    {
        "name": "twig/twig",
        "version": "v1.34.4",
        "version_normalized": "1.34.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/twigphp/Twig.git",
            "reference": "f878bab48edb66ad9c6ed626bf817f60c6c096ee"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/twigphp/Twig/zipball/f878bab48edb66ad9c6ed626bf817f60c6c096ee",
            "reference": "f878bab48edb66ad9c6ed626bf817f60c6c096ee",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "psr/container": "^1.0",
            "symfony/debug": "~2.7",
            "symfony/phpunit-bridge": "~3.3@dev"
        },
        "time": "2017-07-04T13:19:31+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.34-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Twig_": "lib/"
            },
            "psr-4": {
                "Twig\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com",
                "homepage": "http://fabien.potencier.org",
                "role": "Lead Developer"
            },
            {
                "name": "Armin Ronacher",
                "email": "armin.ronacher@active-4.com",
                "role": "Project Founder"
            },
            {
                "name": "Twig Team",
                "homepage": "http://twig.sensiolabs.org/contributors",
                "role": "Contributors"
            }
        ],
        "description": "Twig, the flexible, fast, and secure template language for PHP",
        "homepage": "http://twig.sensiolabs.org",
        "keywords": [
            "templating"
        ]
    },
    {
        "name": "symfony/yaml",
        "version": "v3.3.9",
        "version_normalized": "3.3.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/yaml.git",
            "reference": "1d8c2a99c80862bdc3af94c1781bf70f86bccac0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/yaml/zipball/1d8c2a99c80862bdc3af94c1781bf70f86bccac0",
            "reference": "1d8c2a99c80862bdc3af94c1781bf70f86bccac0",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8"
        },
        "require-dev": {
            "symfony/console": "~2.8|~3.0"
        },
        "suggest": {
            "symfony/console": "For validating YAML files using the lint command"
        },
        "time": "2017-07-29T21:54:42+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Yaml\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Yaml Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/filesystem",
        "version": "v3.3.9",
        "version_normalized": "3.3.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/filesystem.git",
            "reference": "b32a0e5f928d0fa3d1dd03c78d020777e50c10cb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/filesystem/zipball/b32a0e5f928d0fa3d1dd03c78d020777e50c10cb",
            "reference": "b32a0e5f928d0fa3d1dd03c78d020777e50c10cb",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8"
        },
        "time": "2017-07-29T21:54:42+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Filesystem\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Filesystem Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "psr/container",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/container.git",
            "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
            "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2017-02-14T16:28:37+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Container\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common Container Interface (PHP FIG PSR-11)",
        "homepage": "https://github.com/php-fig/container",
        "keywords": [
            "PSR-11",
            "container",
            "container-interface",
            "container-interop",
            "psr"
        ]
    },
    {
        "name": "symfony/dependency-injection",
        "version": "v3.3.9",
        "version_normalized": "3.3.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/dependency-injection.git",
            "reference": "e593f06dd90a81c7b70ac1c49862a061b0ec06d2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/e593f06dd90a81c7b70ac1c49862a061b0ec06d2",
            "reference": "e593f06dd90a81c7b70ac1c49862a061b0ec06d2",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "psr/container": "^1.0"
        },
        "conflict": {
            "symfony/config": "<3.3.1",
            "symfony/finder": "<3.3",
            "symfony/yaml": "<3.3"
        },
        "provide": {
            "psr/container-implementation": "1.0"
        },
        "require-dev": {
            "symfony/config": "~3.3",
            "symfony/expression-language": "~2.8|~3.0",
            "symfony/yaml": "~3.3"
        },
        "suggest": {
            "symfony/config": "",
            "symfony/expression-language": "For using expressions in service container configuration",
            "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
            "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
            "symfony/yaml": ""
        },
        "time": "2017-09-05T20:39:38+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\DependencyInjection\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony DependencyInjection Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/config",
        "version": "v3.3.9",
        "version_normalized": "3.3.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/config.git",
            "reference": "f9f19a39ee178f61bb2190f51ff7c517c2159315"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/config/zipball/f9f19a39ee178f61bb2190f51ff7c517c2159315",
            "reference": "f9f19a39ee178f61bb2190f51ff7c517c2159315",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "symfony/filesystem": "~2.8|~3.0"
        },
        "conflict": {
            "symfony/dependency-injection": "<3.3",
            "symfony/finder": "<3.3"
        },
        "require-dev": {
            "symfony/dependency-injection": "~3.3",
            "symfony/finder": "~3.3",
            "symfony/yaml": "~3.0"
        },
        "suggest": {
            "symfony/yaml": "To use the yaml reference dumper"
        },
        "time": "2017-09-04T16:28:07+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Config\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Config Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "jakoch/phantomjs-installer",
        "version": "2.1.1-p08",
        "version_normalized": "2.1.1.0-patch08",
        "source": {
            "type": "git",
            "url": "https://github.com/jakoch/phantomjs-installer.git",
            "reference": "7775820cf5eae8962cf68ab44757238e4d3136cc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/jakoch/phantomjs-installer/zipball/7775820cf5eae8962cf68ab44757238e4d3136cc",
            "reference": "7775820cf5eae8962cf68ab44757238e4d3136cc",
            "shasum": ""
        },
        "require": {
            "ext-bz2": "*",
            "ext-openssl": "*",
            "php": ">5.3"
        },
        "require-dev": {
            "composer/composer": "^1.2",
            "phpunit/phpunit": "^4.8"
        },
        "time": "2017-01-10T09:56:38+00:00",
        "type": "custom-installer",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "PhantomInstaller\\Test\\": "tests/"
            },
            "psr-0": {
                "PhantomInstaller\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jens-André Koch",
                "email": "jakoch@web.de"
            }
        ],
        "description": "A Composer package which installs the PhantomJS binary (Linux, Windows, Mac) into `/bin` of your project.",
        "keywords": [
            "binaries",
            "headless",
            "phantomjs"
        ]
    },
    {
        "name": "jonnyw/php-phantomjs",
        "version": "v4.6.0",
        "version_normalized": "4.6.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/jonnnnyw/php-phantomjs.git",
            "reference": "b3c3e20857caf9a36eb90fb1a7cf1e1f1ec4b672"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/jonnnnyw/php-phantomjs/zipball/b3c3e20857caf9a36eb90fb1a7cf1e1f1ec4b672",
            "reference": "b3c3e20857caf9a36eb90fb1a7cf1e1f1ec4b672",
            "shasum": ""
        },
        "require": {
            "jakoch/phantomjs-installer": "2.1.1-p08",
            "php": ">=5.3.0",
            "symfony/config": "~2.3|~3.0",
            "symfony/dependency-injection": "~2.3|~3.0",
            "symfony/filesystem": "~2.3|~3.0",
            "symfony/yaml": "~2.3|~3.0",
            "twig/twig": "~1.16"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0",
            "smalot/pdfparser": "~0.9",
            "zendframework/zendpdf": "~2.0"
        },
        "time": "2017-04-22T21:24:02+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "JonnyW\\PhantomJs\\": "src"
            },
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jonny Wenmoth",
                "email": "contact@jonnyw.me",
                "homepage": "http://jonnyw.me/"
            }
        ],
        "description": "A PHP wrapper for loading pages through PhantomJS",
        "keywords": [
            "Headless Browser",
            "phantomjs",
            "testing"
        ]
    }
]
