Skip to content

Commit

Permalink
MOL-1255: move php vendor fix composer ambiguous class
Browse files Browse the repository at this point in the history
  • Loading branch information
boxblinkracer committed Oct 12, 2023
1 parent 3058100 commit 3a9dd4c
Show file tree
Hide file tree
Showing 140 changed files with 12,005 additions and 421 deletions.
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"name": "Mollie B.V."
}
],
"platform": {
"php": "7.4"
},
"extra": {
"shopware-plugin-class": "Kiener\\MolliePayments\\MolliePayments",
"copyright": "(c) by Mollie B.V.",
Expand Down Expand Up @@ -43,7 +46,7 @@
"autoload": {
"psr-4": {
"Kiener\\MolliePayments\\": "src/",
"Mollie\\Api\\": "vendor/mollie/mollie-api-php/src/",
"Mollie\\Api\\": "vendor_manual/mollie/mollie-api-php/src/",
"Shopware\\Core\\": "polyfill/Shopware/Core/"
}
},
Expand All @@ -64,8 +67,7 @@
},
"require": {
"php": ">=7.4",
"ext-curl": "*",
"mollie/mollie-api-php": "2.61.0"
"ext-curl": "*"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand Down
Loading

0 comments on commit 3a9dd4c

Please sign in to comment.