-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
41 lines (41 loc) · 998 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
{
"repositories": [
{
"type":"package",
"package": {
"name": "bdogan/yandex-mail-api",
"version":"0.5",
"source": {
"url": "https://github.com/bdogan/yandex-mail-api.git",
"type": "git",
"reference":"master"
}
}
},
{
"type":"package",
"package": {
"name": "PlatinMarket/platinbox-openid",
"version":"0.7",
"source": {
"url": "https://github.com/PlatinMarket/platinbox-openid.git",
"type": "git",
"reference":"master"
}
}
}
],
"require": {
"bdogan/yandex-mail-api": "0.5",
"platinmarket/platinbox-openid": "0.7"
},
"config": {
"vendor-dir": "app/api/Vendor/"
},
"autoload": {
"psr-4": {
"YandexMail\\": "app/api/Vendor/bdogan/yandex-mail-api/YandexMail",
"PlatinBox\\": "app/api/Vendor/PlatinMarket/platinbox-openid/src"
}
}
}