forked from SwedbankPay/swedbank-pay-sdk-php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
43 lines (43 loc) · 1.1 KB
/
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
38
39
40
41
42
43
{
"name": "swedbank-pay/swedbank-pay-sdk-php",
"type": "library",
"description": "The Swedbank Pay SDK for PHP simplifies integrations against Swedbank Pay's API Platform by providing native PHP interface towards the REST API.",
"version": "4.0.0-beta.1",
"authors": [
{
"name": "Sammy Nordström",
"email": "[email protected]"
},
{
"name": "Md Shahriar Siraj",
"email": "[email protected]"
},
{
"name": "Richard Birnik",
"email": "[email protected]"
},
{
"name": "Asbjørn Ulsberg",
"email": "[email protected]"
}
],
"keywords": ["SwedbankPay", "sdk", "payments", "ecommerce"],
"homepage": "https://github.com/SwedbankPay/swedbank-pay-sdk-php",
"license": "MIT",
"require": {
"ext-curl": "*",
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "~7.5 | ~8.0",
"phpmd/phpmd": "^2.6",
"squizlabs/php_codesniffer": "^3.4",
"sebastian/phpcpd": "^4.1",
"satooshi/php-coveralls": "^2.0"
},
"autoload": {
"psr-4": {
"SwedbankPay\\": "src/SwedbankPay/"
}
}
}