-
-
Notifications
You must be signed in to change notification settings - Fork 179
Expand file tree
/
Copy pathcomposer.json
More file actions
176 lines (176 loc) · 5.99 KB
/
composer.json
File metadata and controls
176 lines (176 loc) · 5.99 KB
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
169
170
171
172
173
174
175
176
{
"name": "bolt/core",
"type": "library",
"description": "🧿 Bolt Core",
"license": "MIT",
"require": {
"php": ">=8.2",
"ext-json": "*",
"ext-mbstring": "*",
"ext-pdo": "*",
"composer-runtime-api": "^2",
"api-platform/core": "^4.0",
"babdev/pagerfanta-bundle": "^4.5",
"beberlei/doctrineextensions": "^1.3",
"bolt/common": "^3.0.5",
"bolt/yaml-migrations": "^2.2",
"cocur/slugify": "^4.0",
"composer/composer": "^2.0",
"composer/package-versions-deprecated": "^1.11",
"doctrine/data-fixtures": "^2.0",
"doctrine/dbal": "^4.0",
"doctrine/doctrine-bundle": "^2.7",
"doctrine/doctrine-fixtures-bundle": "^4.3",
"doctrine/doctrine-migrations-bundle": "^3.2 || ^4.0",
"doctrine/lexer": "^3",
"doctrine/orm": "^3.5",
"drupol/composer-packages": "^2.0",
"embed/embed": "^4.4",
"erusev/parsedown": "^1.7",
"erusev/parsedown-extra": "^0.8.1",
"fakerphp/faker": "^1.16",
"illuminate/collections": "^12.0",
"jasny/twig-extensions": "^1.3",
"knplabs/knp-menu-bundle": "^3.1",
"league/glide-symfony": "^2.0",
"miljar/php-exif": "^0.6.4",
"monolog/monolog": "^3.9",
"nelexa/zip": "^3.3 || ^4.0",
"nelmio/cors-bundle": "^2.1",
"nesbot/carbon": "^3.8",
"pagerfanta/doctrine-orm-adapter": "^4.7",
"php-translation/symfony-bundle": "^0.16",
"phpdocumentor/reflection-docblock": "^5.3",
"psr/event-dispatcher": "^1.0",
"scienta/doctrine-json-functions": "^6",
"siriusphp/upload": "^4.0",
"squirrelphp/twig-php-syntax": "^1.6",
"symfony/asset": "^6.4",
"symfony/cache": "^6.4",
"symfony/console": "^6.4",
"symfony/debug-bundle": "^6.4",
"symfony/dependency-injection": "^6.4",
"symfony/dotenv": "^6.4",
"symfony/error-handler": "^6.4",
"symfony/event-dispatcher": "^6.4",
"symfony/expression-language": "^6.4",
"symfony/flex": "^2.0",
"symfony/form": "^6.4",
"symfony/framework-bundle": "^6.4",
"symfony/http-client": "^6.4",
"symfony/mailer": "^6.4",
"symfony/mime": "^6.4",
"symfony/monolog-bridge": "^6.4",
"symfony/monolog-bundle": "^3.7",
"symfony/password-hasher": "^6.4",
"symfony/polyfill-php72": "^1.23",
"symfony/polyfill-php84": "^1.31",
"symfony/rate-limiter": "^6.4",
"symfony/runtime": "^6.4",
"symfony/security-bundle": "^6.4",
"symfony/security-csrf": "^6.4",
"symfony/serializer": "^6.4",
"symfony/stopwatch": "^6.4",
"symfony/string": "^6.4",
"symfony/translation": "^6.4",
"symfony/twig-bridge": "^6.4",
"symfony/twig-bundle": "^6.4",
"symfony/validator": "^6.4",
"symfony/var-dumper": "^6.4",
"symfony/var-exporter": "^6.4",
"symfony/web-profiler-bundle": "^6.4",
"symfony/webpack-encore-bundle": "^2.2",
"symfony/yaml": "^6.4",
"symfonycasts/reset-password-bundle": "^1.9",
"twig/extra-bundle": "^3.3",
"twig/html-extra": "^3.3",
"twig/intl-extra": "^3.3",
"twig/twig": "^3.21",
"ua-parser/uap-php": "^3.9",
"webimpress/safe-writer": "^2.1",
"webonyx/graphql-php": "^15.0",
"xemlock/htmlpurifier-html5": "^0.1.11"
},
"conflict": {
"acmecorp/reference-extension": "<2.0",
"bolt/article": "<3.0",
"bolt/configuration-notices-widget": "<3.0",
"bolt/newswidget": "<2.0",
"bolt/redactor": "<3.0",
"bolt/weatherwidget": "<3.0"
},
"require-dev": {
"ext-curl": "*",
"ext-pdo_sqlite": "*",
"acmecorp/reference-extension": "^2.0",
"bolt/configuration-notices-widget": "^3.0",
"bolt/newswidget": "^2.0",
"bolt/weatherwidget": "^3.0",
"dama/doctrine-test-bundle": "^8.4",
"nyholm/psr7": "^1.4",
"ondram/ci-detector": "^4.1",
"php-http/curl-client": "^2.2",
"php-http/discovery": "^1.14",
"php-http/httplug-bundle": "^2.0",
"php-http/message": "^1.12",
"phpstan/extension-installer": "1.4.3",
"phpstan/phpstan": "2.1.33",
"phpstan/phpstan-deprecation-rules": "2.0.3",
"phpstan/phpstan-doctrine": "2.0.12",
"phpstan/phpstan-symfony": "2.0.9",
"phpunit/phpunit": "^11.5",
"rector/rector": "2.2.11",
"symfony/browser-kit": "^6.4",
"symfony/css-selector": "^6.4",
"symplify/easy-coding-standard": "^13.0"
},
"config": {
"preferred-install": {
"*": "dist"
},
"sort-packages": true,
"allow-plugins": {
"composer/package-versions-deprecated": true,
"drupol/composer-packages": true,
"php-http/discovery": true,
"phpstan/extension-installer": true,
"symfony/flex": true,
"symfony/runtime": true
}
},
"extra": {
"branch-alias": {
"dev-main": "6.0.x-dev"
},
"public-dir": "public",
"symfony": {
"allow-contrib": true,
"require": "^6.4"
}
},
"autoload": {
"psr-4": {
"Bolt\\": "src/",
"Bolt\\ComposerScripts\\": "bin/composer-script/"
}
},
"autoload-dev": {
"psr-4": {
"Bolt\\Tests\\": "tests/php/",
"spec\\Bolt\\": "tests/spec/Bolt/"
}
},
"minimum-stability": "stable",
"prefer-stable": true,
"scripts": {
"post-install-cmd": [
"Bolt\\ComposerScripts\\ProjectEventHandler::corePostInstall"
],
"post-update-cmd": [
"Bolt\\ComposerScripts\\ProjectEventHandler::corePostUpdate"
],
"pre-package-uninstall": [
"Bolt\\ComposerScripts\\ProjectEventHandler::prePackageUninstall"
]
}
}