forked from commsy/commsy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
149 lines (149 loc) · 4.83 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
{
"name": "commsy/commsy",
"description": "A web-based community system",
"license": "GPLv2",
"type": "project",
"require": {
"php": "^7.4.0",
"ext-apcu": "*",
"ext-ctype": "*",
"ext-gd": "*",
"ext-iconv": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-soap": "*",
"api-platform/core": "^2.6",
"composer/package-versions-deprecated": "^1.8",
"craue/twigextensions-bundle": "^2.4",
"debril/rss-atom-bundle": "^5.0",
"doctrine/annotations": "^1.0",
"doctrine/doctrine-bundle": "^2.5",
"doctrine/doctrine-migrations-bundle": "^3.2",
"doctrine/orm": "^2.11",
"eluceo/ical": "^2.5",
"ezyang/htmlpurifier": "^4.1",
"friendsofsymfony/ckeditor-bundle": "^2.0",
"friendsofsymfony/elastica-bundle": "^6.1",
"knplabs/knp-menu-bundle": "^3.0",
"knplabs/knp-paginator-bundle": "^5.3",
"knplabs/knp-snappy-bundle": "^1.7",
"lexik/form-filter-bundle": "^7.0",
"lexik/jwt-authentication-bundle": "^2.14",
"liip/imagine-bundle": "^2.3",
"masterminds/html5": "^2.7",
"mhujer/breadcrumbs-bundle": "^1.5",
"nategood/httpful": "^0.3",
"nelmio/api-doc-bundle": "^4.8",
"nelmio/cors-bundle": "^2.2",
"nette/utils": "^3.1",
"ozdemirburak/iris": "^2.3",
"php-imap/php-imap": "^4.1",
"phpdocumentor/reflection-docblock": "^5.3",
"promphp/prometheus_client_php": "^2.6",
"sabre/vobject": "^4.3",
"sensio/framework-extra-bundle": "^5.6",
"sylius/theme-bundle": "^2.2",
"symfony/asset": "4.4.*",
"symfony/console": "4.4.*",
"symfony/dotenv": "4.4.*",
"symfony/expression-language": "4.4.*",
"symfony/flex": "^1.3",
"symfony/form": "4.4.*",
"symfony/framework-bundle": "4.4.*",
"symfony/http-client": "4.4.*",
"symfony/ldap": "4.4.*",
"symfony/lock": "4.4.*",
"symfony/mailer": "4.4.*",
"symfony/messenger": "4.4.*",
"symfony/monolog-bundle": "^3.3",
"symfony/polyfill-apcu": "^1.10",
"symfony/process": "4.4.*",
"symfony/property-access": "4.4.*",
"symfony/property-info": "4.4.*",
"symfony/proxy-manager-bridge": "4.4.*",
"symfony/security-bundle": "4.4.*",
"symfony/serializer": "4.4.*",
"symfony/stopwatch": "4.4.*",
"symfony/translation": "4.4.*",
"symfony/twig-bundle": "4.4.*",
"symfony/validator": "4.4.*",
"symfony/webpack-encore-bundle": "^1.14",
"symfony/yaml": "4.4.*",
"tomnomnom/etherpad-lite-client": "^0.1.2",
"twig/extra-bundle": "^3.3",
"twig/string-extra": "^3.3",
"vich/uploader-bundle": "^1.16"
},
"require-dev": {
"codeception/codeception": "^4.1",
"codeception/module-asserts": "^2.0",
"codeception/module-datafactory": "^2.0",
"codeception/module-db": "^2.0",
"codeception/module-doctrine2": "^2.0",
"codeception/module-phpbrowser": "^2.0",
"codeception/module-rest": "^2.0",
"codeception/module-symfony": "^2.1",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
"doctrine/doctrine-fixtures-bundle": "^3.3",
"phpcompatibility/php-compatibility": "^9.3",
"symfony/maker-bundle": "^1.21",
"symfony/web-profiler-bundle": "4.4.*"
},
"config": {
"optimize-autoloader": true,
"preferred-install": {
"*": "dist"
},
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"symfony/flex": true
}
},
"autoload": {
"psr-4": {
"App\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"App\\Tests\\": "tests/"
},
"classmap": [
"tests/_support"
]
},
"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",
"ckeditor:install --clear=drop": "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": true,
"require": "4.4.*"
},
"ckeditor-tag": "4.11.4",
"ckeditor-clear": "drop"
}
}