{ "name": "magento/module-paypal-graph-ql", "description": "GraphQl support for Paypal", "type": "magento2-module", "license": [ "OSL-3.0", "AFL-3.0" ], "config": { "sort-packages": true }, "version": "100.4.3", "require": { "php": "~7.4.0||~8.1.0", "magento/framework": "103.0.*", "magento/module-quote": "101.2.*", "magento/module-checkout": "100.4.*", "magento/module-paypal": "101.0.*", "magento/module-quote-graph-ql": "100.4.*", "magento/module-sales": "103.0.*", "magento/module-payment": "100.4.*", "magento/module-store": "101.1.*", "magento/module-vault": "101.2.*" }, "suggest": { "magento/module-graph-ql": "100.4.*", "magento/module-store-graph-ql": "100.4.*" }, "autoload": { "files": [ "registration.php" ], "psr-4": { "Magento\\PaypalGraphQl\\": "" } } }