forked from mapasculturais/mapasculturais
-
Notifications
You must be signed in to change notification settings - Fork 7
/
composer.json
53 lines (53 loc) · 1.6 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
{
"require": {
"acelaya/doctrine-enum-type": "^2.3",
"akrabat/ip-address-middleware": "^2.1",
"doctrine/annotations": "^2.0",
"doctrine/dbal": "^3.6",
"doctrine/orm": "2.16.*",
"firebase/php-jwt": "^6.4",
"michelf/php-markdown": "1.*",
"monolog/monolog": "^3.4",
"mustache/mustache": "^2.11",
"opauth/openid": "*",
"opauth/logincidadao" : "*",
"opauth/authentik" : "*",
"pomo/pomo": "^1.5",
"psy/psysh": "^0.11.12",
"respect/validation": "^2.2",
"sinergi/browser-detector": "^6.1",
"slim/psr7": "^1.6",
"slim/slim": "4.*",
"smottt/wideimage": "*",
"symfony/amazon-mailer": "^6.3",
"symfony/cache": "^6.2",
"symfony/mailchimp-mailer": "^6.3",
"symfony/mailer": "^6.3",
"symfony/mailgun-mailer": "^6.3",
"symfony/mime": "^6.3",
"symfony/sendgrid-mailer": "^6.3",
"league/csv": "^9.6.2",
"curl/curl": "1.2.*"
},
"autoload": {
"psr-4": {
"MapasCulturais\\": "src/core",
"MapasCulturais\\Modules\\": "src/modules",
"MapasCulturais\\Themes\\": "src/themes"
}
},
"repositories": [
{
"type": "git",
"url": "https://github.com/hacklabr/opauth-logincidadao.git"
},
{
"type": "git",
"url": "https://github.com/mapasculturais/opauth-authentik.git"
},
{
"type": "git",
"url": "https://github.com/mapasculturais/opauth.git"
}
]
}