-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
42 lines (42 loc) · 984 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
38
39
40
41
42
{
"name": "karser/payum-saferpay",
"type": "library",
"description": "Saferpay Payum plugin providing Ecommerce and Business features",
"keywords": [
"payum",
"saferpay",
"six-payment",
"payment",
"recurring payment",
"ecommerce",
"ipn",
"instant payment notification"
],
"license": "MIT",
"authors": [
{
"name": "Dmitrii Poddubnyi",
"homepage": "https://github.com/karser"
}
],
"require": {
"php": "^7.3 || ^8.0",
"payum/core": "^1.6"
},
"require-dev": {
"fabpot/goutte": "^4.0",
"php-http/guzzle6-adapter": "^2.0",
"phpunit/phpunit": "^9.5",
"dms/phpunit-arraysubset-asserts": "^0.4.0"
},
"autoload": {
"psr-4": {
"Karser\\PayumSaferpay\\": ""
}
},
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
}
}
}