-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
73 lines (73 loc) · 2.52 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
{
"name": "teknoo/east-website-symfony",
"type": "metapackage",
"description": "Metapackage to install Teknoo East Website in Symfony, Package following the #East programming philosophy, build on Teknoo/East-Foundation (and Teknoo/Recipe), and implementing a basic CMS to display dynamics pages with different types and templates.",
"keywords": ["east","website","cms"],
"homepage": "http://teknoo.software/east/website",
"license": "MIT",
"authors": [
{
"name": "Richard Déloge",
"email": "[email protected]",
"role": "Software architect, Lead developer"
}
],
"support": {
"issues": "https://github.com/TeknooSoftware/east-website-symfony/issues",
"source": "https://github.com/TeknooSoftware/east-website-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.4.5",
"doctrine/mongodb-odm": "^2.9",
"doctrine/mongodb-odm-bundle": "^4.7||^5",
"doctrine/persistence": "^3.4",
"laminas/laminas-diactoros": "^3.5",
"psr/http-message":"^2",
"psr/http-factory":"^1.1",
"php-di/php-di": "^7.0.7",
"symfony/form": "^6.3||^7",
"symfony/html-sanitizer": "^6.3||^7",
"symfony/http-kernel": "^6.3||^7",
"symfony/psr-http-message-bridge": "^2.3.1||^6.4||^7",
"symfony/security-core": "^6.3||^7",
"symfony/security-bundle": "^6.3||^7",
"symfony/yaml": "^6.3||^7",
"teknoo/bridge-phpdi-symfony": "^6.1",
"teknoo/east-common-symfony": "^3.0.5",
"teknoo/east-foundation-symfony": "^8",
"teknoo/east-translation-symfony": "^1",
"teknoo/immutable": "^3.0.18",
"teknoo/recipe": "^6.0.1",
"teknoo/states": "^6.4.1",
"teknoo/east-website": "^10.0.4",
"twig/twig": "^3.8"
},
"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
}
}
}