[
    {
        "name": "firebase\/php-jwt",
        "version": "v5.0.0",
        "version_normalized": "5.0.0.0",
        "source": {
            "type": "git",
            "url": "https:\/\/github.com\/firebase\/php-jwt.git",
            "reference": "9984a4d3a32ae7673d6971ea00bae9d0a1abba0e"
        },
        "dist": {
            "type": "zip",
            "url": "https:\/\/api.github.com\/repos\/firebase\/php-jwt\/zipball\/9984a4d3a32ae7673d6971ea00bae9d0a1abba0e",
            "reference": "9984a4d3a32ae7673d6971ea00bae9d0a1abba0e",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "phpunit\/phpunit": " 4.8.35"
        },
        "time": "2017-06-27T22:17:23+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "DeliciousBrains\\WP_Offload_Media\\Gcp\\Firebase\\JWT\\": "src"
            }
        },
        "notification-url": "https:\/\/packagist.org\/downloads\/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Neuman Vong",
                "email": "neuman+pear@twilio.com",
                "role": "Developer"
            },
            {
                "name": "Anant Narayanan",
                "email": "anant@php.net",
                "role": "Developer"
            }
        ],
        "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
        "homepage": "https:\/\/github.com\/firebase\/php-jwt"
    },
    {
        "name": "google\/auth",
        "version": "v1.6.1",
        "version_normalized": "1.6.1.0",
        "source": {
            "type": "git",
            "url": "https:\/\/github.com\/googleapis\/google-auth-library-php.git",
            "reference": "45635ac69d0b95f38885531d4ebcdfcb2ebb6f36"
        },
        "dist": {
            "type": "zip",
            "url": "https:\/\/api.github.com\/repos\/googleapis\/google-auth-library-php\/zipball\/45635ac69d0b95f38885531d4ebcdfcb2ebb6f36",
            "reference": "45635ac69d0b95f38885531d4ebcdfcb2ebb6f36",
            "shasum": ""
        },
        "require": {
            "firebase\/php-jwt": "~2.0|~3.0|~4.0|~5.0",
            "guzzlehttp\/guzzle": "~5.3.1|~6.0",
            "guzzlehttp\/psr7": "^1.2",
            "php": ">=5.4",
            "psr\/cache": "^1.0",
            "psr\/http-message": "^1.0"
        },
        "require-dev": {
            "friendsofphp\/php-cs-fixer": "^1.11",
            "guzzlehttp\/promises": "0.1.1|^1.3",
            "phpseclib\/phpseclib": "^2",
            "phpunit\/phpunit": "^4.8.36|^5.7",
            "sebastian\/comparator": ">=1.2.3"
        },
        "suggest": {
            "phpseclib\/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2."
        },
        "time": "2019-10-29T20:13:04+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "DeliciousBrains\\WP_Offload_Media\\Gcp\\Google\\Auth\\": "src"
            }
        },
        "notification-url": "https:\/\/packagist.org\/downloads\/",
        "license": [
            "Apache-2.0"
        ],
        "description": "Google Auth Library for PHP",
        "homepage": "http:\/\/github.com\/google\/google-auth-library-php",
        "keywords": [
            "Authentication",
            "google",
            "oauth2"
        ]
    },
    {
        "name": "google\/cloud-core",
        "version": "v1.34.0",
        "version_normalized": "1.34.0.0",
        "source": {
            "type": "git",
            "url": "https:\/\/github.com\/googleapis\/google-cloud-php-core.git",
            "reference": "52db21acb2da25d2d79e493842de58da7836c97f"
        },
        "dist": {
            "type": "zip",
            "url": "https:\/\/api.github.com\/repos\/googleapis\/google-cloud-php-core\/zipball\/52db21acb2da25d2d79e493842de58da7836c97f",
            "reference": "52db21acb2da25d2d79e493842de58da7836c97f",
            "shasum": ""
        },
        "require": {
            "google\/auth": "^1.6",
            "guzzlehttp\/guzzle": "^5.3|^6.0",
            "guzzlehttp\/promises": "^1.3",
            "guzzlehttp\/psr7": "^1.2",
            "monolog\/monolog": "^1.1|^2.0",
            "php": ">=5.5",
            "psr\/http-message": "1.0.*",
            "rize\/uri-template": "~0.3"
        },
        "require-dev": {
            "erusev\/parsedown": "^1.6",
            "google\/common-protos": "^1.0",
            "google\/gax": "^1.1",
            "opis\/closure": "^3",
            "phpdocumentor\/reflection": "^3.0",
            "phpunit\/phpunit": "^4.8|^5.0",
            "squizlabs\/php_codesniffer": "2.*"
        },
        "suggest": {
            "opis\/closure": "May be used to serialize closures to process jobs in the batch daemon. Please require version ^3.",
            "symfony\/lock": "Required for the Spanner cached based session pool. Please require the following commit: 3.3.x-dev#1ba6ac9"
        },
        "time": "2019-10-28T19:05:44+00:00",
        "bin": [
            "bin\/google-cloud-batch"
        ],
        "type": "library",
        "extra": {
            "component": {
                "id": "cloud-core",
                "target": "googleapis\/google-cloud-php-core.git",
                "path": "Core",
                "entry": "src\/ServiceBuilder.php"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "DeliciousBrains\\WP_Offload_Media\\Gcp\\Google\\Cloud\\Core\\": "src"
            }
        },
        "notification-url": "https:\/\/packagist.org\/downloads\/",
        "license": [
            "Apache-2.0"
        ],
        "description": "Google Cloud PHP shared dependency, providing functionality useful to all components."
    },
    {
        "name": "google\/cloud-storage",
        "version": "v1.16.0",
        "version_normalized": "1.16.0.0",
        "source": {
            "type": "git",
            "url": "https:\/\/github.com\/googleapis\/google-cloud-php-storage.git",
            "reference": "308ad790b257286e02777e3bf1a2c0473a4651a7"
        },
        "dist": {
            "type": "zip",
            "url": "https:\/\/api.github.com\/repos\/googleapis\/google-cloud-php-storage\/zipball\/308ad790b257286e02777e3bf1a2c0473a4651a7",
            "reference": "308ad790b257286e02777e3bf1a2c0473a4651a7",
            "shasum": ""
        },
        "require": {
            "google\/cloud-core": "^1.31",
            "google\/crc32": "^0.1.0"
        },
        "require-dev": {
            "erusev\/parsedown": "^1.6",
            "google\/cloud-pubsub": "^1.0",
            "phpdocumentor\/reflection": "^3.0",
            "phpseclib\/phpseclib": "^2",
            "phpunit\/phpunit": "^4.8|^5.0",
            "squizlabs\/php_codesniffer": "2.*"
        },
        "suggest": {
            "google\/cloud-pubsub": "May be used to register a topic to receive bucket notifications.",
            "phpseclib\/phpseclib": "May be used in place of OpenSSL for creating signed Cloud Storage URLs. Please require version ^2."
        },
        "time": "2019-11-12T23:35:42+00:00",
        "type": "library",
        "extra": {
            "component": {
                "id": "cloud-storage",
                "target": "googleapis\/google-cloud-php-storage.git",
                "path": "Storage",
                "entry": "src\/StorageClient.php"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "DeliciousBrains\\WP_Offload_Media\\Gcp\\Google\\Cloud\\Storage\\": "src"
            }
        },
        "notification-url": "https:\/\/packagist.org\/downloads\/",
        "license": [
            "Apache-2.0"
        ],
        "description": "Cloud Storage Client for PHP"
    },
    {
        "name": "google\/crc32",
        "version": "v0.1.0",
        "version_normalized": "0.1.0.0",
        "source": {
            "type": "git",
            "url": "https:\/\/github.com\/google\/php-crc32.git",
            "reference": "a8525f0dea6fca1893e1bae2f6e804c5f7d007fb"
        },
        "dist": {
            "type": "zip",
            "url": "https:\/\/api.github.com\/repos\/google\/php-crc32\/zipball\/a8525f0dea6fca1893e1bae2f6e804c5f7d007fb",
            "reference": "a8525f0dea6fca1893e1bae2f6e804c5f7d007fb",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4"
        },
        "require-dev": {
            "friendsofphp\/php-cs-fixer": "^1.13 || v2.14.2",
            "paragonie\/random_compat": ">=2",
            "phpunit\/phpunit": "^4"
        },
        "time": "2019-05-09T06:24:58+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "DeliciousBrains\\WP_Offload_Media\\Gcp\\Google\\CRC32\\": "src"
            }
        },
        "notification-url": "https:\/\/packagist.org\/downloads\/",
        "license": [
            "Apache-2.0"
        ],
        "authors": [
            {
                "name": "Andrew Brampton",
                "email": "bramp@google.com"
            }
        ],
        "description": "Various CRC32 implementations",
        "homepage": "https:\/\/github.com\/google\/php-crc32"
    },
    {
        "name": "guzzlehttp\/guzzle",
        "version": "6.4.1",
        "version_normalized": "6.4.1.0",
        "source": {
            "type": "git",
            "url": "https:\/\/github.com\/guzzle\/guzzle.git",
            "reference": "0895c932405407fd3a7368b6910c09a24d26db11"
        },
        "dist": {
            "type": "zip",
            "url": "https:\/\/api.github.com\/repos\/guzzle\/guzzle\/zipball\/0895c932405407fd3a7368b6910c09a24d26db11",
            "reference": "0895c932405407fd3a7368b6910c09a24d26db11",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "guzzlehttp\/promises": "^1.0",
            "guzzlehttp\/psr7": "^1.6.1",
            "php": ">=5.5"
        },
        "require-dev": {
            "ext-curl": "*",
            "phpunit\/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
            "psr\/log": "^1.1"
        },
        "suggest": {
            "psr\/log": "Required for using the Log middleware"
        },
        "time": "2019-10-23T15:58:00+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "6.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "DeliciousBrains\\WP_Offload_Media\\Gcp\\GuzzleHttp\\": "src\/"
            },
            "files": [
                "src\/functions_include.php"
            ]
        },
        "notification-url": "https:\/\/packagist.org\/downloads\/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https:\/\/github.com\/mtdowling"
            }
        ],
        "description": "Guzzle is a PHP HTTP client library",
        "homepage": "http:\/\/guzzlephp.org\/",
        "keywords": [
            "client",
            "curl",
            "framework",
            "http",
            "http client",
            "rest",
            "web service"
        ]
    },
    {
        "name": "guzzlehttp\/promises",
        "version": "v1.3.1",
        "version_normalized": "1.3.1.0",
        "source": {
            "type": "git",
            "url": "https:\/\/github.com\/guzzle\/promises.git",
            "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
        },
        "dist": {
            "type": "zip",
            "url": "https:\/\/api.github.com\/repos\/guzzle\/promises\/zipball\/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
            "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.0"
        },
        "require-dev": {
            "phpunit\/phpunit": "^4.0"
        },
        "time": "2016-12-20T10:07:11+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "DeliciousBrains\\WP_Offload_Media\\Gcp\\GuzzleHttp\\Promise\\": "src\/"
            },
            "files": [
                "src\/functions_include.php"
            ]
        },
        "notification-url": "https:\/\/packagist.org\/downloads\/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https:\/\/github.com\/mtdowling"
            }
        ],
        "description": "Guzzle promises library",
        "keywords": [
            "promise"
        ]
    },
    {
        "name": "guzzlehttp\/psr7",
        "version": "1.6.1",
        "version_normalized": "1.6.1.0",
        "source": {
            "type": "git",
            "url": "https:\/\/github.com\/guzzle\/psr7.git",
            "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
        },
        "dist": {
            "type": "zip",
            "url": "https:\/\/api.github.com\/repos\/guzzle\/psr7\/zipball\/239400de7a173fe9901b9ac7c06497751f00727a",
            "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0",
            "psr\/http-message": "~1.0",
            "ralouphie\/getallheaders": "^2.0.5 || ^3.0.0"
        },
        "provide": {
            "psr\/http-message-implementation": "1.0"
        },
        "require-dev": {
            "ext-zlib": "*",
            "phpunit\/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
        },
        "suggest": {
            "zendframework\/zend-httphandlerrunner": "Emit PSR-7 responses"
        },
        "time": "2019-07-01T23:21:34+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.6-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "DeliciousBrains\\WP_Offload_Media\\Gcp\\GuzzleHttp\\Psr7\\": "src\/"
            },
            "files": [
                "src\/functions_include.php"
            ]
        },
        "notification-url": "https:\/\/packagist.org\/downloads\/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https:\/\/github.com\/mtdowling"
            },
            {
                "name": "Tobias Schultze",
                "homepage": "https:\/\/github.com\/Tobion"
            }
        ],
        "description": "PSR-7 message implementation that also provides common utility methods",
        "keywords": [
            "http",
            "message",
            "psr-7",
            "request",
            "response",
            "stream",
            "uri",
            "url"
        ]
    },
    {
        "name": "monolog\/monolog",
        "version": "1.25.2",
        "version_normalized": "1.25.2.0",
        "source": {
            "type": "git",
            "url": "https:\/\/github.com\/Seldaek\/monolog.git",
            "reference": "d5e2fb341cb44f7e2ab639d12a1e5901091ec287"
        },
        "dist": {
            "type": "zip",
            "url": "https:\/\/api.github.com\/repos\/Seldaek\/monolog\/zipball\/d5e2fb341cb44f7e2ab639d12a1e5901091ec287",
            "reference": "d5e2fb341cb44f7e2ab639d12a1e5901091ec287",
            "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 || ^3.0",
            "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|^6.0"
        },
        "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": "2019-11-13T10:00:05+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "DeliciousBrains\\WP_Offload_Media\\Gcp\\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": "psr\/cache",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https:\/\/github.com\/php-fig\/cache.git",
            "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
        },
        "dist": {
            "type": "zip",
            "url": "https:\/\/api.github.com\/repos\/php-fig\/cache\/zipball\/d11b50ad223250cf17b86e38383413f5a6764bf8",
            "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2016-08-06T20:24:11+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "DeliciousBrains\\WP_Offload_Media\\Gcp\\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": "psr\/http-message",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https:\/\/github.com\/php-fig\/http-message.git",
            "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
        },
        "dist": {
            "type": "zip",
            "url": "https:\/\/api.github.com\/repos\/php-fig\/http-message\/zipball\/f6561bf28d520154e4b0ec72be95418abe6d9363",
            "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2016-08-06T14:39:51+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "DeliciousBrains\\WP_Offload_Media\\Gcp\\Psr\\Http\\Message\\": "src\/"
            }
        },
        "notification-url": "https:\/\/packagist.org\/downloads\/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http:\/\/www.php-fig.org\/"
            }
        ],
        "description": "Common interface for HTTP messages",
        "homepage": "https:\/\/github.com\/php-fig\/http-message",
        "keywords": [
            "http",
            "http-message",
            "psr",
            "psr-7",
            "request",
            "response"
        ]
    },
    {
        "name": "psr\/log",
        "version": "1.1.2",
        "version_normalized": "1.1.2.0",
        "source": {
            "type": "git",
            "url": "https:\/\/github.com\/php-fig\/log.git",
            "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801"
        },
        "dist": {
            "type": "zip",
            "url": "https:\/\/api.github.com\/repos\/php-fig\/log\/zipball\/446d54b4cb6bf489fc9d75f55843658e6f25d801",
            "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2019-11-01T11:05:21+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "DeliciousBrains\\WP_Offload_Media\\Gcp\\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": "ralouphie\/getallheaders",
        "version": "3.0.3",
        "version_normalized": "3.0.3.0",
        "source": {
            "type": "git",
            "url": "https:\/\/github.com\/ralouphie\/getallheaders.git",
            "reference": "120b605dfeb996808c31b6477290a714d356e822"
        },
        "dist": {
            "type": "zip",
            "url": "https:\/\/api.github.com\/repos\/ralouphie\/getallheaders\/zipball\/120b605dfeb996808c31b6477290a714d356e822",
            "reference": "120b605dfeb996808c31b6477290a714d356e822",
            "shasum": ""
        },
        "require": {
            "php": ">=5.6"
        },
        "require-dev": {
            "php-coveralls\/php-coveralls": "^2.1",
            "phpunit\/phpunit": "^5 || ^6.5"
        },
        "time": "2019-03-08T08:55:37+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src\/getallheaders.php"
            ]
        },
        "notification-url": "https:\/\/packagist.org\/downloads\/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ralph Khattar",
                "email": "ralph.khattar@gmail.com"
            }
        ],
        "description": "A polyfill for getallheaders."
    },
    {
        "name": "rize\/uri-template",
        "version": "0.3.2",
        "version_normalized": "0.3.2.0",
        "source": {
            "type": "git",
            "url": "https:\/\/github.com\/rize\/UriTemplate.git",
            "reference": "9e5fdd5c47147aa5adf7f760002ee591ed37b9ca"
        },
        "dist": {
            "type": "zip",
            "url": "https:\/\/api.github.com\/repos\/rize\/UriTemplate\/zipball\/9e5fdd5c47147aa5adf7f760002ee591ed37b9ca",
            "reference": "9e5fdd5c47147aa5adf7f760002ee591ed37b9ca",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "phpunit\/phpunit": "~4.0.0"
        },
        "time": "2017-06-14T03:57:53+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Rize\\UriTemplate": "src\/"
            }
        },
        "notification-url": "https:\/\/packagist.org\/downloads\/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Marut K",
                "homepage": "http:\/\/twitter.com\/rezigned"
            }
        ],
        "description": "PHP URI Template (RFC 6570) supports both expansion & extraction",
        "keywords": [
            "RFC 6570",
            "template",
            "uri"
        ]
    }
]