-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
182 lines (176 loc) · 6.96 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
173
174
175
176
177
178
179
180
181
182
{
"name": "mautic/core",
"license": "GPL-3.0",
"type": "mautic-core",
"description": "Mautic Open Source Distribution",
"autoload": {
"psr-4": {
"Mautic\\": "app/bundles/",
"MauticPlugin\\": "plugins/",
"Mautic\\Middleware\\": "app/middlewares/",
"Mautic\\Migrations\\": "app/migrations/"
},
"files": [
"app/AppKernel.php",
"app/AppCache.php"
]
},
"require": {
"php": ">=7.2.21 <7.5",
"ext-zlib": "^7.2",
"ext-zip": "^1.15",
"symfony/console": "~3.4.0",
"symfony/debug": "~3.4.0",
"symfony/form": "~3.4.0",
"symfony/intl": "~3.4.0",
"symfony/options-resolver": "~3.4.0",
"symfony/process": "~3.4.0",
"symfony/security": "~3.4.0",
"symfony/translation": "~3.4.0",
"symfony/validator": "~3.4.0",
"symfony/yaml": "~3.4.0",
"symfony/property-access": "~3.4.0",
"symfony/cache": "~3.4.0",
"symfony/asset": "~3.4.0",
"symfony/class-loader": "~3.4.0",
"symfony/dependency-injection": "~3.4.0",
"symfony/config": "~3.4.0",
"symfony/event-dispatcher": "~3.4.0",
"symfony/finder": "~3.4.0",
"symfony/http-foundation": "~3.4.0",
"symfony/http-kernel": "~3.4.0",
"symfony/filesystem": "~3.4.0",
"symfony/routing": "~3.4.0",
"symfony/security-core": "~3.4.0",
"symfony/security-csrf": "~3.4.0",
"symfony/stopwatch": "~3.4.0",
"symfony/templating": "~3.4.0",
"symfony/dotenv": "~3.4.0",
"symfony/expression-language": "~3.4.0",
"symfony/framework-bundle": "~3.4.0",
"symfony/monolog-bundle": "~3.5.0",
"symfony/security-bundle": "~3.4.0",
"symfony/twig-bundle": "~3.4.0",
"symfony/doctrine-bridge": "~3.4.0",
"symfony/monolog-bridge": "~3.4.0",
"symfony/swiftmailer-bundle": "~3.3",
"symfony/polyfill-mbstring": "~1.0",
"symfony/security-acl": "~3.0.0",
"symfony/polyfill-php73": "^1.13",
"symfony/polyfill-php74": "^1.13",
"sensio/distribution-bundle": "~5.0",
"sensio/framework-extra-bundle": "~3.0",
"doctrine/doctrine-bundle": "~1.12.0",
"doctrine/doctrine-fixtures-bundle": "~3.3.0",
"doctrine/doctrine-migrations-bundle": "~2.1",
"doctrine/annotations": "~1.8.0",
"doctrine/data-fixtures": "~1.4.0",
"doctrine/orm": "2.7.0",
"knplabs/gaufrette": "~0.9.0",
"aws/aws-sdk-php": "~3.0",
"friendsofsymfony/rest-bundle": "~2.6.0",
"friendsofsymfony/oauth-server-bundle": "~1.6.0",
"willdurand/oauth-server-bundle": "dev-release-0.0.3",
"jms/serializer-bundle": "~3.5.0",
"joomla/http": "~1.3.3",
"joomla/filter": "~1.3.5",
"oneup/uploader-bundle": "^2.1.5",
"mrclay/minify": "2.2.0",
"jbroadway/urlify": "^1.0",
"geoip2/geoip2": "~2.0",
"misd/phone-number-bundle": "^1.1",
"ip2location/ip2location-php": "^7.2",
"guzzlehttp/guzzle": "^6.2",
"twilio/sdk": "^5.25",
"debril/rss-atom-bundle": "~2.4.1",
"stack/run": "^1.0",
"stack/builder": "^1.0",
"piwik/device-detector": "~3.12.2",
"php-http/guzzle6-adapter": "^1.1",
"sparkpost/sparkpost": "~2.2.0",
"lightsaml/sp-bundle": "~1.2.1",
"egeloen/ordered-form-bundle": "^3.0",
"php-amqplib/rabbitmq-bundle": "^1.10",
"simshaun/recurr": "^3.0",
"ramsey/uuid": "^3.7",
"sendgrid/sendgrid": "~6.0",
"noxlogic/ratelimit-bundle": "^1.11",
"knplabs/knp-menu-bundle": "^2.0",
"guzzlehttp/oauth-subscriber": "^0.3.0",
"helios-ag/fm-elfinder-bundle": "~9",
"ricardofiorani/guzzle-psr18-adapter": "^1.0",
"leezy/pheanstalk-bundle": "^4.0",
"tightenco/collect": "^6.13",
"kamermans/guzzle-oauth2-subscriber": "^1.0",
"barryvdh/elfinder-flysystem-driver": "^0.2.1",
"bandwidth-throttle/token-bucket": "^2.0",
"gaufrette/extras": "^0.1.0",
"gaufrette/aws-s3-adapter": "^0.4.0",
"phpoffice/phpspreadsheet": "^1.15",
"mautic/composer-plugin": "^1.0"
},
"require-dev": {
"symfony/web-profiler-bundle": "~3.4.0",
"symfony/var-dumper": "~3.4.0",
"symfony/browser-kit": "~3.4.0",
"symfony/dom-crawler": "~3.4.0",
"liip/functional-test-bundle": "~3.3.0",
"mautic/transifex": "^4.0",
"http-interop/http-factory-guzzle": "^1.0",
"webfactory/exceptions-bundle": "~4.3",
"friendsofphp/php-cs-fixer": "~2.16.1",
"liip/test-fixtures-bundle": "^1.6",
"phpstan/phpstan": "^0.12.3",
"rector/rector-prefixed": "0.6.13",
"theofidry/psysh-bundle": "^v3.5.1",
"symfony/phpunit-bridge": "~5.1.0",
"phpunit/phpunit": "~8.5.0",
"phpunit/phpunit-selenium": "~8.0.0",
"codeception/codeception": "^4.0"
},
"repositories": [
{
"type": "git",
"url": "https://github.com/mautic/BazingaOAuthServerBundle.git"
},
{
"type": "git",
"url": "https://github.com/mautic/intl.git"
}
],
"scripts": {
"auto-scripts": [
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
"php -r \"if(file_exists('./.git')&&file_exists('./build/hooks/pre-commit'.(PHP_OS=='WINNT'?'.win':''))){copy('./build/hooks/pre-commit'.(PHP_OS=='WINNT'?'.win':''),'./.git/hooks/pre-commit');} if(file_exists('./.git')&&file_exists('./build/hooks/post-checkout')){copy('./build/hooks/post-checkout','./.git/hooks/post-checkout');}\"",
"php -r \"if(file_exists('./.git/hooks/pre-commit')&&(PHP_OS!='WINNT')){chmod('./.git/hooks/pre-commit',0755);} if(file_exists('./.git/hooks/post-checkout')&&(PHP_OS!='WINNT')){chmod('./.git/hooks/post-checkout',0755);}\""
],
"post-install-cmd": [
"@auto-scripts"
],
"post-update-cmd": [
"@auto-scripts"
],
"test": "bin/phpunit --bootstrap vendor/autoload.php --configuration app/phpunit.xml.dist",
"phpstan": "bin/phpstan analyse app/bundles app/migrations plugins",
"cs": "bin/php-cs-fixer fix -v --dry-run --diff",
"fixcs": "bin/php-cs-fixer fix -v",
"rector": "bin/rector process --config rector.yaml"
},
"config": {
"bin-dir": "bin",
"component-dir": "media/assets",
"process-timeout": 5000
},
"extra": {
"symfony-app-dir": "app",
"symfony-bin-dir": "bin",
"symfony-web-dir": "../",
"symfony-var-dir": "var",
"symfony-tests-dir": "tests",
"symfony-assets-install": "relative",
"incenteev-parameters": {
"file": "app/config/parameters.yml"
}
}
}