Skip to content

Commit

Permalink
Merge pull request #65 from Adyen/develop
Browse files Browse the repository at this point in the history
Release 1.1.0
  • Loading branch information
acampos1916 authored Oct 23, 2020
2 parents 7236d1a + bc03f8b commit 54ef740
Show file tree
Hide file tree
Showing 63 changed files with 11,934 additions and 1,058 deletions.
20 changes: 16 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,33 @@
}
],
"description": "Official Shopware 6 Plugin to connect to Payment Service Provider Adyen",
"version": "1.0.0",
"version": "1.1.0",
"type": "shopware-platform-plugin",
"license": "MIT",
"require": {
"shopware/core": "^6.3.1.1",
"shopware/storefront": "^6.3.1.1",
"adyen/php-api-library": "^7",
"monolog/monolog": "^1",
"ext-json": "*"
},
"extra": {
"shopware-plugin-class": "Adyen\\Shopware\\AdyenPayment",
"shopware-plugin-class": "Adyen\\Shopware\\AdyenPaymentShopware6",
"label": {
"en-GB": "Adyen Payment"
"en-GB": "Adyen Payment",
"de-DE": "Adyen Payment"
},
"description": {
"en-GB": "Official Shopware 6 Plugin to connect to Payment Service Provider Adyen"
"en-GB": "Official Shopware 6 Plugin to connect to Payment Service Provider Adyen",
"de-DE": "Offizielles Shopware 6 Plugin zur Verbindung mit dem Zahlungsdienstleister Adyen"
},
"manufacturerLink": {
"en-GB": "https://docs.adyen.com/plugins",
"de-DE": "https://docs.adyen.com/plugins"
},
"supportLink": {
"en-GB": "https://support.adyen.com/hc/en-us/requests/new?ticket_form_id=360000705420",
"de-DE": "https://support.adyen.com/hc/en-us/requests/new?ticket_form_id=360000705420"
}
},
"autoload": {
Expand Down
Loading

0 comments on commit 54ef740

Please sign in to comment.