⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.1
Server IP:
185.238.29.86
Server:
Linux server2 6.8.12-6-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-6 (2024-12-19T19:05Z) x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.31
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
shopware
/
custom
/
plugins
/
SwagPayPal
/
Edit File: composer.json
{ "name": "swag/paypal", "description": "PayPal integration for Shopware 6", "version": "6.0.3", "type": "shopware-platform-plugin", "license": "MIT", "authors": [ { "name": "Shopware" } ], "require": { "shopware/core": "~6.4.14 | 6.4.x-dev" }, "extra": { "shopware-plugin-class": "Swag\\PayPal\\SwagPayPal", "copyright": "(c) by shopware AG", "label": { "de-DE": "PayPal-Produkte für Shopware 6", "en-GB": "PayPal Products for Shopware 6" }, "description": { "de-DE": "Bieten Sie Ihren Kunden Deutschlands beliebteste Bezahlmöglichkeiten mit nur einer Integration: Das neue PayPal-Modul bietet PayPal PLUS, Kauf auf Rechnung, Ratenzahlung & den Expressbutton", "en-GB": "Get access to over 100 currencies and 200 markets worldwide with the payment module PayPal for your Shopware shop. Experience an easy and comfortable way of payment." }, "manufacturerLink": { "de-DE": "https://store.shopware.com/shopware-ag.html", "en-GB": "https://store.shopware.com/en/shopware-ag.html" }, "supportLink": { "de-DE": "https://issues.shopware.com/", "en-GB": "https://issues.shopware.com/" } }, "autoload": { "psr-4": { "Swag\\PayPal\\": "src/" } }, "autoload-dev": { "psr-4": { "Swag\\PayPal\\Test\\": "tests/" } }, "repositories": { "platform-packages": { "type": "path", "url": "../../../src/*", "canonical": true } }, "suggest": { "shopware/storefront": "Require '*'. Enables special payment features like 'Smart Payment Buttons' or 'Express Checkout'", "shopware/administration": "Require '*'. Allows you to to set up the plugin easily" }, "conflict": { "shopware/storefront": "<6,>=7", "shopware/administration": "<6,>=7" }, "config": { "allow-plugins": { "composer/package-versions-deprecated": true, "phpstan/extension-installer": true } } }
Simpan