Skip to content

Commit

Permalink
Merge pull request #249 from Adyen/develop
Browse files Browse the repository at this point in the history
Release 3.4.0
  • Loading branch information
peterojo authored May 2, 2022
2 parents 3a97c1f + 8dd9b43 commit 2839ae1
Show file tree
Hide file tree
Showing 63 changed files with 2,450 additions and 715 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @acampos1916 @rikterbeek @peterojo @morerice @AlexandrosMor
* @acampos1916 @rikterbeek @peterojo @morerice @AlexandrosMor @candemiralp
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@ jobs:
run:
name: Run
runs-on: ubuntu-latest
strategy:
matrix:
php-version: [ 7.4, 8.0 ]

steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version: ${{ matrix.php-version }}

- name: Checkout
uses: actions/checkout@v2
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
}
],
"description": "Official Shopware 6 Plugin to connect to Payment Service Provider Adyen",
"version": "3.3.1",
"version": "3.4.0",
"type": "shopware-platform-plugin",
"license": "MIT",
"require": {
"shopware/core": "^6.4.0.0",
"shopware/storefront": "^6.4.0.0",
"adyen/php-api-library": "^10",
"adyen/php-webhook-module": "0.3",
"monolog/monolog": "^2",
"adyen/php-api-library": "^11",
"adyen/php-webhook-module": "0.5",
"monolog/monolog": "^1.16 || ^2.0",
"ext-json": "*"
},
"extra": {
Expand Down
Loading

0 comments on commit 2839ae1

Please sign in to comment.