forked from mapasculturais/mapasculturais
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcomposer.json
More file actions
62 lines (62 loc) · 1.93 KB
/
composer.json
File metadata and controls
62 lines (62 loc) · 1.93 KB
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
{
"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",
"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",
"phpoffice/phpspreadsheet": "^2.0",
"curl/curl": "1.2.*",
"laminas/laminas-diactoros": "^3.6",
"scienta/doctrine-json-functions": "^5.4",
"phpunit/phpunit": "^10.5",
"psy/psysh": "^0.12.8",
"fakerphp/faker": "^1.24",
"dompdf/dompdf": "^3.1",
"setasign/fpdi": "^2.6",
"setasign/fpdf": "^1.8"
},
"autoload": {
"psr-4": {
"MapasCulturais\\": "src/core",
"MapasCulturais\\Modules\\": "src/modules",
"MapasCulturais\\Themes\\": "src/themes",
"Tests\\": "tests"
}
},
"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"
}
]
}