[
    {
        "name": "league/flysystem",
        "version": "1.0.14",
        "version_normalized": "1.0.14.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/flysystem.git",
            "reference": "202c7775d959f377e2e302d93e7127c47604438a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/202c7775d959f377e2e302d93e7127c47604438a",
            "reference": "202c7775d959f377e2e302d93e7127c47604438a",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "conflict": {
            "league/flysystem-sftp": "<1.0.6"
        },
        "require-dev": {
            "ext-fileinfo": "*",
            "mockery/mockery": "~0.9",
            "phpspec/phpspec": "^2.2",
            "phpspec/prophecy-phpunit": "~1.0",
            "phpunit/phpunit": "~4.1"
        },
        "suggest": {
            "ext-fileinfo": "Required for MimeType",
            "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
            "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
            "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
            "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
            "league/flysystem-copy": "Allows you to use Copy.com storage",
            "league/flysystem-dropbox": "Allows you to use Dropbox storage",
            "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
            "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
            "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
            "league/flysystem-webdav": "Allows you to use WebDAV storage",
            "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter"
        },
        "time": "2015-09-22 19:18:28",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "League\\Flysystem\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Frank de Jonge",
                "email": "info@frenky.net"
            }
        ],
        "description": "Filesystem abstraction: Many filesystems, one API.",
        "keywords": [
            "Cloud Files",
            "WebDAV",
            "abstraction",
            "aws",
            "cloud",
            "copy.com",
            "dropbox",
            "file systems",
            "files",
            "filesystem",
            "filesystems",
            "ftp",
            "rackspace",
            "remote",
            "s3",
            "sftp",
            "storage"
        ]
    },
    {
        "name": "league/flysystem-cached-adapter",
        "version": "1.0.2",
        "version_normalized": "1.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/flysystem-cached-adapter.git",
            "reference": "7bb5cd9d996904cf43d7da8ba45a724ff8c7ef14"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/flysystem-cached-adapter/zipball/7bb5cd9d996904cf43d7da8ba45a724ff8c7ef14",
            "reference": "7bb5cd9d996904cf43d7da8ba45a724ff8c7ef14",
            "shasum": ""
        },
        "require": {
            "league/flysystem": "~1.0"
        },
        "require-dev": {
            "henrikbjorn/phpspec-code-coverage": "~1.0@dev",
            "mockery/mockery": "~0.9",
            "phpspec/phpspec": "~2.1",
            "phpunit/phpunit": "~4.1",
            "predis/predis": "~1.0",
            "tedivm/stash": "~0.12"
        },
        "suggest": {
            "ext-phpredis": "Pure C implemented extension for PHP"
        },
        "time": "2015-07-09 21:00:39",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "League\\Flysystem\\Cached\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "frankdejonge",
                "email": "info@frenky.net"
            }
        ],
        "description": "An adapter decorator to enable meta-data caching."
    },
    {
        "name": "symfony/event-dispatcher",
        "version": "2.7.x-dev",
        "version_normalized": "2.7.9999999.9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/event-dispatcher.git",
            "reference": "79493b6421786e5a0fc2d161410aa86f400bcaea"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/79493b6421786e5a0fc2d161410aa86f400bcaea",
            "reference": "79493b6421786e5a0fc2d161410aa86f400bcaea",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.9"
        },
        "require-dev": {
            "psr/log": "~1.0",
            "symfony/config": "~2.0,>=2.0.5",
            "symfony/dependency-injection": "~2.6",
            "symfony/expression-language": "~2.6",
            "symfony/stopwatch": "~2.3"
        },
        "suggest": {
            "symfony/dependency-injection": "",
            "symfony/http-kernel": ""
        },
        "time": "2016-01-13 10:26:43",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.7-dev"
            }
        },
        "installation-source": "source",
        "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"
    },
    {
        "name": "guzzle/guzzle",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/guzzle3.git",
            "reference": "b3f5050cb6270c7a728a0b74ac2de50a262b3e02"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/b3f5050cb6270c7a728a0b74ac2de50a262b3e02",
            "reference": "b3f5050cb6270c7a728a0b74ac2de50a262b3e02",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "php": ">=5.3.3",
            "symfony/event-dispatcher": "~2.1"
        },
        "replace": {
            "guzzle/batch": "self.version",
            "guzzle/cache": "self.version",
            "guzzle/common": "self.version",
            "guzzle/http": "self.version",
            "guzzle/inflection": "self.version",
            "guzzle/iterator": "self.version",
            "guzzle/log": "self.version",
            "guzzle/parser": "self.version",
            "guzzle/plugin": "self.version",
            "guzzle/plugin-async": "self.version",
            "guzzle/plugin-backoff": "self.version",
            "guzzle/plugin-cache": "self.version",
            "guzzle/plugin-cookie": "self.version",
            "guzzle/plugin-curlauth": "self.version",
            "guzzle/plugin-error-response": "self.version",
            "guzzle/plugin-history": "self.version",
            "guzzle/plugin-log": "self.version",
            "guzzle/plugin-md5": "self.version",
            "guzzle/plugin-mock": "self.version",
            "guzzle/plugin-oauth": "self.version",
            "guzzle/service": "self.version",
            "guzzle/stream": "self.version"
        },
        "require-dev": {
            "doctrine/cache": "~1.3",
            "monolog/monolog": "~1.0",
            "phpunit/phpunit": "3.7.*",
            "psr/log": "~1.0",
            "symfony/class-loader": "~2.1",
            "zendframework/zend-cache": "2.*,<2.3",
            "zendframework/zend-log": "2.*,<2.3"
        },
        "suggest": {
            "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated."
        },
        "time": "2015-04-29 17:06:53",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.9-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Guzzle": "src/",
                "Guzzle\\Tests": "tests/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            },
            {
                "name": "Guzzle Community",
                "homepage": "https://github.com/guzzle/guzzle/contributors"
            }
        ],
        "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle",
        "homepage": "http://guzzlephp.org/",
        "keywords": [
            "client",
            "curl",
            "framework",
            "http",
            "http client",
            "rest",
            "web service"
        ]
    },
    {
        "name": "aws/aws-sdk-php",
        "version": "2.7.27",
        "version_normalized": "2.7.27.0",
        "source": {
            "type": "git",
            "url": "https://github.com/aws/aws-sdk-php.git",
            "reference": "96dd5a8e3d9dbc435383a34523ee92156c8137ee"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/96dd5a8e3d9dbc435383a34523ee92156c8137ee",
            "reference": "96dd5a8e3d9dbc435383a34523ee92156c8137ee",
            "shasum": ""
        },
        "require": {
            "guzzle/guzzle": "~3.7",
            "php": ">=5.3.3"
        },
        "require-dev": {
            "doctrine/cache": "~1.0",
            "ext-openssl": "*",
            "monolog/monolog": "~1.4",
            "phpunit/phpunit": "~4.0",
            "symfony/yaml": "~2.1"
        },
        "suggest": {
            "doctrine/cache": "Adds support for caching of credentials and responses",
            "ext-apc": "Allows service description opcode caching, request and response caching, and credentials caching",
            "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages",
            "monolog/monolog": "Adds support for logging HTTP requests and responses",
            "symfony/yaml": "Eases the ability to write manifests for creating jobs in AWS Import/Export"
        },
        "time": "2015-04-07 21:07:40",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.7-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Aws": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache-2.0"
        ],
        "authors": [
            {
                "name": "Amazon Web Services",
                "homepage": "http://aws.amazon.com"
            }
        ],
        "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project",
        "homepage": "http://aws.amazon.com/sdkforphp",
        "keywords": [
            "amazon",
            "aws",
            "cloud",
            "dynamodb",
            "ec2",
            "glacier",
            "s3",
            "sdk"
        ]
    },
    {
        "name": "league/flysystem-aws-s3-v2",
        "version": "1.0.3",
        "version_normalized": "1.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/flysystem-aws-s3-v2.git",
            "reference": "e464a35e34abed572c76b76aa2f278d178e141c6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/flysystem-aws-s3-v2/zipball/e464a35e34abed572c76b76aa2f278d178e141c6",
            "reference": "e464a35e34abed572c76b76aa2f278d178e141c6",
            "shasum": ""
        },
        "require": {
            "aws/aws-sdk-php": "~2.7",
            "league/flysystem": "~1.0",
            "php": ">=5.4.0"
        },
        "require-dev": {
            "mockery/mockery": "0.9.*",
            "phpunit/phpunit": "~4.0"
        },
        "time": "2015-10-15 15:55:48",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "League\\Flysystem\\AwsS3v2\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Frank de Jonge",
                "email": "info@frenky.net"
            }
        ],
        "description": "Flysystem adapter for AWS S3 SDK v2"
    },
    {
        "name": "dropbox/dropbox-sdk",
        "version": "v1.1.6",
        "version_normalized": "1.1.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/dropbox/dropbox-sdk-php.git",
            "reference": "6901f8122458e0ce7e391468c0cf6cca465bd0ee"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dropbox/dropbox-sdk-php/zipball/6901f8122458e0ce7e391468c0cf6cca465bd0ee",
            "reference": "6901f8122458e0ce7e391468c0cf6cca465bd0ee",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "php": ">= 5.3"
        },
        "require-dev": {
            "apigen/apigen": "2.8.2",
            "phpunit/phpunit": "~4.0",
            "squizlabs/php_codesniffer": "2.0.0RC3"
        },
        "time": "2015-06-29 21:47:57",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Dropbox": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Dropbox SDK for PHP",
        "keywords": [
            "dropbox"
        ]
    },
    {
        "name": "league/flysystem-dropbox",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/flysystem-dropbox.git",
            "reference": "96c37124590bef6277c0e68a12e2dc40e5f82baa"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/flysystem-dropbox/zipball/96c37124590bef6277c0e68a12e2dc40e5f82baa",
            "reference": "96c37124590bef6277c0e68a12e2dc40e5f82baa",
            "shasum": ""
        },
        "require": {
            "dropbox/dropbox-sdk": "~1.1",
            "league/flysystem": "~1.0",
            "php": ">=5.4.0"
        },
        "require-dev": {
            "mockery/mockery": "0.9.*",
            "phpunit/phpunit": "~4.0"
        },
        "time": "2015-05-30 09:18:29",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "League\\Flysystem\\Dropbox\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Frank de Jonge",
                "email": "info@frenky.net"
            }
        ],
        "description": "Flysystem adapter for Dropbox"
    },
    {
        "name": "psr/log",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/log.git",
            "reference": "d8e60a5619fff77f9669da8997697443ef1a1d7e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/log/zipball/d8e60a5619fff77f9669da8997697443ef1a1d7e",
            "reference": "d8e60a5619fff77f9669da8997697443ef1a1d7e",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2016-01-06 21:40:42",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "source",
        "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"
        ]
    },
    {
        "name": "monolog/monolog",
        "version": "1.x-dev",
        "version_normalized": "1.9999999.9999999.9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/Seldaek/monolog.git",
            "reference": "592af02d0c9a7f6c8a345958d8db5d068cf51147"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Seldaek/monolog/zipball/592af02d0c9a7f6c8a345958d8db5d068cf51147",
            "reference": "592af02d0c9a7f6c8a345958d8db5d068cf51147",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0",
            "psr/log": "~1.0"
        },
        "provide": {
            "psr/log-implementation": "1.0.0"
        },
        "require-dev": {
            "aws/aws-sdk-php": "^2.4.9",
            "doctrine/couchdb": "~1.0@dev",
            "graylog2/gelf-php": "~1.0",
            "jakub-onderka/php-parallel-lint": "0.9",
            "php-console/php-console": "^3.1.3",
            "phpunit/phpunit": "~4.5",
            "phpunit/phpunit-mock-objects": "2.3.0",
            "raven/raven": "^0.13",
            "ruflin/elastica": ">=0.90 <3.0",
            "swiftmailer/swiftmailer": "~5.3",
            "videlalvaro/php-amqplib": "~2.4"
        },
        "suggest": {
            "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
            "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
            "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
            "ext-mongo": "Allow sending log messages to a MongoDB server",
            "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
            "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
            "php-console/php-console": "Allow sending log messages to Google Chrome",
            "raven/raven": "Allow sending log messages to a Sentry server",
            "rollbar/rollbar": "Allow sending log messages to Rollbar",
            "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
            "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
        },
        "time": "2015-12-18 18:24:15",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Monolog\\": "src/Monolog"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jordi Boggiano",
                "email": "j.boggiano@seld.be",
                "homepage": "http://seld.be"
            }
        ],
        "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
        "homepage": "http://github.com/Seldaek/monolog",
        "keywords": [
            "log",
            "logging",
            "psr-3"
        ]
    },
    {
        "name": "pimple/pimple",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/silexphp/Pimple.git",
            "reference": "64e0f8320639b434baa073a40dd1e037e3286555"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/silexphp/Pimple/zipball/64e0f8320639b434baa073a40dd1e037e3286555",
            "reference": "64e0f8320639b434baa073a40dd1e037e3286555",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2015-09-11 15:11:22",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.0.x-dev"
            }
        },
        "installation-source": "source",
        "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": "symfony/http-foundation",
        "version": "2.7.x-dev",
        "version_normalized": "2.7.9999999.9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/http-foundation.git",
            "reference": "48966a2d79b4078b4ea39bdb70a7bd10806f9b2c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/http-foundation/zipball/48966a2d79b4078b4ea39bdb70a7bd10806f9b2c",
            "reference": "48966a2d79b4078b4ea39bdb70a7bd10806f9b2c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.9"
        },
        "require-dev": {
            "symfony/expression-language": "~2.4"
        },
        "time": "2016-01-20 06:45:12",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.7-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\HttpFoundation\\": ""
            },
            "classmap": [
                "Resources/stubs"
            ],
            "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"
    },
    {
        "name": "symfony/debug",
        "version": "2.8.x-dev",
        "version_normalized": "2.8.9999999.9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/debug.git",
            "reference": "386364a0e71158615ab9ae76b74bf84efc0bac7e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/debug/zipball/386364a0e71158615ab9ae76b74bf84efc0bac7e",
            "reference": "386364a0e71158615ab9ae76b74bf84efc0bac7e",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.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.2|~3.0.0",
            "symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2|~3.0.0"
        },
        "time": "2016-01-13 10:28:07",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.8-dev"
            }
        },
        "installation-source": "source",
        "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"
    },
    {
        "name": "symfony/http-kernel",
        "version": "2.7.x-dev",
        "version_normalized": "2.7.9999999.9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/http-kernel.git",
            "reference": "3b50e1861271cc861309d80a95117fd1491c6006"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/http-kernel/zipball/3b50e1861271cc861309d80a95117fd1491c6006",
            "reference": "3b50e1861271cc861309d80a95117fd1491c6006",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.9",
            "psr/log": "~1.0",
            "symfony/debug": "~2.6,>=2.6.2",
            "symfony/event-dispatcher": "~2.6,>=2.6.7",
            "symfony/http-foundation": "~2.5,>=2.5.4"
        },
        "conflict": {
            "symfony/config": "<2.7"
        },
        "require-dev": {
            "symfony/browser-kit": "~2.3",
            "symfony/class-loader": "~2.1",
            "symfony/config": "~2.7",
            "symfony/console": "~2.3",
            "symfony/css-selector": "~2.0,>=2.0.5",
            "symfony/dependency-injection": "~2.2",
            "symfony/dom-crawler": "~2.0,>=2.0.5",
            "symfony/expression-language": "~2.4",
            "symfony/finder": "~2.0,>=2.0.5",
            "symfony/process": "~2.0,>=2.0.5",
            "symfony/routing": "~2.2",
            "symfony/stopwatch": "~2.3",
            "symfony/templating": "~2.2",
            "symfony/translation": "~2.0,>=2.0.5",
            "symfony/var-dumper": "~2.6"
        },
        "suggest": {
            "symfony/browser-kit": "",
            "symfony/class-loader": "",
            "symfony/config": "",
            "symfony/console": "",
            "symfony/dependency-injection": "",
            "symfony/finder": "",
            "symfony/var-dumper": ""
        },
        "time": "2016-01-16 04:55:21",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.7-dev"
            }
        },
        "installation-source": "source",
        "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"
    },
    {
        "name": "cksource/ckfinder",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "git@github.com:cksource/ckfinder-connector-php.git",
            "reference": "81a93c35db1534f74ebcf6e09a487904d72be9e9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/cksource/ckfinder-connector-php/zipball/81a93c35db1534f74ebcf6e09a487904d72be9e9",
            "reference": "81a93c35db1534f74ebcf6e09a487904d72be9e9",
            "shasum": ""
        },
        "require": {
            "aws/aws-sdk-php": "~2.7.17",
            "dropbox/dropbox-sdk": "~1.1.1",
            "league/flysystem": "1.0.14",
            "league/flysystem-aws-s3-v2": "1.0.3",
            "league/flysystem-cached-adapter": "1.0.2",
            "league/flysystem-dropbox": "1.0.0",
            "monolog/monolog": "~1.4,>=1.4.1",
            "php": ">=5.4.0",
            "pimple/pimple": "~3.0",
            "symfony/event-dispatcher": ">=2.4,<=2.8-dev",
            "symfony/http-foundation": ">=2.4,<=2.8-dev",
            "symfony/http-kernel": ">=2.4,<=2.8-dev"
        },
        "require-dev": {
            "mikey179/vfsstream": "~1.4",
            "phpunit/phpunit": "~4.0"
        },
        "time": "2015-12-02 15:15:13",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "CKSource": "src/"
            },
            "psr-4": {
                "CKSource\\CKFinder\\Plugin\\": "plugins/"
            }
        },
        "scripts": {
            "fix-code-style": [
                "php-cs-fixer fix"
            ],
            "build-doc": [
                "sh dev/doc/builddoc.sh"
            ],
            "update-locales": [
                "php dev/lang/update-locales.php"
            ]
        },
        "license": [
            "proprietary"
        ],
        "authors": [
            {
                "name": "CKSource",
                "homepage": "http://cksource.com"
            }
        ],
        "description": "CKFinder PHP 5.3+ connector",
        "support": {
            "source": "https://github.com/cksource/ckfinder-connector-php/tree/3.2.0",
            "issues": "https://github.com/cksource/ckfinder-connector-php/issues"
        }
    }
]
