Skip to content

Commit

Permalink
allow CoreShop 3
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Pfaffenbauer <[email protected]>
  • Loading branch information
dpfaffenbauer committed Feb 6, 2023
1 parent b728b22 commit 61d6799
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,24 @@
"email": "[email protected]",
"homepage": "http://www.certimetergroup.com/",
"role": "Developer"
},
{
"name": "CoreShop Team",
"email": "[email protected]",
"homepage": "https://www.coreshop.org/",
"role": "Developer"
},
{
"name": "Dominik Pfaffenbauer",
"email": "[email protected]",
"homepage": "https://www.pfaffenbauer.at/",
"role": "Developer"
}
],
"require": {
"php": ">=7.2",
"php": ">=8.0",
"flux-se/payum-stripe": "^1.2",
"coreshop/payum-bundle": "^2.0"
"coreshop/payum-bundle": "^2.0 | ^3.0"
},
"config": {
"bin-dir": "bin"
Expand All @@ -32,6 +44,10 @@
}
},
"extra": {
"branch-alias": {
"dev-master": "3.0-dev",
"dev-staging": "3.0-dev"
},
"pimcore": {
"bundles": [
"CoreShop\\Payum\\StripeBundle\\StripeBundle"
Expand Down

0 comments on commit 61d6799

Please sign in to comment.