Skip to content

Commit

Permalink
Merge pull request #76 from wagnerwagner/develop/paypal-update-v2
Browse files Browse the repository at this point in the history
Update PayPal API to V2
  • Loading branch information
tobiasfabian authored Mar 20, 2024
2 parents 0290db5 + 97ca3c9 commit ec51526
Show file tree
Hide file tree
Showing 75 changed files with 732 additions and 3,343 deletions.
16 changes: 9 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wagnerwagner/merx",
"description": "A toolkit to create online shops with Kirby 3",
"version": "1.7.2",
"description": "A toolkit to create online shops with Kirby",
"version": "1.8.0-beta.1",
"license": "proprietary",
"homepage": "https://merx.wagnerwagner.de",
"type": "kirby-plugin",
Expand All @@ -16,20 +16,22 @@
"source": "https://github.com/wagnerwagner/merx"
},
"require": {
"php": ">=7.4.0 <8.3",
"getkirby/composer-installer": "^1.1",
"stripe/stripe-php": "^7.44",
"paypal/paypal-checkout-sdk": "^1.0.0"
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"getkirby/composer-installer": "^1.2",
"stripe/stripe-php": "^7.44"
},
"require-dev": {
"phpunit/phpunit": "^9",
"getkirby/cms": "^3.9"
"getkirby/cms": "^3.9 || ^4.0"
},
"autoload": {
"psr-4": {
"Wagnerwagner\\Merx\\": "src/"
}
},
"extra": {
"kirby-cms-path": false
},
"scripts": {
"analyze:psalm": "psalm",
"test": "./vendor/bin/phpunit --bootstrap tests/bootstrap.php tests"
Expand Down
Loading

0 comments on commit ec51526

Please sign in to comment.