{
    "packages": [
        {
            "name": "automattic/woocommerce",
            "version": "1.3.0",
            "version_normalized": "1.3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/woocommerce/wc-api-php.git",
                "reference": "6181e20b96e95b2be8639d1e1dce76cc98856339"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/woocommerce/wc-api-php/zipball/6181e20b96e95b2be8639d1e1dce76cc98856339",
                "reference": "6181e20b96e95b2be8639d1e1dce76cc98856339",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "ext-json": "*",
                "php": ">= 5.4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "*"
            },
            "time": "2017-06-06T20:38:08+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Automattic\\WooCommerce\\": [
                        "src/WooCommerce"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Claudio Sanches",
                    "email": "claudio.sanches@automattic.com"
                }
            ],
            "description": "A PHP wrapper for the WooCommerce REST API",
            "keywords": [
                "api",
                "woocommerce"
            ],
            "install-path": "../automattic/woocommerce"
        },
        {
            "name": "firebase/php-jwt",
            "version": "v5.2.0",
            "version_normalized": "5.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/firebase/php-jwt.git",
                "reference": "feb0e820b8436873675fd3aca04f3728eb2185cb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/firebase/php-jwt/zipball/feb0e820b8436873675fd3aca04f3728eb2185cb",
                "reference": "feb0e820b8436873675fd3aca04f3728eb2185cb",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": ">=4.8 <=9"
            },
            "time": "2020-03-25T18:49:23+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "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",
            "keywords": [
                "jwt",
                "php"
            ],
            "support": {
                "issues": "https://github.com/firebase/php-jwt/issues",
                "source": "https://github.com/firebase/php-jwt/tree/master"
            },
            "install-path": "../firebase/php-jwt"
        },
        {
            "name": "mobily-ws/api",
            "version": "1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/mobily-ws/api.git",
                "reference": "bf152742e4631f9594b1b88caf5fb7d6a438223f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/mobily-ws/api/zipball/bf152742e4631f9594b1b88caf5fb7d6a438223f",
                "reference": "bf152742e4631f9594b1b88caf5fb7d6a438223f",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "time": "2017-10-31T13:36:02+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "MobilySms.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mobily.ws",
                    "email": "info@mobily.ws"
                }
            ],
            "description": "Mobily-api is the PHP library for sending sms through internet ",
            "homepage": "http://mobily.ws/",
            "keywords": [
                "api",
                "mobily",
                "mobily.ws",
                "sms"
            ],
            "install-path": "../mobily-ws/api"
        },
        {
            "name": "ralouphie/getallheaders",
            "version": "2.0.5",
            "version_normalized": "2.0.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/ralouphie/getallheaders.git",
                "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
                "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~3.7.0",
                "satooshi/php-coveralls": ">=1.0"
            },
            "time": "2016-02-11T07:05:27+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.",
            "install-path": "../ralouphie/getallheaders"
        },
        {
            "name": "twilio/sdk",
            "version": "6.12.0",
            "version_normalized": "6.12.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/twilio/twilio-php.git",
                "reference": "8649f40db24f074a66e3f762b11079be31cfdb8b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/twilio/twilio-php/zipball/8649f40db24f074a66e3f762b11079be31cfdb8b",
                "reference": "8649f40db24f074a66e3f762b11079be31cfdb8b",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.0"
            },
            "require-dev": {
                "guzzlehttp/guzzle": "^6.3 || ^7.0",
                "phpunit/phpunit": ">=4.5",
                "theseer/phpdox": "^0.12.0"
            },
            "suggest": {
                "guzzlehttp/guzzle": "An HTTP client to execute the API requests"
            },
            "time": "2020-11-05T21:49:26+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Twilio\\": "src/Twilio/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Twilio API Team",
                    "email": "api@twilio.com"
                }
            ],
            "description": "A PHP wrapper for Twilio's API",
            "homepage": "http://github.com/twilio/twilio-php",
            "keywords": [
                "api",
                "sms",
                "twilio"
            ],
            "support": {
                "issues": "https://github.com/twilio/twilio-php/issues",
                "source": "https://github.com/twilio/twilio-php/tree/6.12.0"
            },
            "install-path": "../twilio/sdk"
        },
        {
            "name": "webonyx/graphql-php",
            "version": "v14.3.0",
            "version_normalized": "14.3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/webonyx/graphql-php.git",
                "reference": "4f3430990824ff410fe548102cb85f0c46442704"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/webonyx/graphql-php/zipball/4f3430990824ff410fe548102cb85f0c46442704",
                "reference": "4f3430990824ff410fe548102cb85f0c46442704",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "ext-mbstring": "*",
                "php": "^7.1||^8.0"
            },
            "require-dev": {
                "amphp/amp": "^2.3",
                "doctrine/coding-standard": "^6.0",
                "nyholm/psr7": "^1.2",
                "phpbench/phpbench": "^0.16.10",
                "phpstan/extension-installer": "^1.0",
                "phpstan/phpstan": "0.12.32",
                "phpstan/phpstan-phpunit": "0.12.11",
                "phpstan/phpstan-strict-rules": "0.12.2",
                "phpunit/phpunit": "^7.2|^8.5",
                "psr/http-message": "^1.0",
                "react/promise": "2.*",
                "simpod/php-coveralls-mirror": "^3.0",
                "squizlabs/php_codesniffer": "3.5.4"
            },
            "suggest": {
                "psr/http-message": "To use standard GraphQL server",
                "react/promise": "To leverage async resolving on React PHP platform"
            },
            "time": "2020-08-23T11:52:38+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "GraphQL\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "A PHP port of GraphQL reference implementation",
            "homepage": "https://github.com/webonyx/graphql-php",
            "keywords": [
                "api",
                "graphql"
            ],
            "support": {
                "issues": "https://github.com/webonyx/graphql-php/issues",
                "source": "https://github.com/webonyx/graphql-php/tree/master"
            },
            "funding": [
                {
                    "url": "https://opencollective.com/webonyx-graphql-php",
                    "type": "open_collective"
                }
            ],
            "install-path": "../webonyx/graphql-php"
        }
    ],
    "dev": true
}
