-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
88 lines (88 loc) · 3.19 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "teknoo/east-paas-symfony",
"type": "metapackage",
"description": "Metapackage to install Teknoo East PaaS in Symfony, Package following the #East programming philosophy, build on Teknoo/East-Foundation (and Teknoo/Recipe) to implement a custom PaaS manager like platform.sh, compatible with Docker and Kubernetes",
"keywords": ["east","paas","image","containerd","buildah","oci","docker","kubernetes","platform","service","ci", "cd","continuous delivery","platform.sh","heroku"],
"homepage": "http://teknoo.software/east/paas-symfony",
"license": "MIT",
"authors": [
{
"name": "Richard Déloge",
"email": "[email protected]",
"role": "Software architect, Lead developer"
}
],
"support": {
"issues": "https://github.com/TeknooSoftware/east-paas-symfony/issues",
"source": "https://github.com/TeknooSoftware/east-paas-symfony"
},
"funding": [
{
"type": "patreon",
"url": "https://www.patreon.com/teknoo_software"
},
{
"type": "github",
"url": "https://github.com/sponsors/TeknooSoftware"
}
],
"require": {
"php": "^8.2",
"ext-amqp": "*",
"ext-ctype": "*",
"ext-iconv": "*",
"ext-json": "*",
"doctrine/common": "^3.4.5",
"doctrine/mongodb-odm": "^2.9",
"doctrine/mongodb-odm-bundle": "^4.7||^5",
"doctrine/persistence": "^3.4",
"guzzlehttp/guzzle": "^7",
"laminas/laminas-diactoros": "^3.3",
"league/flysystem": "^3.29.1",
"php-di/php-di": "^7.0.7",
"php-http/guzzle7-adapter": "^1.0",
"psr/http-client": "^1.0.3",
"phpseclib/phpseclib": "^3.0.42",
"symfony/amqp-messenger": "^6.3||^7",
"symfony/console": "^6.3||^7",
"symfony/form": "^6.3||^7",
"symfony/http-client": "^6.3||^7",
"symfony/mercure-bundle": "^0.3",
"symfony/messenger": "^6.3||^7",
"symfony/mime": "^6.3||^7",
"symfony/notifier": "^6.3||^7",
"symfony/process": "^6.3||^7",
"symfony/property-access": "^6.3||^7",
"symfony/property-info": "^6.3||^7",
"symfony/psr-http-message-bridge": "^2.3.1||^6.4||^7",
"symfony/security-bundle": "^6.3||^7",
"symfony/serializer": "^6.3||^7",
"symfony/validator": "^6.3||^7",
"symfony/yaml": "^6.3||^7",
"teknoo/bridge-phpdi-symfony": "^6.1",
"teknoo/east-common-symfony": "^3.0.4",
"teknoo/east-foundation-symfony": "^8.0.3",
"teknoo/immutable": "^3.0.18",
"teknoo/recipe": "^6.0.1",
"teknoo/states": "^6.4.1",
"teknoo/east-paas": "^4.2.4",
"teknoo/kubernetes-client": "^1.7"
},
"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,
"php-http/discovery": true
}
}
}