forked from yii-dream-team/yii2-perfect-money
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
30 lines (30 loc) · 896 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
{
"name": "yii-dream-team/yii2-perfect-money",
"description": "PerfectMoney component for Yii2",
"type": "yii2-extension",
"license": "MIT",
"keywords": ["yii2", "billing", "payment", "perfectmoney"],
"homepage": "http://yiidreamteam.com/yii2/perfect-money",
"authors": [
{
"name": "Alexey Samoylov",
"email": "[email protected]",
"homepage": "http://yiidreamteam.com/team/alexey",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/yii-dream-team/yii2-perfect-money/issues",
"source": "https://github.com/yii-dream-team/yii2-perfect-money"
},
"minimum-stability": "dev",
"require": {
"php":">=5.4.0",
"yiisoft/yii2": "~2"
},
"autoload": {
"psr-4": {
"yiidreamteam\\perfectmoney\\": "./src"
}
}
}