{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], "hash": "208385d9e09bb70e20bbfc536b40283e", "content-hash": "17713504daff9ddb9e1c742a6e863eb3", "packages": [ { "name": "jakoch/phantomjs-installer", "version": "2.1.1", "source": { "type": "git", "url": "https://github.com/jakoch/phantomjs-installer.git", "reference": "b8ee2aac9b95f9a9ee30a05a4df4a0984a8a8b85" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/jakoch/phantomjs-installer/zipball/b8ee2aac9b95f9a9ee30a05a4df4a0984a8a8b85", "reference": "b8ee2aac9b95f9a9ee30a05a4df4a0984a8a8b85", "shasum": "" }, "require": { "ext-openssl": "*" }, "type": "custom-installer", "autoload": { "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" ], "time": "2016-01-25 16:30:30" }, { "name": "jonnyw/php-phantomjs", "version": "v4.5.1", "source": { "type": "git", "url": "https://github.com/jonnnnyw/php-phantomjs.git", "reference": "cf8d9a221f4c624aa1537c55a2e181f4b50367d7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/jonnnnyw/php-phantomjs/zipball/cf8d9a221f4c624aa1537c55a2e181f4b50367d7", "reference": "cf8d9a221f4c624aa1537c55a2e181f4b50367d7", "shasum": "" }, "require": { "jakoch/phantomjs-installer": "2.1.1", "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" }, "type": "library", "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" ], "time": "2016-06-28 16:00:15" }, { "name": "mikehaertl/php-shellcommand", "version": "1.2.2", "source": { "type": "git", "url": "https://github.com/mikehaertl/php-shellcommand.git", "reference": "0de4e2cce17936ec7cef60a62c722a4aaa56c18c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mikehaertl/php-shellcommand/zipball/0de4e2cce17936ec7cef60a62c722a4aaa56c18c", "reference": "0de4e2cce17936ec7cef60a62c722a4aaa56c18c", "shasum": "" }, "type": "library", "autoload": { "psr-4": { "mikehaertl\\shellcommand\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Härtl", "email": "haertl.mike@gmail.com" } ], "description": "An object oriented interface to shell commands", "keywords": [ "shell" ], "time": "2016-07-16 09:42:31" }, { "name": "mikehaertl/php-tmpfile", "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/mikehaertl/php-tmpfile.git", "reference": "b1b013cc29a8ee0423994b286d22e3aed6640d4e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mikehaertl/php-tmpfile/zipball/b1b013cc29a8ee0423994b286d22e3aed6640d4e", "reference": "b1b013cc29a8ee0423994b286d22e3aed6640d4e", "shasum": "" }, "type": "library", "autoload": { "psr-4": { "mikehaertl\\tmp\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Härtl", "email": "haertl.mike@gmail.com" } ], "description": "A convenience class for temporary files", "keywords": [ "files" ], "time": "2016-07-07 05:59:42" }, { "name": "mikehaertl/phpwkhtmltopdf", "version": "2.2.0", "source": { "type": "git", "url": "https://github.com/mikehaertl/phpwkhtmltopdf.git", "reference": "318aed9ad8d7622c6d00a0fdf3b199e71d48e47e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mikehaertl/phpwkhtmltopdf/zipball/318aed9ad8d7622c6d00a0fdf3b199e71d48e47e", "reference": "318aed9ad8d7622c6d00a0fdf3b199e71d48e47e", "shasum": "" }, "require": { "mikehaertl/php-shellcommand": "^1.0.2", "mikehaertl/php-tmpfile": "^1.0.0", "php": ">=5.0.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "mikehaertl\\wkhtmlto\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Haertl", "email": "haertl.mike@gmail.com" } ], "description": "A slim PHP wrapper around wkhtmltopdf with an easy to use and clean OOP interface", "homepage": "http://mikehaertl.github.com/phpwkhtmltopdf/", "keywords": [ "pdf", "wkhtmltoimage", "wkhtmltopdf" ], "time": "2016-06-02 08:06:45" }, { "name": "symfony/config", "version": "v3.1.4", "source": { "type": "git", "url": "https://github.com/symfony/config.git", "reference": "431d28df9c7bb6e77f8f6289d8670b044fabb9e8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/config/zipball/431d28df9c7bb6e77f8f6289d8670b044fabb9e8", "reference": "431d28df9c7bb6e77f8f6289d8670b044fabb9e8", "shasum": "" }, "require": { "php": ">=5.5.9", "symfony/filesystem": "~2.8|~3.0" }, "suggest": { "symfony/yaml": "To use the yaml reference dumper" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.1-dev" } }, "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", "time": "2016-08-27 18:50:07" }, { "name": "symfony/dependency-injection", "version": "v3.1.4", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", "reference": "6e4f3316afdc9783d7b48a136db89bd791b55698" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/6e4f3316afdc9783d7b48a136db89bd791b55698", "reference": "6e4f3316afdc9783d7b48a136db89bd791b55698", "shasum": "" }, "require": { "php": ">=5.5.9" }, "require-dev": { "symfony/config": "~2.8|~3.0", "symfony/expression-language": "~2.8|~3.0", "symfony/yaml": "~2.8.7|~3.0.7|~3.1.1|~3.2" }, "suggest": { "symfony/config": "", "symfony/expression-language": "For using expressions in service container configuration", "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", "symfony/yaml": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.1-dev" } }, "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", "time": "2016-08-23 13:39:15" }, { "name": "symfony/filesystem", "version": "v3.1.4", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", "reference": "bb29adceb552d202b6416ede373529338136e84f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/filesystem/zipball/bb29adceb552d202b6416ede373529338136e84f", "reference": "bb29adceb552d202b6416ede373529338136e84f", "shasum": "" }, "require": { "php": ">=5.5.9" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.1-dev" } }, "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", "time": "2016-07-20 05:44:26" }, { "name": "symfony/yaml", "version": "v3.1.4", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", "reference": "f291ed25eb1435bddbe8a96caaef16469c2a092d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/yaml/zipball/f291ed25eb1435bddbe8a96caaef16469c2a092d", "reference": "f291ed25eb1435bddbe8a96caaef16469c2a092d", "shasum": "" }, "require": { "php": ">=5.5.9" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.1-dev" } }, "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", "time": "2016-09-02 02:12:52" }, { "name": "twig/twig", "version": "v1.24.2", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", "reference": "33093f6e310e6976baeac7b14f3a6ec02f2d79b7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/twigphp/Twig/zipball/33093f6e310e6976baeac7b14f3a6ec02f2d79b7", "reference": "33093f6e310e6976baeac7b14f3a6ec02f2d79b7", "shasum": "" }, "require": { "php": ">=5.2.7" }, "require-dev": { "symfony/debug": "~2.7", "symfony/phpunit-bridge": "~2.7" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.24-dev" } }, "autoload": { "psr-0": { "Twig_": "lib/" } }, "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" ], "time": "2016-09-01 17:50:53" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [] }