-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
81 lines (81 loc) · 2.13 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "maslosoft/mangan-yii",
"version": "1.0.10",
"description": "Mangan components for Yii",
"type": "library",
"keywords": [
"mongodb",
"mangan",
"yii",
"php"
],
"license": [
"AGPL",
"Commercial"
],
"authors": [
{
"name": "Peter Maselkowski",
"email": "[email protected]",
"homepage": "http://maslosoft.com",
"role": "Developer"
},
{
"name": "Ianar\u00e9 S\u00e9vi",
"role": "Developer"
},
{
"name": "Dariusz G\u00f3recki",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Invenzzia Group",
"homepage": "http://www.invenzzia.org",
"role": "Developer"
},
{
"name": "Philippe Gaultier",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Ibitux",
"homepage": "http://www.ibitux.com",
"role": "Developer"
},
{
"name": "CleverIT",
"homepage": "http://www.cleverit.com.pl",
"role": "Developrt"
},
{
"name": "Florian Fackler",
"email": "[email protected]",
"homepage": "http://mintao.com"
}
],
"support": {
"issues": "https://github.com/Maslosoft/ManganYii/issues"
},
"require": {
"ext-mongodb": "*",
"maslosoft/mangan": "^7"
},
"require-dev": {
"codeception/codeception": "^5",
"codeception/module-asserts": "^3",
"codeception/module-phpbrowser": "*",
"yiisoft/yii": "^1"
},
"suggest": {
"monolog/monolog": "Sends your logs to files, sockets, inboxes, databases and various web services",
"mongofill/mongofill": "Polyfill of PECL Mongo extension",
"donatj/phpuseragentparser": "Provides User Agent recognition"
},
"autoload": {
"psr-4": {
"Maslosoft\\ManganYii\\": "src/"
}
}
}