-
Notifications
You must be signed in to change notification settings - Fork 5
/
composer.json
168 lines (168 loc) · 5.61 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
157
158
159
160
161
162
163
164
165
166
167
168
{
"name": "drenso/013-living-textbook",
"version": "1.0.0",
"description": "013-living-textbook",
"type": "project",
"license": "proprietary",
"require": {
"php": "8.3.*",
"ext-apcu": "*",
"ext-curl": "*",
"ext-dom": "*",
"ext-iconv": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"bobv/latex-bundle": "5.1.0",
"caxy/php-htmldiff": "0.1.15",
"doctrine/collections": "2.2.2",
"doctrine/common": "3.4.5",
"doctrine/dbal": "3.9.3",
"doctrine/doctrine-bundle": "2.13.1",
"doctrine/doctrine-migrations-bundle": "3.3.1",
"doctrine/event-manager": "2.0.1",
"doctrine/migrations": "3.8.2",
"doctrine/orm": "2.20.1",
"doctrine/persistence": "3.4.0",
"drenso/pdf-to-image": "3.0.0",
"drenso/symfony-oidc-bundle": "3.5.0",
"drenso/symfony-shared": "4.11.0",
"friendsofsymfony/ckeditor-bundle": "2.5.0",
"friendsofsymfony/jsrouting-bundle": "3.5.2",
"gedmo/doctrine-extensions": "3.17.1",
"helios-ag/fm-elfinder-bundle": "12.6",
"jms/serializer": "3.31.1",
"jms/serializer-bundle": "5.5.1",
"league/html-to-markdown": "5.1.1",
"ml/json-ld": "1.2.1",
"nelmio/api-doc-bundle": "4.33.5",
"nelmio/cors-bundle": "2.5.0",
"phpoffice/phpspreadsheet": "3.7.0",
"rollerworks/password-strength-validator": "2.0.3",
"ryakad/pandoc-php": "1.0.0",
"sentry/sentry-symfony": "5.1.0",
"stof/doctrine-extensions-bundle": "1.12.0",
"sweetrdf/easyrdf": "1.15.0",
"symfony/asset": "6.4.13",
"symfony/cache": "6.4.16",
"symfony/config": "6.4.14",
"symfony/console": "6.4.17",
"symfony/dependency-injection": "6.4.16",
"symfony/doctrine-bridge": "6.4.17",
"symfony/doctrine-messenger": "6.4.13",
"symfony/dotenv": "6.4.16",
"symfony/event-dispatcher": "6.4.13",
"symfony/expression-language": "6.4.13",
"symfony/filesystem": "6.4.13",
"symfony/finder": "6.4.17",
"symfony/flex": "2.4.7",
"symfony/form": "6.4.13",
"symfony/framework-bundle": "6.4.17",
"symfony/http-foundation": "6.4.16",
"symfony/http-kernel": "6.4.17",
"symfony/lock": "6.4.13",
"symfony/mailer": "6.4.13",
"symfony/messenger": "6.4.16",
"symfony/mime": "6.4.17",
"symfony/monolog-bundle": "3.10.0",
"symfony/options-resolver": "6.4.16",
"symfony/password-hasher": "6.4.13",
"symfony/process": "6.4.15",
"symfony/property-access": "6.4.13",
"symfony/rate-limiter": "6.4.15",
"symfony/routing": "6.4.16",
"symfony/runtime": "6.4.14",
"symfony/security-bundle": "6.4.13",
"symfony/security-core": "6.4.16",
"symfony/security-http": "6.4.15",
"symfony/string": "6.4.15",
"symfony/translation": "6.4.13",
"symfony/translation-contracts": "3.5.1",
"symfony/twig-bridge": "6.4.17",
"symfony/twig-bundle": "6.4.13",
"symfony/validator": "6.4.17",
"symfony/webpack-encore-bundle": "2.2.0",
"symfony/yaml": "6.4.13",
"twig/cssinliner-extra": "3.18.0",
"twig/extra-bundle": "3.18.0",
"twig/inky-extra": "3.18.0",
"twig/intl-extra": "3.18.0",
"twig/twig": "3.18.0",
"zircote/swagger-php": "4.11.1"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "3.66.0",
"phpstan/extension-installer": "1.4.3",
"phpstan/phpstan": "2.1.0",
"phpstan/phpstan-doctrine": "2.0.1",
"phpstan/phpstan-phpunit": "2.0.3",
"phpstan/phpstan-symfony": "2.0.0",
"phpunit/phpunit": "11.5.2",
"rector/rector": "2.0.5",
"symfony/error-handler": "6.4.17",
"symfony/phpunit-bridge": "6.4.16",
"symfony/stopwatch": "6.4.13",
"symfony/web-profiler-bundle": "6.4.17",
"vincentlanglet/twig-cs-fixer": "3.5.0"
},
"config": {
"preferred-install": {
"*": "dist"
},
"component-dir": "public/elfinder-assets",
"sort-packages": true,
"allow-plugins": {
"symfony/flex": true,
"symfony/runtime": true,
"php-http/discovery": false,
"phpstan/extension-installer": true
},
"audit": {
"abandoned": "report"
}
},
"autoload": {
"psr-4": {
"App\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"App\\Tests\\": "tests/"
}
},
"replace": {
"symfony/polyfill-apcu": "*",
"symfony/polyfill-ctype": "*",
"symfony/polyfill-iconv": "*",
"symfony/polyfill-mbstring": "*",
"symfony/polyfill-php72": "*",
"symfony/polyfill-php73": "*",
"symfony/polyfill-php74": "*",
"symfony/polyfill-php80": "*",
"symfony/polyfill-php81": "*",
"symfony/polyfill-php82": "*",
"symfony/polyfill-php83": "*"
},
"scripts": {
"auto-scripts": {
"assets:install --symlink --relative %PUBLIC_DIR%": "symfony-cmd",
"fos:js-routing:dump --format=json --target=assets/js/_fos_routes.json": "symfony-cmd"
},
"post-install-cmd": [
"@auto-scripts"
],
"post-update-cmd": [
"@auto-scripts"
]
},
"conflict": {
"symfony/symfony": "*"
},
"extra": {
"symfony": {
"allow-contrib": false,
"require": "6.4.*"
}
}
}