forked from mapasculturais/mapasculturais
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
70 lines (70 loc) · 2.18 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
{
"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.10",
"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",
"symfony/http-foundation": "^7.0",
"symfony/routing": "^7.0",
"symfony/console": "^6.4.6",
"symfony/serializer": "^7.0",
"symfony/property-access": "^7.0",
"symfony/validator": "^7.0",
"php-di/php-di": "^7.0",
"symfony/dotenv": "^7.1",
"doctrine/migrations": "^3.8",
"symfony/yaml": "^7.1"
},
"autoload": {
"psr-4": {
"App\\": "app/src",
"App\\Tests\\": "app/tests",
"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"
}
],
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.51",
"phpunit/phpunit": "^10",
"symfony/http-client": "^7",
"doctrine/data-fixtures": "^1.7"
}
}