{
    "_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"
    ],
    "content-hash": "b3888ec7da9c40811504d1101625c059",
    "packages": [
        {
            "name": "codeigniter/framework",
            "version": "3.1.6",
            "source": {
                "type": "git",
                "url": "https://github.com/bcit-ci/CodeIgniter.git",
                "reference": "7e4f63cd4b792e7dc2dc4b8b0183a6072a3f9462"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/bcit-ci/CodeIgniter/zipball/7e4f63cd4b792e7dc2dc4b8b0183a6072a3f9462",
                "reference": "7e4f63cd4b792e7dc2dc4b8b0183a6072a3f9462",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.7"
            },
            "require-dev": {
                "mikey179/vfsstream": "1.1.*",
                "phpunit/phpunit": "4.* || 5.*"
            },
            "suggest": {
                "paragonie/random_compat": "Provides better randomness in PHP 5.x"
            },
            "type": "project",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "The CodeIgniter framework",
            "homepage": "https://codeigniter.com",
            "time": "2017-09-25T16:43:58+00:00"
        },
        {
            "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-25T16:30:30+00:00"
        },
        {
            "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-28T16:00:15+00:00"
        },
        {
            "name": "psr/container",
            "version": "1.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"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "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"
            ],
            "time": "2017-02-14T16:28:37+00:00"
        },
        {
            "name": "symfony/config",
            "version": "v3.3.10",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/config.git",
                "reference": "4ab62407bff9cd97c410a7feaef04c375aaa5cfd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/config/zipball/4ab62407bff9cd97c410a7feaef04c375aaa5cfd",
                "reference": "4ab62407bff9cd97c410a7feaef04c375aaa5cfd",
                "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"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.3-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": "2017-10-04T18:56:58+00:00"
        },
        {
            "name": "symfony/dependency-injection",
            "version": "v3.3.10",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/dependency-injection.git",
                "reference": "8ebad929aee3ca185b05f55d9cc5521670821ad1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/8ebad929aee3ca185b05f55d9cc5521670821ad1",
                "reference": "8ebad929aee3ca185b05f55d9cc5521670821ad1",
                "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": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.3-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": "2017-10-04T17:15:30+00:00"
        },
        {
            "name": "symfony/filesystem",
            "version": "v3.3.10",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/filesystem.git",
                "reference": "90bc45abf02ae6b7deb43895c1052cb0038506f1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/90bc45abf02ae6b7deb43895c1052cb0038506f1",
                "reference": "90bc45abf02ae6b7deb43895c1052cb0038506f1",
                "shasum": ""
            },
            "require": {
                "php": "^5.5.9|>=7.0.8"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.3-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": "2017-10-03T13:33:10+00:00"
        },
        {
            "name": "symfony/yaml",
            "version": "v3.3.10",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/yaml.git",
                "reference": "8c7bf1e7d5d6b05a690b715729cb4cd0c0a99c46"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/yaml/zipball/8c7bf1e7d5d6b05a690b715729cb4cd0c0a99c46",
                "reference": "8c7bf1e7d5d6b05a690b715729cb4cd0c0a99c46",
                "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"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.3-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": "2017-10-05T14:43:42+00:00"
        },
        {
            "name": "twig/twig",
            "version": "v1.35.0",
            "source": {
                "type": "git",
                "url": "https://github.com/twigphp/Twig.git",
                "reference": "daa657073e55b0a78cce8fdd22682fddecc6385f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/daa657073e55b0a78cce8fdd22682fddecc6385f",
                "reference": "daa657073e55b0a78cce8fdd22682fddecc6385f",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "psr/container": "^1.0",
                "symfony/debug": "~2.7",
                "symfony/phpunit-bridge": "~3.3@dev"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.35-dev"
                }
            },
            "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"
            ],
            "time": "2017-09-27T18:06:46+00:00"
        }
    ],
    "packages-dev": [],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": [],
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": {
        "php": ">=5.3.2"
    },
    "platform-dev": []
}