[
    {
        "name": "alymosul/exponent-server-sdk-php",
        "version": "1.3.0",
        "version_normalized": "1.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Alymosul/exponent-server-sdk-php.git",
            "reference": "81e263c5f0b306f19da4acea7aa217b796626fff"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Alymosul/exponent-server-sdk-php/zipball/81e263c5f0b306f19da4acea7aa217b796626fff",
            "reference": "81e263c5f0b306f19da4acea7aa217b796626fff",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "ext-json": "*",
            "php": ">=7.0"
        },
        "time": "2021-06-22T13:15:22+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "ExponentPhpSDK\\": "lib"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Aly Suleiman",
                "email": "alymosul@gmail.com"
            }
        ],
        "description": "Server-side library for working with Expo push notifications using PHP",
        "keywords": [
            "expo",
            "exponent",
            "notifications",
            "push"
        ]
    },
    {
        "name": "apimatic/jsonmapper",
        "version": "v2.0.3",
        "version_normalized": "2.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/apimatic/jsonmapper.git",
            "reference": "f7588f1ab692c402a9118e65cb9fd42b74e5e0db"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/apimatic/jsonmapper/zipball/f7588f1ab692c402a9118e65cb9fd42b74e5e0db",
            "reference": "f7588f1ab692c402a9118e65cb9fd42b74e5e0db",
            "shasum": ""
        },
        "require-dev": {
            "phpunit/phpunit": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
            "squizlabs/php_codesniffer": "^3.0.0"
        },
        "time": "2021-07-16T09:02:23+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "apimatic\\jsonmapper\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "OSL-3.0"
        ],
        "authors": [
            {
                "name": "Christian Weiske",
                "email": "christian.weiske@netresearch.de",
                "homepage": "http://www.netresearch.de/",
                "role": "Developer"
            },
            {
                "name": "Mehdi Jaffery",
                "email": "mehdi.jaffery@apimatic.io",
                "homepage": "http://apimatic.io/",
                "role": "Developer"
            }
        ],
        "description": "Map nested JSON structures onto PHP classes"
    },
    {
        "name": "apimatic/unirest-php",
        "version": "2.1.0",
        "version_normalized": "2.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/apimatic/unirest-php.git",
            "reference": "e07351d5f70b445664e2dc4042bbc237ec7d4c93"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/apimatic/unirest-php/zipball/e07351d5f70b445664e2dc4042bbc237ec7d4c93",
            "reference": "e07351d5f70b445664e2dc4042bbc237ec7d4c93",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "php": ">=5.6.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5 || ^6 || ^7 || ^8 || ^9"
        },
        "suggest": {
            "ext-json": "Allows using JSON Bodies for sending and parsing requests"
        },
        "time": "2021-11-12T05:20:21+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Unirest\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Mashape",
                "email": "opensource@mashape.com",
                "homepage": "https://www.mashape.com",
                "role": "Developer"
            },
            {
                "name": "APIMATIC",
                "email": "opensource@apimatic.io",
                "homepage": "https://www.apimatic.io",
                "role": "Developer"
            }
        ],
        "description": "Unirest PHP",
        "homepage": "https://github.com/apimatic/unirest-php",
        "keywords": [
            "client",
            "curl",
            "http",
            "https",
            "rest"
        ]
    },
    {
        "name": "square/square",
        "version": "17.0.0.20211215",
        "version_normalized": "17.0.0.20211215",
        "source": {
            "type": "git",
            "url": "https://github.com/square/square-php-sdk.git",
            "reference": "b0a35b86cb87154ba448f6265cd4f15a59c1b628"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/square/square-php-sdk/zipball/b0a35b86cb87154ba448f6265cd4f15a59c1b628",
            "reference": "b0a35b86cb87154ba448f6265cd4f15a59c1b628",
            "shasum": ""
        },
        "require": {
            "apimatic/jsonmapper": "^2.0.2",
            "apimatic/unirest-php": "^2.1",
            "ext-curl": "*",
            "ext-json": "*",
            "ext-mbstring": "*",
            "php": ">=7.2"
        },
        "require-dev": {
            "phan/phan": "^3.0",
            "phpunit/phpunit": "^7.5 || ^8.5",
            "squizlabs/php_codesniffer": "^3.5"
        },
        "time": "2021-12-15T00:41:47+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Square\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Square Developer Platform",
                "email": "developers@squareup.com",
                "homepage": "https://squareup.com/developers"
            }
        ],
        "description": "Use Square APIs to manage and run business including payment, customer, product, inventory, and employee management.",
        "homepage": "https://squareup.com/developers",
        "keywords": [
            "api",
            "sdk",
            "square"
        ]
    }
]
