[
    {
        "name": "pear-pear.php.net/Mail_Mime",
        "version": "1.10.0",
        "version_normalized": "1.10.0.0",
        "dist": {
            "type": "file",
            "url": "https://pear.php.net/get/Mail_Mime-1.10.0.tgz",
            "reference": null,
            "shasum": null
        },
        "require": {
            "php": ">=5.0.0.0"
        },
        "replace": {
            "pear-pear/mail_mime": "== 1.10.0.0"
        },
        "type": "pear-library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                ""
            ]
        },
        "include-path": [
            "/"
        ],
        "license": [
            "BSD Style"
        ],
        "description": "Mail_Mime provides classes to deal with the creation and manipulation of MIME messages.\nIt allows people to create e-mail messages consisting of:\n* Text Parts\n* HTML Parts\n* Inline HTML Images\n* Attachments\n* Attached messages\n\nIt supports big messages, base64 and quoted-printable encodings and\nnon-ASCII characters in filenames, subjects, recipients, etc. encoded\nusing RFC2047 and/or RFC2231."
    },
    {
        "name": "pear-pear.php.net/Mail_mimeDecode",
        "version": "1.5.6",
        "version_normalized": "1.5.6.0",
        "dist": {
            "type": "file",
            "url": "https://pear.php.net/get/Mail_mimeDecode-1.5.6.tgz",
            "reference": null,
            "shasum": null
        },
        "require": {
            "pear-pear.php.net/mail_mime": ">1.4.0.0",
            "php": ">=4.3.0.0"
        },
        "replace": {
            "pear-pear/mail_mimedecode": "== 1.5.6.0"
        },
        "type": "pear-library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                ""
            ]
        },
        "include-path": [
            "/"
        ],
        "license": [
            "BSD Style"
        ],
        "description": "Provides a class to deal with the decoding and interpreting of mime messages.\n This package used to be part of the Mail_Mime package, but has been split off."
    },
    {
        "name": "pear-pear.php.net/Net_URL2",
        "version": "2.2.1",
        "version_normalized": "2.2.1.0",
        "dist": {
            "type": "file",
            "url": "https://pear.php.net/get/Net_URL2-2.2.1.tgz",
            "reference": null,
            "shasum": null
        },
        "require": {
            "php": ">=5.1.4.0"
        },
        "replace": {
            "pear-pear/net_url2": "== 2.2.1.0"
        },
        "type": "pear-library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                ""
            ]
        },
        "include-path": [
            "/"
        ],
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Provides parsing of URLs into their constituent parts (scheme, host, path etc.), URL generation, and resolving of\n    relative URLs."
    },
    {
        "name": "pear-pear.php.net/XML_Util",
        "version": "1.3.0",
        "version_normalized": "1.3.0.0",
        "dist": {
            "type": "file",
            "url": "https://pear.php.net/get/XML_Util-1.3.0.tgz",
            "reference": null,
            "shasum": null
        },
        "require": {
            "ext-pcre": "*",
            "php": ">=5.3.0.0"
        },
        "replace": {
            "pear-pear/xml_util": "== 1.3.0.0"
        },
        "type": "pear-library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                ""
            ]
        },
        "include-path": [
            "/"
        ],
        "license": [
            "BSD License"
        ],
        "description": "Selection of methods that are often needed when working with XML documents.  Functionality includes creating of attribute lists from arrays, creation of tags, validation of XML names and more."
    },
    {
        "name": "pear-pear.php.net/Console_Getopt",
        "version": "1.4.1",
        "version_normalized": "1.4.1.0",
        "dist": {
            "type": "file",
            "url": "https://pear.php.net/get/Console_Getopt-1.4.1.tgz",
            "reference": null,
            "shasum": null
        },
        "require": {
            "php": ">=5.4.0.0"
        },
        "replace": {
            "pear-pear/console_getopt": "== 1.4.1.0"
        },
        "type": "pear-library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                ""
            ]
        },
        "include-path": [
            "/"
        ],
        "license": [
            "BSD-2-Clause"
        ],
        "description": "This is a PHP implementation of \"getopt\" supporting both\nshort and long options."
    },
    {
        "name": "pear-pear.php.net/Structures_Graph",
        "version": "1.1.1",
        "version_normalized": "1.1.1.0",
        "dist": {
            "type": "file",
            "url": "https://pear.php.net/get/Structures_Graph-1.1.1.tgz",
            "reference": null,
            "shasum": null
        },
        "require": {
            "php": ">=5.3.0.0"
        },
        "replace": {
            "pear-pear/structures_graph": "== 1.1.1.0"
        },
        "type": "pear-library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                ""
            ]
        },
        "include-path": [
            "/"
        ],
        "license": [
            "LGPL-3.0+"
        ],
        "description": "Structures_Graph is a package for creating and manipulating graph datastructures. It allows building of directed\nand undirected graphs, with data and metadata stored in nodes. The library provides functions for graph traversing\nas well as for characteristic extraction from the graph topology."
    },
    {
        "name": "pear-pear.php.net/Archive_Tar",
        "version": "1.4.2",
        "version_normalized": "1.4.2.0",
        "dist": {
            "type": "file",
            "url": "https://pear.php.net/get/Archive_Tar-1.4.2.tgz",
            "reference": null,
            "shasum": null
        },
        "require": {
            "php": ">=5.2.0.0"
        },
        "replace": {
            "pear-pear/archive_tar": "== 1.4.2.0"
        },
        "type": "pear-library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                ""
            ]
        },
        "include-path": [
            "/"
        ],
        "license": [
            "New BSD License"
        ],
        "description": "This class provides handling of tar files in PHP.\nIt supports creating, listing, extracting and adding to tar files.\nGzip support is available if PHP has the zlib extension built-in or\nloaded. Bz2 compression is also supported with the bz2 extension loaded."
    },
    {
        "name": "pear-pear.php.net/PEAR",
        "version": "1.10.1",
        "version_normalized": "1.10.1.0",
        "dist": {
            "type": "file",
            "url": "https://pear.php.net/get/PEAR-1.10.1.tgz",
            "reference": null,
            "shasum": null
        },
        "require": {
            "ext-pcre": "*",
            "ext-xml": "*",
            "pear-pear.php.net/archive_tar": ">=1.4.0.0",
            "pear-pear.php.net/console_getopt": ">=1.4.1.0",
            "pear-pear.php.net/structures_graph": ">=1.1.0.0",
            "pear-pear.php.net/xml_util": ">=1.3.0.0",
            "php": ">=5.4.0.0"
        },
        "conflict": {
            "pear-pear.php.net/pear_frontend_gtk": "<0.4.0.0",
            "pear-pear.php.net/pear_frontend_web": "<=0.4.0.0"
        },
        "replace": {
            "pear-pear/pear": "== 1.10.1.0"
        },
        "type": "pear-library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                ""
            ]
        },
        "include-path": [
            "/"
        ],
        "license": [
            "New BSD License"
        ],
        "description": "The PEAR package contains:\n * the PEAR installer, for creating, distributing\n   and installing packages\n * the PEAR_Exception PHP5 error handling mechanism\n * the PEAR_ErrorStack advanced error handling mechanism\n * the PEAR_Error error handling mechanism\n * the OS_Guess class for retrieving info about the OS\n   where PHP is running on\n * the System class for quick handling of common operations\n   with files and directories\n * the PEAR base class\n  Features in a nutshell:\n  * full support for channels\n  * pre-download dependency validation\n  * new package.xml 2.0 format allows tremendous flexibility while maintaining BC\n  * support for optional dependency groups and limited support for sub-packaging\n  * robust dependency support\n  * full dependency validation on uninstall\n  * remote install for hosts with only ftp access - no more problems with\n    restricted host installation\n  * full support for mirroring\n  * support for bundling several packages into a single tarball\n  * support for static dependencies on a url-based package\n  * support for custom file roles and installation tasks"
    },
    {
        "name": "pear-pear.php.net/HTTP_Request2",
        "version": "2.3.0",
        "version_normalized": "2.3.0.0",
        "dist": {
            "type": "file",
            "url": "https://pear.php.net/get/HTTP_Request2-2.3.0.tgz",
            "reference": null,
            "shasum": null
        },
        "require": {
            "pear-pear.php.net/net_url2": ">=2.2.0.0",
            "pear-pear.php.net/pear": ">=1.9.2.0",
            "php": ">=5.2.0.0"
        },
        "replace": {
            "pear-pear/http_request2": "== 2.3.0.0"
        },
        "type": "pear-library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                ""
            ]
        },
        "include-path": [
            "/"
        ],
        "license": [
            "BSD 3-Clause License"
        ],
        "description": "PHP5 rewrite of HTTP_Request package (with parts of HTTP_Client). Provides\ncleaner API and pluggable Adapters:\n  * Socket adapter, based on old HTTP_Request code,\n  * Curl adapter, wraps around PHP's cURL extension,\n  * Mock adapter, to use for testing packages dependent on HTTP_Request2.\nSupports POST requests with data and file uploads, basic and digest\nauthentication, cookies, managing cookies across requests, proxies, gzip and\ndeflate encodings, redirects, monitoring the request progress with Observers..."
    },
    {
        "name": "microsoft/windowsazure",
        "version": "v0.4.0",
        "version_normalized": "0.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Azure/azure-sdk-for-php.git",
            "reference": "61d4e12495358491f62cc5bd8716335b0b313488"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Azure/azure-sdk-for-php/zipball/61d4e12495358491f62cc5bd8716335b0b313488",
            "reference": "61d4e12495358491f62cc5bd8716335b0b313488",
            "shasum": ""
        },
        "require": {
            "pear-pear/http_request2": "*",
            "pear-pear/mail_mime": "*",
            "pear-pear/mail_mimedecode": "*"
        },
        "time": "2014-01-23 05:45:10",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "WindowsAzure\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache-2.0"
        ],
        "authors": [
            {
                "name": "Azure PHP SDK",
                "email": "azurephpsdk@microsoft.com"
            }
        ],
        "description": "This project provides a set of PHP client libraries that make it easy to access Windows Azure tables, blobs, queues, service runtime and service management APIs.",
        "keywords": [
            "azure",
            "php",
            "sdk"
        ]
    },
    {
        "name": "league/flysystem",
        "version": "1.0.27",
        "version_normalized": "1.0.27.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/flysystem.git",
            "reference": "50e2045ed70a7e75a5e30bc3662904f3b67af8a9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/50e2045ed70a7e75a5e30bc3662904f3b67af8a9",
            "reference": "50e2045ed70a7e75a5e30bc3662904f3b67af8a9",
            "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",
            "phpunit/phpunit": "~4.8"
        },
        "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": "2016-08-10 08:55:11",
        "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-azure",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/zaak/flysystem-azure",
            "reference": "d6556e9aea541e50577ae0f48164e482622ff099"
        },
        "require": {
            "league/flysystem": "~1.0",
            "microsoft/windowsazure": "~0.4.0",
            "pear-pear.php.net/http_request2": "*",
            "pear-pear.php.net/mail_mime": "*",
            "pear-pear.php.net/mail_mimedecode": "*",
            "php": ">=5.4.0"
        },
        "require-dev": {
            "mockery/mockery": "~0.9",
            "phpunit/phpunit": "~4.0"
        },
        "time": "2016-01-22 10:39:07",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "League\\Flysystem\\Azure\\": "src/"
            }
        },
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Frank de Jonge",
                "email": "info@frenky.net"
            }
        ],
        "description": "Flysystem adapter for Windows Azure"
    },
    {
        "name": "psr/cache",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/cache.git",
            "reference": "9e66031f41fbbdda45ee11e93c45d480ccba3eb3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/cache/zipball/9e66031f41fbbdda45ee11e93c45d480ccba3eb3",
            "reference": "9e66031f41fbbdda45ee11e93c45d480ccba3eb3",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2015-12-11 02:52:07",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Cache\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for caching libraries",
        "keywords": [
            "cache",
            "psr",
            "psr-6"
        ]
    },
    {
        "name": "league/flysystem-cached-adapter",
        "version": "1.0.3",
        "version_normalized": "1.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/flysystem-cached-adapter.git",
            "reference": "f006cb3c355ae596c72ba8ca4cf3aa4bb545bc0c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/flysystem-cached-adapter/zipball/f006cb3c355ae596c72ba8ca4cf3aa4bb545bc0c",
            "reference": "f006cb3c355ae596c72ba8ca4cf3aa4bb545bc0c",
            "shasum": ""
        },
        "require": {
            "league/flysystem": "~1.0",
            "psr/cache": "1.0.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": "2016-01-25 08:21:11",
        "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": "2b096845cbe49f4616dc90494e1a68d48e9bba23"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/2b096845cbe49f4616dc90494e1a68d48e9bba23",
            "reference": "2b096845cbe49f4616dc90494e1a68d48e9bba23",
            "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-08-09 09:00:18",
        "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"
        ],
        "abandoned": "guzzlehttp/guzzle"
    },
    {
        "name": "aws/aws-sdk-php",
        "version": "2.8.31",
        "version_normalized": "2.8.31.0",
        "source": {
            "type": "git",
            "url": "https://github.com/aws/aws-sdk-php.git",
            "reference": "64fa4b07f056e338a5f0f29eece75babaa83af68"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/64fa4b07f056e338a5f0f29eece75babaa83af68",
            "reference": "64fa4b07f056e338a5f0f29eece75babaa83af68",
            "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",
            "phpunit/phpunit-mock-objects": "2.3.1",
            "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": "2016-07-25 18:03:20",
        "type": "library",
        "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.7",
        "version_normalized": "1.1.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/dropbox/dropbox-sdk-php.git",
            "reference": "0f1a178ca9c0271bca6426dde8f5a2241578deae"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dropbox/dropbox-sdk-php/zipball/0f1a178ca9c0271bca6426dde8f5a2241578deae",
            "reference": "0f1a178ca9c0271bca6426dde8f5a2241578deae",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "php": ">= 5.3"
        },
        "require-dev": {
            "apigen/apigen": "4.1.2",
            "phpunit/phpunit": "~4.0",
            "squizlabs/php_codesniffer": "2.0.0RC3"
        },
        "time": "2016-08-08 23:48:49",
        "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": "5277094ed527a1c4477177d102fe4c53551953e0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/log/zipball/5277094ed527a1c4477177d102fe4c53551953e0",
            "reference": "5277094ed527a1c4477177d102fe4c53551953e0",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2016-09-19 16:02:08",
        "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": "pimple/pimple",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/silexphp/Pimple.git",
            "reference": "44515c40a4c4effc53c1e6c0e7158f711473dc98"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/silexphp/Pimple/zipball/44515c40a4c4effc53c1e6c0e7158f711473dc98",
            "reference": "44515c40a4c4effc53c1e6c0e7158f711473dc98",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2016-09-10 19:36:25",
        "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/polyfill-mbstring",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-mbstring.git",
            "reference": "53ad9faffe141fbe8f98cd6a7fd9a5e84513f56c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/53ad9faffe141fbe8f98cd6a7fd9a5e84513f56c",
            "reference": "53ad9faffe141fbe8f98cd6a7fd9a5e84513f56c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-mbstring": "For best performance"
        },
        "time": "2016-08-30 17:06:17",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2-dev"
            }
        },
        "installation-source": "source",
        "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"
        ]
    },
    {
        "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": "4b590c1e6f8045befac815b41a924b9b815f97bd"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/http-foundation/zipball/4b590c1e6f8045befac815b41a924b9b815f97bd",
            "reference": "4b590c1e6f8045befac815b41a924b9b815f97bd",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.9",
            "symfony/polyfill-mbstring": "~1.1"
        },
        "require-dev": {
            "symfony/expression-language": "~2.4"
        },
        "time": "2016-09-06 09:29:51",
        "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": "8c29235936a47473af16fb91c7c4b7b193c5693c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/debug/zipball/8c29235936a47473af16fb91c7c4b7b193c5693c",
            "reference": "8c29235936a47473af16fb91c7c4b7b193c5693c",
            "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-09-06 10:55:00",
        "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": "cksource/ckfinder",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "git@github.com:cksource/ckfinder-connector-php.git",
            "reference": "e0172e81317218a4649eb50814c4bb10c5706619"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/cksource/ckfinder-connector-php/zipball/e0172e81317218a4649eb50814c4bb10c5706619",
            "reference": "e0172e81317218a4649eb50814c4bb10c5706619",
            "shasum": ""
        },
        "require": {
            "aws/aws-sdk-php": "2.8.31",
            "dropbox/dropbox-sdk": "~1.1.1",
            "league/flysystem": "1.0.27",
            "league/flysystem-aws-s3-v2": "1.0.3",
            "league/flysystem-azure": "dev-master",
            "league/flysystem-cached-adapter": "1.0.3",
            "league/flysystem-dropbox": "1.0.0",
            "microsoft/windowsazure": "0.4.0",
            "monolog/monolog": "~1.4,>=1.4.1",
            "pear-pear.php.net/http_request2": "*",
            "pear-pear.php.net/mail_mime": "*",
            "pear-pear.php.net/mail_mimedecode": "*",
            "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": "2016-09-07 12:03:36",
        "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": [
                "git subtree pull --prefix src/CKSource/CKFinder/locales translations master --squash"
            ]
        },
        "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/master",
            "issues": "https://github.com/cksource/ckfinder-connector-php/issues"
        }
    },
    {
        "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": "dacec2fe1ead778f90d0149caa8f047a0856571b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Seldaek/monolog/zipball/dacec2fe1ead778f90d0149caa8f047a0856571b",
            "reference": "dacec2fe1ead778f90d0149caa8f047a0856571b",
            "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-amqplib/php-amqplib": "~2.4",
            "php-console/php-console": "^3.1.3",
            "phpunit/phpunit": "~4.5",
            "phpunit/phpunit-mock-objects": "2.3.0",
            "ruflin/elastica": ">=0.90 <3.0",
            "sentry/sentry": "^0.13",
            "swiftmailer/swiftmailer": "~5.3"
        },
        "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-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
            "php-console/php-console": "Allow sending log messages to Google Chrome",
            "rollbar/rollbar": "Allow sending log messages to Rollbar",
            "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
            "sentry/sentry": "Allow sending log messages to a Sentry server"
        },
        "time": "2016-09-18 16:07:11",
        "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": "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": "0f99ec91247e20f7b1a6d31dc80e70289bc2b17a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/http-kernel/zipball/0f99ec91247e20f7b1a6d31dc80e70289bc2b17a",
            "reference": "0f99ec91247e20f7b1a6d31dc80e70289bc2b17a",
            "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.7.15|~2.8.8"
        },
        "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-09-14 19:08:00",
        "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"
    }
]
