[
    {
        "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": {
                "WPCal\\GoogleAPI\\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\/apiclient-services",
        "version": "v0.113",
        "version_normalized": "0.113.0.0",
        "source": {
            "type": "git",
            "url": "https:\/\/github.com\/googleapis\/google-api-php-client-services.git",
            "reference": "93f926106f53ebb56e68f0219189dbf55fae0a11"
        },
        "dist": {
            "type": "zip",
            "url": "https:\/\/api.github.com\/repos\/googleapis\/google-api-php-client-services\/zipball\/93f926106f53ebb56e68f0219189dbf55fae0a11",
            "reference": "93f926106f53ebb56e68f0219189dbf55fae0a11",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4"
        },
        "require-dev": {
            "phpunit\/phpunit": "~4.8"
        },
        "time": "2019-09-08T00:23:09+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src"
            ]
        },
        "notification-url": "https:\/\/packagist.org\/downloads\/",
        "license": [
            "Apache-2.0"
        ],
        "description": "Client library for Google APIs",
        "homepage": "http:\/\/developers.google.com\/api-client-library\/php",
        "keywords": [
            "google"
        ]
    },
    {
        "name": "google\/auth",
        "version": "v1.5.2",
        "version_normalized": "1.5.2.0",
        "source": {
            "type": "git",
            "url": "https:\/\/github.com\/googleapis\/google-auth-library-php.git",
            "reference": "2ee962e5df3e9427fda859f1b0515d6d62c4afa5"
        },
        "dist": {
            "type": "zip",
            "url": "https:\/\/api.github.com\/repos\/googleapis\/google-auth-library-php\/zipball\/2ee962e5df3e9427fda859f1b0515d6d62c4afa5",
            "reference": "2ee962e5df3e9427fda859f1b0515d6d62c4afa5",
            "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. Please require version ^2."
        },
        "time": "2019-07-22T21:01:31+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "WPCal\\GoogleAPI\\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": "guzzlehttp\/guzzle",
        "version": "6.3.3",
        "version_normalized": "6.3.3.0",
        "source": {
            "type": "git",
            "url": "https:\/\/github.com\/guzzle\/guzzle.git",
            "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
        },
        "dist": {
            "type": "zip",
            "url": "https:\/\/api.github.com\/repos\/guzzle\/guzzle\/zipball\/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
            "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
            "shasum": ""
        },
        "require": {
            "guzzlehttp\/promises": "^1.0",
            "guzzlehttp\/psr7": "^1.4",
            "php": ">=5.5"
        },
        "require-dev": {
            "ext-curl": "*",
            "phpunit\/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
            "psr\/log": "^1.0"
        },
        "suggest": {
            "psr\/log": "Required for using the Log middleware"
        },
        "time": "2018-04-22T15:46:56+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "6.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src\/functions_include.php"
            ],
            "psr-4": {
                "WPCal\\GoogleAPI\\GuzzleHttp\\": "src\/"
            }
        },
        "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": {
                "WPCal\\GoogleAPI\\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": {
                "WPCal\\GoogleAPI\\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": "2.0.0",
        "version_normalized": "2.0.0.0",
        "source": {
            "type": "git",
            "url": "https:\/\/github.com\/Seldaek\/monolog.git",
            "reference": "68545165e19249013afd1d6f7485aecff07a2d22"
        },
        "dist": {
            "type": "zip",
            "url": "https:\/\/api.github.com\/repos\/Seldaek\/monolog\/zipball\/68545165e19249013afd1d6f7485aecff07a2d22",
            "reference": "68545165e19249013afd1d6f7485aecff07a2d22",
            "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",
            "jakub-onderka\/php-parallel-lint": "^0.9",
            "php-amqplib\/php-amqplib": "~2.4",
            "php-console\/php-console": "^3.1.3",
            "phpspec\/prophecy": "^1.6.1",
            "phpunit\/phpunit": "^8.3",
            "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": "2019-08-30T09:56:44+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "WPCal\\GoogleAPI\\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": "phpseclib\/phpseclib",
        "version": "2.0.21",
        "version_normalized": "2.0.21.0",
        "source": {
            "type": "git",
            "url": "https:\/\/github.com\/phpseclib\/phpseclib.git",
            "reference": "9f1287e68b3f283339a9f98f67515dd619e5bf9d"
        },
        "dist": {
            "type": "zip",
            "url": "https:\/\/api.github.com\/repos\/phpseclib\/phpseclib\/zipball\/9f1287e68b3f283339a9f98f67515dd619e5bf9d",
            "reference": "9f1287e68b3f283339a9f98f67515dd619e5bf9d",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "phing\/phing": "~2.7",
            "phpunit\/phpunit": "^4.8.35|^5.7|^6.0",
            "sami\/sami": "~2.0",
            "squizlabs\/php_codesniffer": "~2.0"
        },
        "suggest": {
            "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
            "ext-libsodium": "SSH2\/SFTP can make use of some algorithms provided by the libsodium-php extension.",
            "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
            "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
        },
        "time": "2019-07-12T12:53:49+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "phpseclib\/bootstrap.php"
            ],
            "psr-4": {
                "WPCal\\GoogleAPI\\phpseclib\\": "phpseclib\/"
            }
        },
        "notification-url": "https:\/\/packagist.org\/downloads\/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jim Wigginton",
                "email": "terrafrost@php.net",
                "role": "Lead Developer"
            },
            {
                "name": "Patrick Monnerat",
                "email": "pm@datasphere.ch",
                "role": "Developer"
            },
            {
                "name": "Andreas Fischer",
                "email": "bantu@phpbb.com",
                "role": "Developer"
            },
            {
                "name": "Hans-J\u00fcrgen Petrich",
                "email": "petrich@tronic-media.com",
                "role": "Developer"
            },
            {
                "name": "Graham Campbell",
                "email": "graham@alt-three.com",
                "role": "Developer"
            }
        ],
        "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
        "homepage": "http:\/\/phpseclib.sourceforge.net",
        "keywords": [
            "BigInteger",
            "aes",
            "asn.1",
            "asn1",
            "blowfish",
            "crypto",
            "cryptography",
            "encryption",
            "rsa",
            "security",
            "sftp",
            "signature",
            "signing",
            "ssh",
            "twofish",
            "x.509",
            "x509"
        ]
    },
    {
        "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": {
                "WPCal\\GoogleAPI\\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": {
                "WPCal\\GoogleAPI\\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.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https:\/\/github.com\/php-fig\/log.git",
            "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
        },
        "dist": {
            "type": "zip",
            "url": "https:\/\/api.github.com\/repos\/php-fig\/log\/zipball\/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
            "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2018-11-20T15:27:04+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "WPCal\\GoogleAPI\\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."
    }
]