[
    {
        "name": "knplabs/gaufrette",
        "version": "v0.1.9",
        "version_normalized": "0.1.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/KnpLabs/Gaufrette.git",
            "reference": "4c73bb66ff41d7c9beb57372a82047cf5dcc6d1c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/KnpLabs/Gaufrette/zipball/4c73bb66ff41d7c9beb57372a82047cf5dcc6d1c",
            "reference": "4c73bb66ff41d7c9beb57372a82047cf5dcc6d1c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "require-dev": {
            "amazonwebservices/aws-sdk-for-php": "1.5.*",
            "aws/aws-sdk-php": "~2",
            "doctrine/dbal": ">=2.3",
            "dropbox-php/dropbox-php": "*",
            "google/apiclient": "~1.1",
            "herzult/php-ssh": "*",
            "microsoft/windowsazure": "dev-master",
            "mikey179/vfsstream": "~1.2.0",
            "phpseclib/phpseclib": "dev-master",
            "phpspec/phpspec": "2.0.*",
            "phpunit/phpunit": "3.7.*",
            "rackspace/php-opencloud": "1.9.*"
        },
        "suggest": {
            "amazonwebservices/aws-sdk-for-php": "to use the legacy Amazon S3 adapters",
            "aws/aws-sdk-php": "to use the Amazon S3 adapter",
            "doctrine/dbal": "to use the Doctrine DBAL adapter",
            "dropbox-php/dropbox-php": "to use the Dropbox adapter",
            "ext-apc": "to use the APC adapter",
            "ext-curl": "*",
            "ext-fileinfo": "This extension is used to automatically detect the content-type of a file in the AwsS3, OpenCloud, AzureBlogStorage and GoogleCloudStorage adapters",
            "ext-mbstring": "*",
            "ext-mongo": "*",
            "ext-zip": "to use the Zip adapter",
            "google/apiclient": "to use GoogleCloudStorage adapter",
            "herzult/php-ssh": "to use SFtp adapter",
            "knplabs/knp-gaufrette-bundle": "to use with Symfony2",
            "microsoft/windowsazure": "to use Microsoft Azure Blob Storage adapter",
            "phpseclib/phpseclib": "to use PhpseclibSftp adapter",
            "rackspace/php-opencloud": "to use Opencloud adapter"
        },
        "time": "2015-03-09T08:06:57+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Gaufrette": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "The contributors",
                "homepage": "http://github.com/knplabs/Gaufrette/contributors"
            },
            {
                "name": "KnpLabs Team",
                "homepage": "http://knplabs.com"
            }
        ],
        "description": "PHP5 library that provides a filesystem abstraction layer",
        "homepage": "http://knplabs.com",
        "keywords": [
            "abstraction",
            "file",
            "filesystem",
            "media"
        ]
    },
    {
        "name": "paragonie/random_compat",
        "version": "v1.4.1",
        "version_normalized": "1.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/paragonie/random_compat.git",
            "reference": "c7e26a21ba357863de030f0b9e701c7d04593774"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/paragonie/random_compat/zipball/c7e26a21ba357863de030f0b9e701c7d04593774",
            "reference": "c7e26a21ba357863de030f0b9e701c7d04593774",
            "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."
        },
        "time": "2016-03-18T20:34:03+00:00",
        "type": "library",
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "pimple/pimple",
        "version": "v3.0.2",
        "version_normalized": "3.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/silexphp/Pimple.git",
            "reference": "a30f7d6e57565a2e1a316e1baf2a483f788b258a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/silexphp/Pimple/zipball/a30f7d6e57565a2e1a316e1baf2a483f788b258a",
            "reference": "a30f7d6e57565a2e1a316e1baf2a483f788b258a",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2015-09-11T15:10:35+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Pimple": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "Pimple, a simple Dependency Injection Container",
        "homepage": "http://pimple.sensiolabs.org",
        "keywords": [
            "container",
            "dependency injection"
        ]
    },
    {
        "name": "slim/slim",
        "version": "2.4.3",
        "version_normalized": "2.4.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/slimphp/Slim.git",
            "reference": "4906b77a07c7bd6ff1a99aea903e940a2d4fa106"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/slimphp/Slim/zipball/4906b77a07c7bd6ff1a99aea903e940a2d4fa106",
            "reference": "4906b77a07c7bd6ff1a99aea903e940a2d4fa106",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "suggest": {
            "ext-mcrypt": "Required for HTTP cookie encryption"
        },
        "time": "2014-04-05T18:33:59+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Slim": "."
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Josh Lockhart",
                "email": "info@joshlockhart.com",
                "homepage": "http://www.joshlockhart.com/"
            }
        ],
        "description": "Slim Framework, a PHP micro framework",
        "homepage": "http://github.com/codeguy/Slim",
        "keywords": [
            "microframework",
            "rest",
            "router"
        ]
    },
    {
        "name": "symfony/console",
        "version": "v2.6.13",
        "version_normalized": "2.6.13.0",
        "target-dir": "Symfony/Component/Console",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/console.git",
            "reference": "0e5e18ae09d3f5c06367759be940e9ed3f568359"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/console/zipball/0e5e18ae09d3f5c06367759be940e9ed3f568359",
            "reference": "0e5e18ae09d3f5c06367759be940e9ed3f568359",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "psr/log": "~1.0",
            "symfony/event-dispatcher": "~2.1",
            "symfony/phpunit-bridge": "~2.7",
            "symfony/process": "~2.1"
        },
        "suggest": {
            "psr/log": "For using the console logger",
            "symfony/event-dispatcher": "",
            "symfony/process": ""
        },
        "time": "2015-07-26T09:08:40+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Symfony\\Component\\Console\\": ""
            }
        },
        "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"
    }
]
