-
Notifications
You must be signed in to change notification settings - Fork 54
/
composer.json
172 lines (172 loc) · 5.55 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
169
170
171
172
{
"name": "bewelcome/rox",
"description": "The source code that drives bewelcome.org",
"homepage": "https://www.bewelcome.org/",
"type": "project",
"license": "GPL",
"minimum-stability": "RC",
"require": {
"ext-exif": "*",
"ext-fileinfo": "*",
"ext-gd": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-mysqli": "*",
"ext-openssl": "*",
"ext-pdo": "*",
"ext-pdo_mysql": "*",
"ext-session": "*",
"ext-xsl": "*",
"ext-zip": "*",
"amphp/http-client": "^4.6",
"anthonymartin/geo-location": "^2.0",
"api-platform/core": "2.*",
"babdev/pagerfanta-bundle": "3.*",
"beberlei/doctrineextensions": "^1.3",
"bjeavons/zxcvbn-php": "^1.3",
"doctrine/doctrine-bundle": "^2.0",
"doctrine/doctrine-migrations-bundle": "^2.0",
"doctrine/orm": "^2.8.4",
"eluceo/ical": "^2.5",
"exercise/htmlpurifier-bundle": "^3.0",
"ezyang/htmlpurifier": "^4.0",
"foolz/sphinxql-query-builder": "^3.0",
"friendsofphp/proxy-manager-lts": "^1.0",
"gregwar/captcha-bundle": "^2.1",
"hidehalo/nanoid-php": "^1.1",
"html2text/html2text": "*",
"incenteev/composer-parameter-handler": "^2.0",
"intervention/image": "^2.4",
"jfcherng/php-levenshtein-distance": "*",
"judev/php-htmltruncator": "^1.2",
"laminas/laminas-code": "4.7.1",
"laminas/laminas-eventmanager": "3.*",
"laminas/laminas-uri": "^2.7",
"league/html-to-markdown": "^4.8",
"lexik/jwt-authentication-bundle": "^2.8",
"manticoresoftware/manticoresearch-php": "^3.0",
"nelmio/cors-bundle": "^2.1",
"nelmio/security-bundle": "^2.10",
"nesbot/carbon": "^2.0",
"pagerfanta/pagerfanta": "^v3.4.0",
"psr/container": "^1.0",
"psr/log": "*",
"ramsey/uuid-doctrine": "^1.6",
"sensio/framework-extra-bundle": "^6.1",
"stof/doctrine-extensions-bundle": "^1.7",
"swiftmailer/swiftmailer": "^6.0",
"symfony/apache-pack": "^1.0",
"symfony/asset": "^5.3.0",
"symfony/cache": "^5.3.0",
"symfony/debug-bundle": "^5.3.0",
"symfony/dotenv": "^5.3.0",
"symfony/expression-language": "^5.3.0",
"symfony/flex": "^1.1",
"symfony/form": "^5.3.0",
"symfony/http-client": "^5.3.0",
"symfony/mailer": "^5.3.0",
"symfony/monolog-bundle": "^3.3",
"symfony/password-hasher": "5.4.*",
"symfony/phpunit-bridge": "^5.3.0",
"symfony/runtime": "5.4.*",
"symfony/security-bundle": "^5.3.0",
"symfony/stopwatch": "5.3.*",
"symfony/templating": "^5.3.0",
"symfony/translation": "^5.3.0",
"symfony/twig-bundle": "^5.3.0",
"symfony/validator": "^5.3.0",
"symfony/var-dumper": "^5.3.0",
"symfony/web-link": "5.4.*",
"symfony/web-profiler-bundle": "^5.3.0",
"symfony/webpack-encore-bundle": "^1.16",
"twig/cssinliner-extra": "^3.0",
"twig/extra-bundle": "^3.0",
"twig/inky-extra": "^3.0",
"twig/intl-extra": "^3.0",
"twig/markdown-extra": "^3.0",
"twig/twig": "^3.0",
"xemlock/htmlpurifier-html5": "^0.1.10"
},
"conflict": {
"symfony/symfony": "*"
},
"require-dev": {
"alexandresalome/mailcatcher": "^1.3",
"behat/behat": "^3.7",
"behatch/contexts": "^3.3",
"dama/doctrine-test-bundle": "^6.3",
"doctrine/data-fixtures": "^1.3",
"fakerphp/faker": "^v1.14.1",
"friends-of-behat/mink": "^1.8",
"friends-of-behat/mink-browserkit-driver": "^1.4",
"friends-of-behat/mink-extension": "^2.4",
"friends-of-behat/symfony-extension": "^2.1",
"friendsofphp/php-cs-fixer": "^3.0",
"hautelook/alice-bundle": "^2.0",
"infection/infection": "0.25",
"mockery/mockery": "^1.4.0",
"nelmio/alice": "^3.0",
"phploc/phploc": "^7.0",
"phpmd/phpmd": "^2.6",
"phpstan/extension-installer": "*",
"phpstan/phpstan": "*",
"phpstan/phpstan-doctrine": "*",
"phpstan/phpstan-symfony": "*",
"sebastian/phpcpd": "^6.0",
"squizlabs/php_codesniffer": "^3.5",
"symfony/browser-kit": "^5.3.0",
"symfony/css-selector": "^5.3.0",
"symfony/maker-bundle": "^1.8"
},
"autoload": {
"psr-4": {
"App\\": "src/",
"Rox\\": "Rox/",
"Mike42\\": "Mike42/"
},
"classmap": [
"modules/",
"lib/",
"tools/",
"pthacks/",
"roxlauncher/",
"build/"
]
},
"autoload-dev": {
"psr-4": {
"App\\Tests\\": "tests/"
}
},
"scripts": {
"auto-scripts": {
"cache:clear": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd"
},
"post-install-cmd": [
"@auto-scripts"
],
"post-update-cmd": [
"@auto-scripts"
]
},
"config": {
"sort-packages": true,
"platform": {
"php": "7.4.7"
},
"allow-plugins": {
"infection/extension-installer": true,
"phpstan/extension-installer": true,
"symfony/flex": true,
"symfony/runtime": true
}
},
"extra": {
"symfony": {
"allow-contrib": true,
"require": "5.4.*"
}
}
}