-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
72 lines (72 loc) · 2.53 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
{
"name": "teknoo/east-common-symfony",
"type": "metapackage",
"description": "Metapackage to install Teknoo East Common in Symfony, Package following the #East programming philosophy, build on Teknoo/East-Foundation (and Teknoo/Recipe), providing components (user management, object persistence, template rendering, ..) for the creation of web application or website.",
"keywords": ["east","common","application"],
"homepage": "http://teknoo.software/east/common",
"license": "MIT",
"authors": [
{
"name": "Richard Déloge",
"email": "[email protected]",
"role": "Software architect, Lead developer"
}
],
"support": {
"issues": "https://github.com/TeknooSoftware/east-common-symfony/issues",
"source": "https://github.com/TeknooSoftware/east-common-symfony"
},
"funding": [
{
"type": "patreon",
"url": "https://www.patreon.com/teknoo_software"
},
{
"type": "github",
"url": "https://github.com/sponsors/TeknooSoftware"
}
],
"require": {
"ext-simplexml" : "*",
"ext-mongodb" : "*",
"doctrine/common": "^3.5",
"doctrine/mongodb-odm": "^2.10",
"doctrine/mongodb-odm-bundle": "^5.2",
"laminas/laminas-diactoros": "^3.5",
"league/flysystem": "^3.29.1",
"matthiasmullie/minify": "^1.3.73",
"psr/http-message":"^2",
"psr/http-factory":"^1.0.2",
"symfony/form": "^6.4||^7.2",
"symfony/http-kernel": "^6.4||^7.2",
"symfony/notifier": "^6.4||^7.2",
"symfony/psr-http-message-bridge": "^2.3.1||^6.4||^7.2",
"symfony/security-core": "^6.4||^7.2",
"symfony/security-bundle": "^6.4||^7.2",
"symfony/validator": "^6.4||^7.2",
"symfony/yaml": "^6.4||^7.2",
"teknoo/bridge-phpdi-symfony": "^6.1.1",
"teknoo/immutable": "^3.0.19",
"teknoo/states": "^6.4.3",
"teknoo/recipe": "^6.0.3",
"teknoo/east-foundation-symfony": "^8.0.4",
"teknoo/east-common": "^3.0.7",
"twig/twig": "^3.19"
},
"require-dev": {
"roave/security-advisories": "dev-latest"
},
"extra": {
"symfony" : {
"endpoint": [
"https://api.github.com/repos/TeknooSoftware/symfony-recipes/contents/index.json",
"flex://defaults"
]
}
},
"config": {
"allow-plugins": {
"teknoo/composer-install": true
}
}
}