-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
33 lines (33 loc) · 875 Bytes
/
composer.json
File metadata and controls
33 lines (33 loc) · 875 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
31
32
33
{
"name": "dlds/yii2-thepay",
"description": "Yii2 ThePay gateway integration",
"keywords": ["yii2", "thepay", "integration"],
"type": "yii2-extension",
"license": "MIT",
"support": {
"issues": "https://github.com/dlds/yii2-thepay/issues",
"wiki": "https://github.com/dlds/yii2-thepay/wiki",
"source": "https://github.com/dlds/yii2-thepay"
},
"authors": [
{
"name": "Jiri Svoboda",
"email": "jiri.svoboda@dlds.cz"
}
],
"require": {
"yiisoft/yii2": "~2.0.0"
},
"require-dev": {
"yiisoft/yii2-codeception": "*",
"yiisoft/yii2-debug": "*",
"yiisoft/yii2-faker": "*",
"codeception/specify": "*",
"codeception/verify": "*"
},
"autoload": {
"psr-4": {
"dlds\\thepay\\": "src"
}
}
}