Skip to content

Commit ec51526

Browse files
authored
Merge pull request #76 from wagnerwagner/develop/paypal-update-v2
Update PayPal API to V2
2 parents 0290db5 + 97ca3c9 commit ec51526

File tree

75 files changed

+732
-3343
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+732
-3343
lines changed

composer.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wagnerwagner/merx",
3-
"description": "A toolkit to create online shops with Kirby 3",
4-
"version": "1.7.2",
3+
"description": "A toolkit to create online shops with Kirby",
4+
"version": "1.8.0-beta.1",
55
"license": "proprietary",
66
"homepage": "https://merx.wagnerwagner.de",
77
"type": "kirby-plugin",
@@ -16,20 +16,22 @@
1616
"source": "https://github.com/wagnerwagner/merx"
1717
},
1818
"require": {
19-
"php": ">=7.4.0 <8.3",
20-
"getkirby/composer-installer": "^1.1",
21-
"stripe/stripe-php": "^7.44",
22-
"paypal/paypal-checkout-sdk": "^1.0.0"
19+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
20+
"getkirby/composer-installer": "^1.2",
21+
"stripe/stripe-php": "^7.44"
2322
},
2423
"require-dev": {
2524
"phpunit/phpunit": "^9",
26-
"getkirby/cms": "^3.9"
25+
"getkirby/cms": "^3.9 || ^4.0"
2726
},
2827
"autoload": {
2928
"psr-4": {
3029
"Wagnerwagner\\Merx\\": "src/"
3130
}
3231
},
32+
"extra": {
33+
"kirby-cms-path": false
34+
},
3335
"scripts": {
3436
"analyze:psalm": "psalm",
3537
"test": "./vendor/bin/phpunit --bootstrap tests/bootstrap.php tests"

0 commit comments

Comments
 (0)