Skip to content

Commit

Permalink
add blocker for OXID < 7.0 and add own client for OXID7
Browse files Browse the repository at this point in the history
  • Loading branch information
mariolorenz committed Nov 17, 2023
1 parent b96bca9 commit b6d9ed0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"giggsey/libphonenumber-for-php": "^8.12",
"viison/address-splitter": "^0.3.4",
"webmozart/path-util": "^2.3.0",
"oxid-solution-catalysts/paypal-client": "v2.0.8"
"oxid-solution-catalysts/paypal-client": "v3.0.8"
},
"require-dev": {
"codeception/module-rest": "^3.3.0",
Expand All @@ -44,6 +44,9 @@
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.1.1"
},
"conflicts": {
"oxid-esales/oxideshop-ce": "<7.0"
},
"autoload": {
"psr-4": {
"OxidSolutionCatalysts\\PayPal\\": "src/",
Expand Down

0 comments on commit b6d9ed0

Please sign in to comment.