Skip to content

Commit

Permalink
Merge pull request #144 from PAYONE-GmbH/feature/PAYONE-115
Browse files Browse the repository at this point in the history
[PAYONE-115] Fix composer dependencies
  • Loading branch information
janteuber authored Oct 27, 2021
2 parents b7368d3 + 7812d1c commit 03be3e3
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 56 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
composer require k10r/codestyle:"^1.0" --no-scripts
composer require phpstan/phpstan:"^0.12" --no-scripts
composer require phpstan/phpstan-phpunit:"^0.12" --no-scripts
composer require sinergi/browser-detector:"^6.1" --no-scripts
- name: Install plugin
run: |
mkdir -p /tmp/shopware/custom/plugins/PayonePayment
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"require": {
"ext-curl": "*",
"ext-json": "*",
"sinergi/browser-detector": "^6.1",
"shopware/core": ">= 6.2",
"shopware/administration": ">= 6.2",
"shopware/storefront": ">= 6.2"
Expand Down
114 changes: 58 additions & 56 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 03be3e3

Please sign in to comment.