{
    "name": "magento/module-payment-services-paypal-graph-ql",
    "description": "Payment Services PayPal GraphQL module",
    "type": "magento2-module",
    "license": [
        "OSL-3.0",
        "AFL-3.0"
    ],
    "version": "2.11.1",
    "require": {
        "php": "~8.1.0||~8.2.0||~8.3.0||~8.4.0",
        "magento/framework": ">=103.0.4 <104.0.0",
        "magento/module-payment-services-paypal": "2.11.1",
        "magento/module-quote-graph-ql": ">=100.4.4 <101.0.0",
        "magento/module-quote": ">=101.2.4 <102.0.0",
        "magento/module-vault": ">=101.2.4 <102.0.0"
    },
    "autoload": {
        "files": [
            "registration.php"
        ],
        "psr-4": {
            "Magento\\PaymentServicesPaypalGraphQl\\": ""
        }
    }
}

