composer.lock 3.98 KB
{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
        "This file is @generated automatically"
    ],
    "content-hash": "52b3757d4b79086a90773895ea2ab80b",
    "packages": [
        {
            "name": "firebase/php-jwt",
            "version": "v5.2.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"
            },
            "type": "library",
            "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"
            ],
            "time": "2020-03-25T18:49:23+00:00"
        },
        {
            "name": "paypayopa/php-sdk",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/paypay/paypayopa-sdk-php.git",
                "reference": "fd56ebfcdf1128b9dc082bc5e773312a38561bef"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/paypay/paypayopa-sdk-php/zipball/fd56ebfcdf1128b9dc082bc5e773312a38561bef",
                "reference": "fd56ebfcdf1128b9dc082bc5e773312a38561bef",
                "shasum": ""
            },
            "require": {
                "firebase/php-jwt": "^5.2",
                "php": ">=7.0.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^2.16",
                "phpstan/phpstan": "^0.12.33",
                "phpunit/phpunit": "^9"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "PayPay\\OpenPaymentAPI\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "PayPay Open Source Development Team",
                    "email": "opensource@paypay-corp.co.jp"
                }
            ],
            "description": "PHP SDK for PayPay Open Payment API",
            "keywords": [
                "japan",
                "opa",
                "payment",
                "paypay",
                "qr",
                "qrcode"
            ],
            "time": "2020-07-29T02:49:01+00:00"
        }
    ],
    "packages-dev": [],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": [],
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": [],
    "platform-dev": [],
    "plugin-api-version": "1.1.0"
}