-
Notifications
You must be signed in to change notification settings - Fork 4
/
composer.json
156 lines (156 loc) · 4.95 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
{
"name": "gsa/bynight",
"description": "By Night",
"homepage": "https://by-night.fr",
"type": "project",
"minimum-stability": "stable",
"license": "MIT",
"authors": [
{
"name": "Guillaume Sainthillier",
"email": "[email protected]",
"homepage": "https://sainthillier.fr",
"role": "Developer"
}
],
"autoload": {
"psr-4": {
"App\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"App\\Tests\\": "tests/"
}
},
"require": {
"php": "~8.2.0",
"ext-ctype": "*",
"ext-curl": "*",
"ext-dom": "*",
"ext-iconv": "*",
"ext-json": "*",
"ext-simplexml": "*",
"ext-xmlreader": "*",
"ext-zip": "*",
"abraham/twitteroauth": "^5",
"aws/aws-sdk-php": "^3.154",
"babdev/pagerfanta-bundle": "^4",
"beberlei/doctrineextensions": "^1.2",
"doctrine/doctrine-bundle": "^2.5",
"doctrine/doctrine-migrations-bundle": "^3.2",
"doctrine/orm": "^3",
"easycorp/easyadmin-bundle": "^4",
"erusev/parsedown": "^1.7",
"friendsofsymfony/elastica-bundle": "^6",
"friendsofsymfony/http-cache-bundle": "^3",
"google/recaptcha": "^1.2",
"jms/serializer-bundle": "^5",
"knpuniversity/oauth2-client-bundle": "^2.1",
"league/flysystem-aws-s3-v3": "^3",
"league/flysystem-bundle": "^3",
"league/flysystem-memory": "^3.0",
"league/glide-symfony": "^2",
"league/oauth2-facebook": "^2.0",
"league/oauth2-google": "^4.0",
"mhujer/breadcrumbs-bundle": "^1.4",
"neitanod/forceutf8": "^2.0",
"pagerfanta/doctrine-orm-adapter": "^4",
"pagerfanta/twig": "^4",
"php-amqplib/rabbitmq-bundle": "^2.2",
"presta/sitemap-bundle": "^4",
"runtime/frankenphp-symfony": "^0.2.0",
"sentry/sentry-symfony": "^5",
"social-links/social-links": "^1.13",
"stof/doctrine-extensions-bundle": "^1.3",
"symfony/amqp-messenger": "7.1.*",
"symfony/apache-pack": "^1.0",
"symfony/asset": "7.1.*",
"symfony/console": "7.1.*",
"symfony/css-selector": "7.1.*",
"symfony/doctrine-bridge": "7.1.*",
"symfony/dom-crawler": "7.1.*",
"symfony/dotenv": "7.1.*",
"symfony/event-dispatcher": "7.1.*",
"symfony/expression-language": "7.1.*",
"symfony/flex": "^2",
"symfony/form": "7.1.*",
"symfony/framework-bundle": "7.1.*",
"symfony/http-client": "7.1.*",
"symfony/http-foundation": "7.1.*",
"symfony/intl": "7.1.*",
"symfony/mailer": "7.1.*",
"symfony/messenger": "7.1.*",
"symfony/mime": "7.1.*",
"symfony/monolog-bridge": "7.1.*",
"symfony/monolog-bundle": "^3.1",
"symfony/polyfill-apcu": "^1.0",
"symfony/process": "7.1.*",
"symfony/routing": "7.1.*",
"symfony/runtime": "7.1.*",
"symfony/security-bundle": "7.1.*",
"symfony/stopwatch": "7.1.*",
"symfony/string": "7.1.*",
"symfony/translation": "7.1.*",
"symfony/twig-bridge": "7.1.*",
"symfony/twig-bundle": "7.1.*",
"symfony/validator": "7.1.*",
"symfony/web-link": "7.1.*",
"symfony/webpack-encore-bundle": "^2",
"symfony/yaml": "7.1.*",
"symfonycasts/reset-password-bundle": "^1.1",
"symfonycasts/verify-email-bundle": "^1.0",
"twig/extra-bundle": "^3.0",
"twig/intl-extra": "^3.0",
"vich/uploader-bundle": "^2"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.64",
"phpstan/extension-installer": "^1.4",
"phpstan/phpstan": "^1",
"phpstan/phpstan-doctrine": "^1",
"phpstan/phpstan-symfony": "^1",
"phpunit/phpunit": "^11",
"rector/rector": "^1",
"rector/swiss-knife": "^1",
"symfony/browser-kit": "7.1.*",
"symfony/debug-bundle": "7.1.*",
"symfony/maker-bundle": "^1.11",
"symfony/web-profiler-bundle": "7.1.*",
"vincentlanglet/twig-cs-fixer": "^3.3"
},
"config": {
"preferred-install": {
"*": "dist"
},
"platform": {
"php": "8.2.0"
},
"sort-packages": true,
"allow-plugins": {
"symfony/flex": true,
"symfony/runtime": true,
"php-http/discovery": true,
"phpstan/extension-installer": true
}
},
"scripts": {
"auto-scripts": {
"cache:clear": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd"
},
"post-install-cmd": [
"@auto-scripts"
],
"post-update-cmd": [
"@auto-scripts"
]
},
"extra": {
"symfony": {
"allow-contrib": true,
"require": "7.1.*",
"docker": false
}
}
}