-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
167 lines (166 loc) · 5.11 KB
/
composer.json
File metadata and controls
167 lines (166 loc) · 5.11 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
{
"type": "project",
"license": "proprietary",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/gothick/geotools"
},
{
"type": "vcs",
"url": "https://github.com/gothick/geolocation-php-api"
},
{
"type": "vcs",
"url": "https://github.com/gothick/BeelabTagBundle"
},
{
"type": "vcs",
"url": "https://github.com/gothick/php-speller"
}
],
"require": {
"php": ">=8.3.0",
"ext-ctype": "*",
"ext-iconv": "*",
"beelab/tag-bundle": "^2.1-dev",
"composer/package-versions-deprecated": "^1.11",
"doctrine/doctrine-bundle": "^2.11",
"doctrine/doctrine-migrations-bundle": "^3.0",
"doctrine/orm": "^2.7",
"friendsofsymfony/elastica-bundle": "^7.0.0",
"gabrielelana/byte-units": "^0.5.0",
"google/cloud-vision": "^1.3",
"gothick/geotools": "dev-master",
"guzzlehttp/guzzle": "^7.3",
"jeroendesloovere/geolocation-php-api": "dev-master",
"jordanbrauer/unit-converter": "dev-master",
"knplabs/knp-paginator-bundle": "^5.3 || ^6.0",
"league/commonmark": "^2.8",
"liip/imagine-bundle": "^2.3",
"longitude-one/doctrine-spatial": "^5",
"mekras/php-speller": "^2.4",
"michelf/php-markdown": "^2.0",
"miljar/php-exif": "^0.6.5",
"mistic100/randomcolor": "^1.0",
"nelmio/cors-bundle": "^2.1",
"nesbot/carbon": "^2.42 || ^3.0",
"phpdocumentor/reflection-docblock": "^5.2",
"predis/predis": "^3.3",
"sibyx/phpgpx": "@RC",
"spatie/guzzle-rate-limiter-middleware": "^2.0",
"symfony/apache-pack": "^1.0",
"symfony/asset": "7.4.*",
"symfony/beanstalkd-messenger": "7.4.*",
"symfony/browser-kit": "7.4.*",
"symfony/console": "7.4.*",
"symfony/css-selector": "7.4.*",
"symfony/debug-bundle": "7.4.*",
"symfony/doctrine-messenger": "7.4.*",
"symfony/dotenv": "7.4.*",
"symfony/expression-language": "7.4.*",
"symfony/flex": "^2.10",
"symfony/form": "7.4.*",
"symfony/framework-bundle": "7.4.*",
"symfony/http-client": "7.4.*",
"symfony/intl": "7.4.*",
"symfony/mailer": "7.4.*",
"symfony/messenger": "7.4.*",
"symfony/mime": "7.4.*",
"symfony/monolog-bundle": "^3.11",
"symfony/notifier": "7.4.*",
"symfony/process": "7.4.*",
"symfony/property-access": "7.4.*",
"symfony/property-info": "7.4.*",
"symfony/rate-limiter": "7.4.*",
"symfony/runtime": "7.4.*",
"symfony/security-bundle": "7.4.*",
"symfony/serializer": "7.4.*",
"symfony/stopwatch": "7.4.*",
"symfony/string": "7.4.*",
"symfony/translation": "7.4.*",
"symfony/twig-bundle": "7.4.*",
"symfony/ux-chartjs": "^2.32",
"symfony/validator": "7.4.*",
"symfony/var-dumper": "7.4.*",
"symfony/web-link": "7.4.*",
"symfony/web-profiler-bundle": "7.4.*",
"symfony/webpack-encore-bundle": "^2.4",
"symfony/yaml": "7.4.*",
"twig/extra-bundle": "^3.4",
"twig/intl-extra": "^3.1",
"twig/markdown-extra": "^3.4",
"twig/string-extra": "^3.1",
"twig/twig": "^2.12|^3.0",
"vich/uploader-bundle": "^2.0"
},
"require-dev": {
"dama/doctrine-test-bundle": "^8.2",
"deployer/deployer": "^7.1",
"dg/bypass-finals": "^1.9",
"doctrine/doctrine-fixtures-bundle": "^4.3",
"liip/test-fixtures-bundle": "^3.1.0",
"phpstan/phpstan": "^2.1",
"phpunit/phpunit": "^12.5",
"rector/rector": "^2.3",
"symfony/maker-bundle": "^1.65",
"symfony/phpunit-bridge": "^6.4"
},
"config": {
"optimize-autoloader": true,
"preferred-install": {
"*": "dist"
},
"sort-packages": true,
"allow-plugins": {
"composer/package-versions-deprecated": true,
"php-http/discovery": true,
"symfony/flex": true,
"symfony/runtime": true
},
"audit": {
"ignore": [
]
}
},
"autoload": {
"psr-4": {
"App\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"App\\Tests\\": "tests/"
}
},
"replace": {
"paragonie/random_compat": "2.*",
"symfony/polyfill-ctype": "*",
"symfony/polyfill-iconv": "*",
"symfony/polyfill-php72": "*",
"symfony/polyfill-php71": "*",
"symfony/polyfill-php70": "*",
"symfony/polyfill-php56": "*"
},
"scripts": {
"auto-scripts": {
"cache:clear": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd"
},
"post-install-cmd": [
"@auto-scripts"
],
"post-update-cmd": [
"@auto-scripts"
]
},
"conflict": {
"symfony/symfony": "*"
},
"extra": {
"symfony": {
"allow-contrib": false,
"require": "7.4.*"
}
}
}