Soyhuce/l5-repository

View on GitHub
composer.lock

Summary

Maintainability
Test Coverage
{
    "_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": "846c610348a7c60f8e2a80b2ecdb1751",
    "content-hash": "46435ffebbaac1106319dae9aefdbe0b",
    "packages": [
        {
            "name": "doctrine/inflector",
            "version": "v1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/inflector.git",
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "require-dev": {
                "phpunit/phpunit": "4.*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\Common\\Inflector\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "inflection",
                "pluralize",
                "singularize",
                "string"
            ],
            "time": "2015-11-06 14:35:42"
        },
        {
            "name": "illuminate/config",
            "version": "v5.4.9",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/config.git",
                "reference": "6a1a4f2c8b0732a419f5df018b8a2f59cebbed8f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/config/zipball/6a1a4f2c8b0732a419f5df018b8a2f59cebbed8f",
                "reference": "6a1a4f2c8b0732a419f5df018b8a2f59cebbed8f",
                "shasum": ""
            },
            "require": {
                "illuminate/contracts": "5.4.*",
                "illuminate/filesystem": "5.4.*",
                "illuminate/support": "5.4.*",
                "php": ">=5.6.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.4-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Config\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Config package.",
            "homepage": "https://laravel.com",
            "time": "2016-12-23 13:31:56"
        },
        {
            "name": "illuminate/console",
            "version": "v5.4.9",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/console.git",
                "reference": "8cfa6ee659849456bc655794b5f8f63872b3c28c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/console/zipball/8cfa6ee659849456bc655794b5f8f63872b3c28c",
                "reference": "8cfa6ee659849456bc655794b5f8f63872b3c28c",
                "shasum": ""
            },
            "require": {
                "illuminate/contracts": "5.4.*",
                "illuminate/support": "5.4.*",
                "nesbot/carbon": "~1.20",
                "php": ">=5.6.4",
                "symfony/console": "~3.2"
            },
            "suggest": {
                "guzzlehttp/guzzle": "Required to use the ping methods on schedules (~6.0).",
                "mtdowling/cron-expression": "Required to use scheduling component (~1.0).",
                "symfony/process": "Required to use scheduling component (~3.2)."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.4-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Console\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Console package.",
            "homepage": "https://laravel.com",
            "time": "2017-01-27 22:46:14"
        },
        {
            "name": "illuminate/container",
            "version": "v5.4.9",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/container.git",
                "reference": "ccbfa2c69369a11b419d071ad11147b59eb9f052"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/container/zipball/ccbfa2c69369a11b419d071ad11147b59eb9f052",
                "reference": "ccbfa2c69369a11b419d071ad11147b59eb9f052",
                "shasum": ""
            },
            "require": {
                "illuminate/contracts": "5.4.*",
                "php": ">=5.6.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.4-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Container\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Container package.",
            "homepage": "https://laravel.com",
            "time": "2017-01-28 17:55:54"
        },
        {
            "name": "illuminate/contracts",
            "version": "v5.4.9",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/contracts.git",
                "reference": "4ec919d294aca396d172e644b243b49885cd2cc7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/contracts/zipball/4ec919d294aca396d172e644b243b49885cd2cc7",
                "reference": "4ec919d294aca396d172e644b243b49885cd2cc7",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.4-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Contracts\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Contracts package.",
            "homepage": "https://laravel.com",
            "time": "2017-01-18 20:23:54"
        },
        {
            "name": "illuminate/database",
            "version": "v5.4.9",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/database.git",
                "reference": "cd0b08134a8b674683fab649fbc7de65ad7a75f9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/database/zipball/cd0b08134a8b674683fab649fbc7de65ad7a75f9",
                "reference": "cd0b08134a8b674683fab649fbc7de65ad7a75f9",
                "shasum": ""
            },
            "require": {
                "illuminate/container": "5.4.*",
                "illuminate/contracts": "5.4.*",
                "illuminate/support": "5.4.*",
                "nesbot/carbon": "~1.20",
                "php": ">=5.6.4"
            },
            "suggest": {
                "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.5).",
                "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
                "illuminate/console": "Required to use the database commands (5.4.*).",
                "illuminate/events": "Required to use the observers with Eloquent (5.4.*).",
                "illuminate/filesystem": "Required to use the migrations (5.4.*).",
                "illuminate/pagination": "Required to paginate the result set (5.4.*)."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.4-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Database\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Database package.",
            "homepage": "https://laravel.com",
            "keywords": [
                "database",
                "laravel",
                "orm",
                "sql"
            ],
            "time": "2017-02-03 19:46:11"
        },
        {
            "name": "illuminate/filesystem",
            "version": "v5.4.9",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/filesystem.git",
                "reference": "9e74fd5bef124640852da3ec71ec6365408de417"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/filesystem/zipball/9e74fd5bef124640852da3ec71ec6365408de417",
                "reference": "9e74fd5bef124640852da3ec71ec6365408de417",
                "shasum": ""
            },
            "require": {
                "illuminate/contracts": "5.4.*",
                "illuminate/support": "5.4.*",
                "php": ">=5.6.4",
                "symfony/finder": "~3.2"
            },
            "suggest": {
                "league/flysystem": "Required to use the Flysystem local and FTP drivers (~1.0).",
                "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
                "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0)."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.4-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Filesystem\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Filesystem package.",
            "homepage": "https://laravel.com",
            "time": "2017-01-03 14:19:43"
        },
        {
            "name": "illuminate/http",
            "version": "v5.4.9",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/http.git",
                "reference": "e111cc7d766837679ab3316b17df4a25d11048f6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/http/zipball/e111cc7d766837679ab3316b17df4a25d11048f6",
                "reference": "e111cc7d766837679ab3316b17df4a25d11048f6",
                "shasum": ""
            },
            "require": {
                "illuminate/session": "5.4.*",
                "illuminate/support": "5.4.*",
                "php": ">=5.6.4",
                "symfony/http-foundation": "~3.2",
                "symfony/http-kernel": "~3.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.4-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Http\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Http package.",
            "homepage": "https://laravel.com",
            "time": "2017-02-03 19:43:35"
        },
        {
            "name": "illuminate/pagination",
            "version": "v5.4.9",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/pagination.git",
                "reference": "901289ff913f1b2e60cf7d8c510190c89fec71a6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/pagination/zipball/901289ff913f1b2e60cf7d8c510190c89fec71a6",
                "reference": "901289ff913f1b2e60cf7d8c510190c89fec71a6",
                "shasum": ""
            },
            "require": {
                "illuminate/contracts": "5.4.*",
                "illuminate/support": "5.4.*",
                "php": ">=5.6.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.4-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Pagination\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Pagination package.",
            "homepage": "https://laravel.com",
            "time": "2017-01-15 01:21:06"
        },
        {
            "name": "illuminate/session",
            "version": "v5.4.9",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/session.git",
                "reference": "45079b7cc9252bb19e8ec41c99edea77c2a5289e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/session/zipball/45079b7cc9252bb19e8ec41c99edea77c2a5289e",
                "reference": "45079b7cc9252bb19e8ec41c99edea77c2a5289e",
                "shasum": ""
            },
            "require": {
                "illuminate/contracts": "5.4.*",
                "illuminate/support": "5.4.*",
                "nesbot/carbon": "~1.20",
                "php": ">=5.6.4",
                "symfony/finder": "~3.2",
                "symfony/http-foundation": "~3.2"
            },
            "suggest": {
                "illuminate/console": "Required to use the session:table command (5.4.*)."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.4-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Session\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Session package.",
            "homepage": "https://laravel.com",
            "time": "2017-01-26 20:28:24"
        },
        {
            "name": "illuminate/support",
            "version": "v5.4.9",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/support.git",
                "reference": "5544aaf67b7e57559d58c01a9030c82ca01872a6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/support/zipball/5544aaf67b7e57559d58c01a9030c82ca01872a6",
                "reference": "5544aaf67b7e57559d58c01a9030c82ca01872a6",
                "shasum": ""
            },
            "require": {
                "doctrine/inflector": "~1.0",
                "ext-mbstring": "*",
                "illuminate/contracts": "5.4.*",
                "paragonie/random_compat": "~1.4|~2.0",
                "php": ">=5.6.4"
            },
            "replace": {
                "tightenco/collect": "self.version"
            },
            "suggest": {
                "illuminate/filesystem": "Required to use the composer class (5.2.*).",
                "symfony/process": "Required to use the composer class (~3.2).",
                "symfony/var-dumper": "Required to use the dd function (~3.2)."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.4-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Support\\": ""
                },
                "files": [
                    "helpers.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Support package.",
            "homepage": "https://laravel.com",
            "time": "2017-02-02 13:32:18"
        },
        {
            "name": "illuminate/translation",
            "version": "v5.4.9",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/translation.git",
                "reference": "2e5c71674fc8fc5773b86272544976ef248e2427"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/translation/zipball/2e5c71674fc8fc5773b86272544976ef248e2427",
                "reference": "2e5c71674fc8fc5773b86272544976ef248e2427",
                "shasum": ""
            },
            "require": {
                "illuminate/filesystem": "5.4.*",
                "illuminate/support": "5.4.*",
                "php": ">=5.6.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.4-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Translation\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Translation package.",
            "homepage": "https://laravel.com",
            "time": "2017-01-10 16:33:45"
        },
        {
            "name": "illuminate/validation",
            "version": "v5.4.9",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/validation.git",
                "reference": "9c8478d046378956fc5d168d3351a72ea3df11f8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/validation/zipball/9c8478d046378956fc5d168d3351a72ea3df11f8",
                "reference": "9c8478d046378956fc5d168d3351a72ea3df11f8",
                "shasum": ""
            },
            "require": {
                "illuminate/container": "5.4.*",
                "illuminate/contracts": "5.4.*",
                "illuminate/support": "5.4.*",
                "illuminate/translation": "5.4.*",
                "php": ">=5.6.4",
                "symfony/http-foundation": "~3.2"
            },
            "suggest": {
                "illuminate/database": "Required to use the database presence verifier (5.4.*)."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.4-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Validation\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Validation package.",
            "homepage": "https://laravel.com",
            "time": "2017-02-01 13:44:49"
        },
        {
            "name": "nesbot/carbon",
            "version": "1.22.1",
            "source": {
                "type": "git",
                "url": "https://github.com/briannesbitt/Carbon.git",
                "reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc",
                "reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0",
                "symfony/translation": "~2.6 || ~3.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "~2",
                "phpunit/phpunit": "~4.0 || ~5.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.23-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Carbon\\": "src/Carbon/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Brian Nesbitt",
                    "email": "brian@nesbot.com",
                    "homepage": "http://nesbot.com"
                }
            ],
            "description": "A simple API extension for DateTime.",
            "homepage": "http://carbon.nesbot.com",
            "keywords": [
                "date",
                "datetime",
                "time"
            ],
            "time": "2017-01-16 07:55:07"
        },
        {
            "name": "paragonie/random_compat",
            "version": "v2.0.4",
            "source": {
                "type": "git",
                "url": "https://github.com/paragonie/random_compat.git",
                "reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e",
                "reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.0"
            },
            "require-dev": {
                "phpunit/phpunit": "4.*|5.*"
            },
            "suggest": {
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
            },
            "type": "library",
            "autoload": {
                "files": [
                    "lib/random.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Paragon Initiative Enterprises",
                    "email": "security@paragonie.com",
                    "homepage": "https://paragonie.com"
                }
            ],
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
            "keywords": [
                "csprng",
                "pseudorandom",
                "random"
            ],
            "time": "2016-11-07 23:38:38"
        },
        {
            "name": "prettus/laravel-validation",
            "version": "1.1.4",
            "source": {
                "type": "git",
                "url": "https://github.com/andersao/laravel-validator.git",
                "reference": "c3501ba6b6312b8e98098783901060c0aff2b29d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/andersao/laravel-validator/zipball/c3501ba6b6312b8e98098783901060c0aff2b29d",
                "reference": "c3501ba6b6312b8e98098783901060c0aff2b29d",
                "shasum": ""
            },
            "require": {
                "illuminate/support": "~5.0|~5.1",
                "illuminate/validation": "~5.0|~5.1",
                "php": ">=5.4.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Prettus\\Validator\\": "src/Prettus/Validator/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "authors": [
                {
                    "name": "Anderson Andrade",
                    "email": "contato@andersonandra.de"
                }
            ],
            "description": "Laravel Validation Service",
            "keywords": [
                "laravel",
                "service",
                "validation"
            ],
            "time": "2015-06-08 23:53:46"
        },
        {
            "name": "psr/log",
            "version": "1.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/log.git",
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Log\\": "Psr/Log/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interface for logging libraries",
            "homepage": "https://github.com/php-fig/log",
            "keywords": [
                "log",
                "psr",
                "psr-3"
            ],
            "time": "2016-10-10 12:19:37"
        },
        {
            "name": "symfony/console",
            "version": "v3.2.3",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/console.git",
                "reference": "7a8405a9fc175f87fed8a3c40856b0d866d61936"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/console/zipball/7a8405a9fc175f87fed8a3c40856b0d866d61936",
                "reference": "7a8405a9fc175f87fed8a3c40856b0d866d61936",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9",
                "symfony/debug": "~2.8|~3.0",
                "symfony/polyfill-mbstring": "~1.0"
            },
            "require-dev": {
                "psr/log": "~1.0",
                "symfony/event-dispatcher": "~2.8|~3.0",
                "symfony/filesystem": "~2.8|~3.0",
                "symfony/process": "~2.8|~3.0"
            },
            "suggest": {
                "psr/log": "For using the console logger",
                "symfony/event-dispatcher": "",
                "symfony/filesystem": "",
                "symfony/process": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.2-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Console\\": ""
                },
                "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 Console Component",
            "homepage": "https://symfony.com",
            "time": "2017-02-06 12:04:21"
        },
        {
            "name": "symfony/debug",
            "version": "v3.2.3",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/debug.git",
                "reference": "b4d9818f127c60ce21ed62c395da7df868dc8477"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/debug/zipball/b4d9818f127c60ce21ed62c395da7df868dc8477",
                "reference": "b4d9818f127c60ce21ed62c395da7df868dc8477",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9",
                "psr/log": "~1.0"
            },
            "conflict": {
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
            },
            "require-dev": {
                "symfony/class-loader": "~2.8|~3.0",
                "symfony/http-kernel": "~2.8|~3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.2-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Debug\\": ""
                },
                "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 Debug Component",
            "homepage": "https://symfony.com",
            "time": "2017-01-28 02:37:08"
        },
        {
            "name": "symfony/event-dispatcher",
            "version": "v3.2.3",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/event-dispatcher.git",
                "reference": "9137eb3a3328e413212826d63eeeb0217836e2b6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/9137eb3a3328e413212826d63eeeb0217836e2b6",
                "reference": "9137eb3a3328e413212826d63eeeb0217836e2b6",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9"
            },
            "require-dev": {
                "psr/log": "~1.0",
                "symfony/config": "~2.8|~3.0",
                "symfony/dependency-injection": "~2.8|~3.0",
                "symfony/expression-language": "~2.8|~3.0",
                "symfony/stopwatch": "~2.8|~3.0"
            },
            "suggest": {
                "symfony/dependency-injection": "",
                "symfony/http-kernel": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.2-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\EventDispatcher\\": ""
                },
                "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 EventDispatcher Component",
            "homepage": "https://symfony.com",
            "time": "2017-01-02 20:32:22"
        },
        {
            "name": "symfony/finder",
            "version": "v3.2.3",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/finder.git",
                "reference": "8c71141cae8e2957946b403cc71a67213c0380d6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/finder/zipball/8c71141cae8e2957946b403cc71a67213c0380d6",
                "reference": "8c71141cae8e2957946b403cc71a67213c0380d6",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.2-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Finder\\": ""
                },
                "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 Finder Component",
            "homepage": "https://symfony.com",
            "time": "2017-01-02 20:32:22"
        },
        {
            "name": "symfony/http-foundation",
            "version": "v3.2.3",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/http-foundation.git",
                "reference": "e192b04de44aa1ed0e39d6793f7e06f5e0b672a0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/e192b04de44aa1ed0e39d6793f7e06f5e0b672a0",
                "reference": "e192b04de44aa1ed0e39d6793f7e06f5e0b672a0",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9",
                "symfony/polyfill-mbstring": "~1.1"
            },
            "require-dev": {
                "symfony/expression-language": "~2.8|~3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.2-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\HttpFoundation\\": ""
                },
                "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 HttpFoundation Component",
            "homepage": "https://symfony.com",
            "time": "2017-02-02 13:47:35"
        },
        {
            "name": "symfony/http-kernel",
            "version": "v3.2.3",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/http-kernel.git",
                "reference": "96443239baf674b143604fb87cb27cb01672ab77"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/96443239baf674b143604fb87cb27cb01672ab77",
                "reference": "96443239baf674b143604fb87cb27cb01672ab77",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9",
                "psr/log": "~1.0",
                "symfony/debug": "~2.8|~3.0",
                "symfony/event-dispatcher": "~2.8|~3.0",
                "symfony/http-foundation": "~2.8.13|~3.1.6|~3.2"
            },
            "conflict": {
                "symfony/config": "<2.8"
            },
            "require-dev": {
                "symfony/browser-kit": "~2.8|~3.0",
                "symfony/class-loader": "~2.8|~3.0",
                "symfony/config": "~2.8|~3.0",
                "symfony/console": "~2.8|~3.0",
                "symfony/css-selector": "~2.8|~3.0",
                "symfony/dependency-injection": "~2.8|~3.0",
                "symfony/dom-crawler": "~2.8|~3.0",
                "symfony/expression-language": "~2.8|~3.0",
                "symfony/finder": "~2.8|~3.0",
                "symfony/process": "~2.8|~3.0",
                "symfony/routing": "~2.8|~3.0",
                "symfony/stopwatch": "~2.8|~3.0",
                "symfony/templating": "~2.8|~3.0",
                "symfony/translation": "~2.8|~3.0",
                "symfony/var-dumper": "~3.2"
            },
            "suggest": {
                "symfony/browser-kit": "",
                "symfony/class-loader": "",
                "symfony/config": "",
                "symfony/console": "",
                "symfony/dependency-injection": "",
                "symfony/finder": "",
                "symfony/var-dumper": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.2-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\HttpKernel\\": ""
                },
                "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 HttpKernel Component",
            "homepage": "https://symfony.com",
            "time": "2017-02-06 13:15:19"
        },
        {
            "name": "symfony/polyfill-mbstring",
            "version": "v1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-mbstring.git",
                "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4",
                "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3-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"
            ],
            "time": "2016-11-14 01:06:16"
        },
        {
            "name": "symfony/translation",
            "version": "v3.2.3",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/translation.git",
                "reference": "ca032cc56976d88b85e7386b17020bc6dc95dbc5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/translation/zipball/ca032cc56976d88b85e7386b17020bc6dc95dbc5",
                "reference": "ca032cc56976d88b85e7386b17020bc6dc95dbc5",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9",
                "symfony/polyfill-mbstring": "~1.0"
            },
            "conflict": {
                "symfony/config": "<2.8"
            },
            "require-dev": {
                "psr/log": "~1.0",
                "symfony/config": "~2.8|~3.0",
                "symfony/intl": "~2.8|~3.0",
                "symfony/yaml": "~2.8|~3.0"
            },
            "suggest": {
                "psr/log": "To use logging capability in translator",
                "symfony/config": "",
                "symfony/yaml": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.2-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Translation\\": ""
                },
                "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 Translation Component",
            "homepage": "https://symfony.com",
            "time": "2017-01-21 17:06:35"
        }
    ],
    "packages-dev": [
        {
            "name": "league/fractal",
            "version": "0.15.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/fractal.git",
                "reference": "0546bd5c2aba414ba50c6ac676f507d42c6150a5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/fractal/zipball/0546bd5c2aba414ba50c6ac676f507d42c6150a5",
                "reference": "0546bd5c2aba414ba50c6ac676f507d42c6150a5",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4"
            },
            "require-dev": {
                "illuminate/contracts": "~5.0",
                "mockery/mockery": "~0.9",
                "pagerfanta/pagerfanta": "~1.0.0",
                "phpunit/phpunit": "~4.0",
                "squizlabs/php_codesniffer": "~1.5",
                "zendframework/zend-paginator": "~2.3"
            },
            "suggest": {
                "illuminate/pagination": "The Illuminate Pagination component.",
                "pagerfanta/pagerfanta": "Pagerfanta Paginator",
                "zendframework/zend-paginator": "Zend Framework Paginator"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.13-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "League\\Fractal\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Phil Sturgeon",
                    "email": "me@philsturgeon.uk",
                    "homepage": "http://philsturgeon.uk/",
                    "role": "Developer"
                }
            ],
            "description": "Handle the output of complex data structures ready for API output.",
            "homepage": "http://fractal.thephpleague.com/",
            "keywords": [
                "api",
                "json",
                "league",
                "rest"
            ],
            "time": "2016-12-28 01:30:30"
        }
    ],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": [],
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": [],
    "platform-dev": []
}