forked from ondrakoupil/csob
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 815 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 815 Bytes
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
{
"name": "ondrakoupil/csob-eapi-paygate",
"description": "PHP Client library for easy integration of ČSOB payment gateway",
"type": "library",
"homepage": "https://github.com/ondrakoupil/csob",
"keywords": ["payment", "pay", "merchant", "commerce", "cards", "bank", "csob"],
"license": "MIT",
"authors": [
{
"name": "Ondrej Koupil",
"email": "ondra@ondrakoupil.cz"
}
],
"minimum-stability": "dev",
"autoload": {
"psr-4": {
"OndraKoupil\\Csob\\": "src/"
}
},
"require": {
"ondrakoupil/tools": "~0.0.5",
"ext-openssl": "*",
"ext-curl": "*",
"php": ">=5.4.8"
},
"require-dev": {
"nette/tester": "1.7.2",
"ondrakoupil/testing-utils": "~0.0.7"
}
}