Skip to content

Commit

Permalink
Reverting V20.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
khushboo-singhvi committed Sep 3, 2024
1 parent 1e5e541 commit b8504d9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
}
],
"description": "Official Shopware 6 Plugin to connect to Payment Service Provider Adyen",
"version": "3.16.1",
"version": "4.1.0",
"type": "shopware-platform-plugin",
"license": "MIT",
"require": {
"shopware/core": "~6.4.0 || ~6.5.0",
"shopware/storefront": "~6.4.0 || ~6.5.0",
"adyen/php-api-library": "^20.2.0",
"adyen/php-webhook-module": "0.8.0",
"shopware/core": "~6.6.0",
"shopware/storefront": "~6.6.0",
"adyen/php-api-library": "^17.5.0",
"adyen/php-webhook-module": "^1",
"ext-json": "*"
},
"extra": {
Expand Down Expand Up @@ -41,8 +41,8 @@
}
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.5",
"phpunit/phpunit": "^9"
"squizlabs/php_codesniffer": "^3.7",
"phpunit/phpunit": "^10.4"
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit b8504d9

Please sign in to comment.