[
    {
        "name": "doctrine/inflector",
        "version": "2.1.x-dev",
        "version_normalized": "2.1.9999999.9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/inflector.git",
            "reference": "c6a0da4f0e06aa5cd83a2c1a4e449fae98c8bad7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/inflector/zipball/c6a0da4f0e06aa5cd83a2c1a4e449fae98c8bad7",
            "reference": "c6a0da4f0e06aa5cd83a2c1a4e449fae98c8bad7",
            "shasum": ""
        },
        "require": {
            "php": "^7.2 || ^8.0"
        },
        "require-dev": {
            "doctrine/coding-standard": "^8.2",
            "phpstan/phpstan": "^0.12",
            "phpstan/phpstan-phpunit": "^0.12",
            "phpstan/phpstan-strict-rules": "^0.12",
            "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
        },
        "time": "2020-10-28T16:09:51+00:00",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
        "homepage": "https://www.doctrine-project.org/projects/inflector.html",
        "keywords": [
            "inflection",
            "inflector",
            "lowercase",
            "manipulation",
            "php",
            "plural",
            "singular",
            "strings",
            "uppercase",
            "words"
        ]
    },
    {
        "name": "guzzlehttp/command",
        "version": "1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/command.git",
            "reference": "713b58dc242a96eb4c463413d628b2df59f69595"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/command/zipball/713b58dc242a96eb4c463413d628b2df59f69595",
            "reference": "713b58dc242a96eb4c463413d628b2df59f69595",
            "shasum": ""
        },
        "require": {
            "guzzlehttp/guzzle": "^7.0.1",
            "guzzlehttp/promises": "~1.3",
            "guzzlehttp/psr7": "~1.0",
            "php": ">=7.2.5"
        },
        "require-dev": {
            "phpunit/phpunit": "^8.5.5"
        },
        "time": "2020-09-28T21:43:57+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.9-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\Command\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            },
            {
                "name": "Jeremy Lindblom",
                "email": "jeremeamia@gmail.com",
                "homepage": "https://github.com/jeremeamia"
            }
        ],
        "description": "Provides the foundation for building command-based web service clients"
    },
    {
        "name": "guzzlehttp/guzzle",
        "version": "7.2.0",
        "version_normalized": "7.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/guzzle.git",
            "reference": "0aa74dfb41ae110835923ef10a9d803a22d50e79"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/guzzle/zipball/0aa74dfb41ae110835923ef10a9d803a22d50e79",
            "reference": "0aa74dfb41ae110835923ef10a9d803a22d50e79",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "guzzlehttp/promises": "^1.4",
            "guzzlehttp/psr7": "^1.7",
            "php": "^7.2.5 || ^8.0",
            "psr/http-client": "^1.0"
        },
        "provide": {
            "psr/http-client-implementation": "1.0"
        },
        "require-dev": {
            "ext-curl": "*",
            "php-http/client-integration-tests": "^3.0",
            "phpunit/phpunit": "^8.5.5 || ^9.3.5",
            "psr/log": "^1.1"
        },
        "suggest": {
            "ext-curl": "Required for CURL handler support",
            "ext-intl": "Required for Internationalized Domain Name (IDN) support",
            "psr/log": "Required for using the Log middleware"
        },
        "time": "2020-10-10T11:47:56+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "7.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "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"
            },
            {
                "name": "Márk Sági-Kazár",
                "email": "mark.sagikazar@gmail.com",
                "homepage": "https://sagikazarmark.hu"
            }
        ],
        "description": "Guzzle is a PHP HTTP client library",
        "homepage": "http://guzzlephp.org/",
        "keywords": [
            "client",
            "curl",
            "framework",
            "http",
            "http client",
            "psr-18",
            "psr-7",
            "rest",
            "web service"
        ]
    },
    {
        "name": "guzzlehttp/guzzle-services",
        "version": "1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/guzzle-services.git",
            "reference": "21e931a4784a132fa78ea7c37abf0e806b053c23"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/guzzle-services/zipball/21e931a4784a132fa78ea7c37abf0e806b053c23",
            "reference": "21e931a4784a132fa78ea7c37abf0e806b053c23",
            "shasum": ""
        },
        "require": {
            "guzzlehttp/command": "^1.1.0",
            "guzzlehttp/guzzle": "^7.0.1",
            "guzzlehttp/uri-template": "^0.2.0",
            "php": ">=7.3"
        },
        "require-dev": {
            "phpunit/phpunit": "~9.0"
        },
        "suggest": {
            "gimler/guzzle-description-loader": "^0.0.4"
        },
        "time": "2020-11-13T22:17:22+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\Command\\Guzzle\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            },
            {
                "name": "Jeremy Lindblom",
                "email": "jeremeamia@gmail.com",
                "homepage": "https://github.com/jeremeamia"
            },
            {
                "name": "Stefano Kowalke",
                "email": "blueduck@mail.org",
                "homepage": "https://github.com/konafets"
            }
        ],
        "description": "Provides an implementation of the Guzzle Command library that uses Guzzle service descriptions to describe web services, serialize requests, and parse responses into easy to use model structures."
    },
    {
        "name": "guzzlehttp/promises",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/promises.git",
            "reference": "ddfeedfff2a52661429437da0702979f708e6ac6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/promises/zipball/ddfeedfff2a52661429437da0702979f708e6ac6",
            "reference": "ddfeedfff2a52661429437da0702979f708e6ac6",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5"
        },
        "require-dev": {
            "symfony/phpunit-bridge": "^4.4 || ^5.1"
        },
        "time": "2020-10-19T16:50:15+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "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.x-dev",
        "version_normalized": "1.9999999.9999999.9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/psr7.git",
            "reference": "25f7f893f0b52b7b14e244a16679d72b1f0088de"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/psr7/zipball/25f7f893f0b52b7b14e244a16679d72b1f0088de",
            "reference": "25f7f893f0b52b7b14e244a16679d72b1f0088de",
            "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.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
        },
        "suggest": {
            "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
        },
        "time": "2020-10-22T07:42:05+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.7-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "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": "guzzlehttp/uri-template",
        "version": "v0.2.0",
        "version_normalized": "0.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/uri-template.git",
            "reference": "db46525d6d8fee71033b73cc07160f3e5271a8ce"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/uri-template/zipball/db46525d6d8fee71033b73cc07160f3e5271a8ce",
            "reference": "db46525d6d8fee71033b73cc07160f3e5271a8ce",
            "shasum": ""
        },
        "require": {
            "php": "^7.1 || ^8.0",
            "symfony/polyfill-php80": "^1.17"
        },
        "require-dev": {
            "phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.3",
            "uri-template/tests": "1.0.0"
        },
        "time": "2020-07-21T13:45:09+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\UriTemplate\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "George Mponos",
                "email": "gmponos@gmail.com",
                "homepage": "https://github.com/gmponos",
                "role": "Developer"
            }
        ],
        "description": "A polyfill class for uri_template of PHP",
        "homepage": "https://github.com/guzzlehttp/uri-template",
        "keywords": [
            "guzzlehttp",
            "uri-template"
        ]
    },
    {
        "name": "monolog/monolog",
        "version": "2.1.0",
        "version_normalized": "2.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Seldaek/monolog.git",
            "reference": "38914429aac460e8e4616c8cb486ecb40ec90bb1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Seldaek/monolog/zipball/38914429aac460e8e4616c8cb486ecb40ec90bb1",
            "reference": "38914429aac460e8e4616c8cb486ecb40ec90bb1",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2",
            "psr/log": "^1.0.1"
        },
        "provide": {
            "psr/log-implementation": "1.0.0"
        },
        "require-dev": {
            "aws/aws-sdk-php": "^2.4.9 || ^3.0",
            "doctrine/couchdb": "~1.0@dev",
            "elasticsearch/elasticsearch": "^6.0",
            "graylog2/gelf-php": "^1.4.2",
            "php-amqplib/php-amqplib": "~2.4",
            "php-console/php-console": "^3.1.3",
            "php-parallel-lint/php-parallel-lint": "^1.0",
            "phpspec/prophecy": "^1.6.1",
            "phpunit/phpunit": "^8.5",
            "predis/predis": "^1.1",
            "rollbar/rollbar": "^1.3",
            "ruflin/elastica": ">=0.90 <3.0",
            "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",
            "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
            "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
            "ext-mbstring": "Allow to work properly with unicode symbols",
            "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
            "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
            "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
            "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"
        },
        "time": "2020-05-22T08:12:19+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.x-dev"
            }
        },
        "installation-source": "dist",
        "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": "psr/http-client",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/http-client.git",
            "reference": "22b2ef5687f43679481615605d7a15c557ce85b1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/http-client/zipball/22b2ef5687f43679481615605d7a15c557ce85b1",
            "reference": "22b2ef5687f43679481615605d7a15c557ce85b1",
            "shasum": ""
        },
        "require": {
            "php": "^7.0 || ^8.0",
            "psr/http-message": "^1.0"
        },
        "time": "2020-09-19T09:12:31+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Psr\\Http\\Client\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "https://www.php-fig.org/"
            }
        ],
        "description": "Common interface for HTTP clients",
        "homepage": "https://github.com/php-fig/http-client",
        "keywords": [
            "http",
            "http-client",
            "psr",
            "psr-18"
        ]
    },
    {
        "name": "psr/http-message",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/http-message.git",
            "reference": "efd67d1dc14a7ef4fc4e518e7dee91c271d524e4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/http-message/zipball/efd67d1dc14a7ef4fc4e518e7dee91c271d524e4",
            "reference": "efd67d1dc14a7ef4fc4e518e7dee91c271d524e4",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2019-08-29T13:16:46+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "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": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/log.git",
            "reference": "dd738d0b4491f32725492cf345f6b501f5922fec"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/log/zipball/dd738d0b4491f32725492cf345f6b501f5922fec",
            "reference": "dd738d0b4491f32725492cf345f6b501f5922fec",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2020-09-18T06:44:51+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.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": "https://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": "sudiptochoudhury/php-api-client-forge",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/sudiptochoudhury/php-api-client-forge.git",
            "reference": "6d6cac330efaaddb8caa67544583617f8af09e63"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sudiptochoudhury/php-api-client-forge/zipball/6d6cac330efaaddb8caa67544583617f8af09e63",
            "reference": "6d6cac330efaaddb8caa67544583617f8af09e63",
            "shasum": ""
        },
        "require": {
            "doctrine/inflector": "^1.3|^2.0",
            "ext-json": "*",
            "guzzlehttp/guzzle-services": "^1.1",
            "monolog/monolog": "1.12 - 2.1.0",
            "php": ">=7.0.0"
        },
        "require-dev": {
            "mockery/mockery": "^1.1.0",
            "phpunit/phpunit": "^7.2.0"
        },
        "time": "2020-11-14T23:37:35+00:00",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "SudiptoChoudhury\\Support\\Forge\\Api\\": "src/support/forge/api/",
                "SudiptoChoudhury\\Support\\Utils\\": "src/support/utils/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Sudipto Choudhury",
                "email": "mail@sudipto.net",
                "homepage": "https://sudipto.net",
                "role": "Developer"
            }
        ],
        "description": "Create restful API client in PHP",
        "homepage": "https://github.com/sudiptochoudhury/php-api-client-forge",
        "keywords": [
            "api",
            "client",
            "create",
            "forge",
            "php",
            "rest"
        ]
    },
    {
        "name": "sudiptochoudhury/php-zoho-subscriptions",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/sudiptochoudhury/php-zoho-subscriptions.git",
            "reference": "275eb935e802c7836f6cd97225f76265699357f2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sudiptochoudhury/php-zoho-subscriptions/zipball/275eb935e802c7836f6cd97225f76265699357f2",
            "reference": "275eb935e802c7836f6cd97225f76265699357f2",
            "shasum": ""
        },
        "require": {
            "php": ">=7.0.0",
            "sudiptochoudhury/php-api-client-forge": "dev-master"
        },
        "require-dev": {
            "mockery/mockery": "^1.1.0",
            "phpunit/phpunit": "^7.2.0"
        },
        "time": "2020-10-13T09:14:34+00:00",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "SudiptoChoudhury\\Zoho\\Subscriptions\\": "src/Zoho/Subscriptions"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Sudipto Choudhury",
                "email": "mail@sudipto.net",
                "homepage": "https://sudipto.net",
                "role": "Developer"
            }
        ],
        "description": "PHP Client Library to Consume Zoho Subscriptions REST API",
        "homepage": "https://github.com/sudiptochoudhury/php-zoho-subscriptions",
        "keywords": [
            "Zoho",
            "api",
            "client",
            "php",
            "rest",
            "subscriptions"
        ]
    },
    {
        "name": "symfony/polyfill-php80",
        "version": "dev-main",
        "version_normalized": "dev-main",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-php80.git",
            "reference": "3a11f3dfb34ad50f978cb2b8cf936933b87739aa"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/3a11f3dfb34ad50f978cb2b8cf936933b87739aa",
            "reference": "3a11f3dfb34ad50f978cb2b8cf936933b87739aa",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1"
        },
        "time": "2020-10-26T13:35:45+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "1.21-dev"
            },
            "thanks": {
                "name": "symfony/polyfill",
                "url": "https://github.com/symfony/polyfill"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Php80\\": ""
            },
            "files": [
                "bootstrap.php"
            ],
            "classmap": [
                "Resources/stubs"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ion Bazan",
                "email": "ion.bazan@gmail.com"
            },
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "polyfill",
            "portable",
            "shim"
        ]
    }
]
