forked from monarc-project/MonarcAppFO
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
78 lines (78 loc) · 2.05 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
{
"name": "monarc/monarc",
"description": "Monarc application",
"license": "AGPL-3.0-or-later",
"authors": [
{
"name": "Cyril Rouyer",
"email": "[email protected]"
},
{
"name": "Guillaume Lesniak",
"email": "[email protected]"
},
{
"name": "Jérôme De Almeida",
"email": "[email protected]"
},
{
"name": "Benjamin Ganivet",
"email": "[email protected]"
},
{
"name": "Thomas Metois",
"email": "[email protected]"
},
{
"name": "Jérôme Lombardi",
"email": "[email protected]"
},
{
"name": "Juan Rocha",
"email": "[email protected]"
},
{
"name": "Cédric Bonhomme",
"email": "[email protected]"
},
{
"name": "Ruslan Baidan",
"email": "[email protected]"
}
],
"require": {
"php": "^7.4",
"ext-json": "*",
"ext-pdo": "*",
"ext-bcmath": "*",
"monarc/frontoffice": "^2.10.3",
"monarc/core": "^2.10.3",
"laminas/laminas-mvc": "^3.1",
"laminas/laminas-di": "^3.1",
"laminas/laminas-permissions-rbac": "^3.0",
"laminas/laminas-log": "^2.11",
"laminas/laminas-i18n": "^2.9",
"symfony/console": "^5.0",
"laminas/laminas-dependency-plugin": "^2.0",
"robthree/twofactorauth": "^1.8",
"endroid/qr-code": "^4.4"
},
"require-dev": {
"roave/security-advisories": "dev-master",
"phpunit/phpunit": "^8.3",
"laminas/laminas-test": "^3.4"
},
"autoload-dev": {
"psr-4": {
"MonarcAppFo\\Tests\\": "tests/"
}
},
"config": {
"bin-dir": "bin/",
"allow-plugins": {
"laminas/laminas-dependency-plugin": true
}
},
"minimum-stability": "dev",
"prefer-stable": true
}