forked from wagnerwagner/merx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 991 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "wagnerwagner/merx",
"description": "A toolkit to create online shops with Kirby 3",
"license": "proprietary",
"homepage": "https://merx.wagnerwagner.de",
"type": "kirby-plugin",
"authors": [
{
"name": "Tobias Wolf",
"email": "[email protected]"
}
],
"support": {
"issues": "https://github.com/wagnerwagner/merx/issues",
"source": "https://github.com/wagnerwagner/merx"
},
"require": {
"getkirby/composer-installer": "^1.1",
"stripe/stripe-php": "^7.44",
"paypal/paypal-checkout-sdk": "^1.0.0"
},
"require-dev": {
"phpunit/phpunit": "^9",
"getkirby/cms": "^3.1"
},
"autoload": {
"psr-4": {
"Wagnerwagner\\Merx\\": "src/"
}
},
"scripts": {
"test": "./vendor/bin/phpunit --bootstrap vendor/autoload.php tests"
},
"config": {
"optimize-autoloader": true
}
}