forked from mautic/mautic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
157 lines (146 loc) · 5.62 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
{
"name": "mautic/core",
"license": "GPL-3.0",
"type": "project",
"description": "Mautic Open Source Distribution",
"autoload": {
"psr-4": {
"Mautic\\": "app/bundles/",
"MauticPlugin\\": "plugins/",
"Mautic\\Middleware\\": "app/middlewares/"
},
"classmap": [
"app/AppKernel.php",
"app/AppCache.php"
]
},
"require": {
"php": ">=5.6.19 <7.2",
"symfony/console": "~2.8",
"symfony/debug": "~2.8",
"symfony/form": "~2.8",
"symfony/intl": "~2.8",
"symfony/options-resolver": "~2.8",
"symfony/process": "~2.8",
"symfony/security": "~2.8",
"symfony/security-acl": "~2.7",
"symfony/translation": "2.8.11",
"symfony/validator": "~2.8",
"symfony/yaml": "~2.8",
"symfony/property-access": "~2.8",
"symfony/dom-crawler": "~2.8",
"symfony/browser-kit": "~2.8",
"symfony/cache": "~3.1",
"symfony/asset": "~2.7",
"symfony/class-loader": "~2.1",
"symfony/dependency-injection": "~2.8",
"symfony/config": "~2.8",
"symfony/event-dispatcher": "~2.8",
"symfony/finder": "~2.0,>=2.0.5",
"symfony/http-foundation": "~2.5,>=2.5.4",
"symfony/http-kernel": "~2.8",
"symfony/polyfill-mbstring": "~1.0",
"symfony/filesystem": "~2.8",
"symfony/routing": "~2.8",
"symfony/security-core": "~2.8",
"symfony/security-csrf": "~2.6",
"symfony/stopwatch": "~2.3",
"symfony/templating": "~2.1",
"symfony/framework-bundle": "~2.8",
"symfony/monolog-bundle": "~2.11",
"symfony/security-bundle": "~2.8",
"symfony/swiftmailer-bundle": "~2.3",
"symfony/doctrine-bridge": "~2.8",
"symfony/monolog-bridge": "~2.8",
"sensio/distribution-bundle": "~5.0",
"symfony/twig-bundle": "~2.8",
"doctrine/dbal": "~2.5.4",
"doctrine/common": "~2.5.3",
"doctrine/annotations": "1.2.*,>=1.2.7",
"doctrine/cache": "~1.5.4",
"doctrine/migrations": "~1.2.2",
"doctrine/orm": "~2.5.4",
"doctrine/doctrine-bundle": "~1.6",
"doctrine/doctrine-cache-bundle": "~1.3.0",
"doctrine/doctrine-fixtures-bundle": "~2.3.0",
"doctrine/doctrine-migrations-bundle": "~1.1.1",
"knplabs/gaufrette": "0.2",
"aws/aws-sdk-php": "~2.8",
"rackspace/php-opencloud": "1.12.*",
"knplabs/knp-menu": "^2.0",
"knplabs/knp-menu-bundle":"^2.0",
"friendsofsymfony/rest-bundle": "1.8.*",
"friendsofsymfony/oauth-server-bundle": "1.5.2",
"willdurand/oauth-server-bundle": "dev-master",
"jms/serializer-bundle": "~1.1",
"oneup/uploader-bundle": "~1.3",
"phpoffice/phpexcel": "1.8.1",
"joomla/http": "1.2.*",
"joomla/filter": "1.2.*",
"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": "^4.10",
"debril/rss-atom-bundle": "~2.4.1",
"stack/run": "^1.0",
"stack/builder": "^1.0",
"piwik/device-detector": "~3.7.0",
"php-http/guzzle6-adapter": "^1.1",
"sparkpost/sparkpost": "~2.0.3",
"doctrine/data-fixtures": "1.2.1",
"sonata-project/exporter": "^1.7",
"lightsaml/sp-bundle": "~1.0.3",
"symfony/expression-language": "~2.8",
"egeloen/ordered-form-bundle": "^3.0",
"symfony/dotenv": "^3.3",
"php-amqplib/rabbitmq-bundle": "^1.10",
"leezy/pheanstalk-bundle": "^3.2",
"simshaun/recurr": "^3.0",
"ramsey/uuid": "^3.7",
"sendgrid/sendgrid": "~6.0"
},
"require-dev": {
"symfony/web-profiler-bundle": "~2.8",
"liip/functional-test-bundle": "^1.3.4",
"sensio/generator-bundle": "~3.0",
"babdev/transifex": "~1.0",
"webfactory/exceptions-bundle": "~4.3",
"phpunit/phpunit": "^5.7",
"phpunit/dbunit": "^2.0",
"sebastian/exporter": "~2.0",
"phpunit/phpunit-mock-objects": "~3.4.4",
"friendsofphp/php-cs-fixer": "^2.2",
"symfony/var-dumper": "^3.2",
"phpunit/phpunit-selenium": "^3.0",
"codeception/codeception": "^2.3"
},
"repositories": [
{
"type": "git",
"url": "https://github.com/mautic/BazingaOAuthServerBundle.git"
}
],
"scripts": {
"post-install-cmd": [
"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');}\""
],
"post-update-cmd": [
"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');}\""
],
"test": "phpunit --bootstrap vendor/autoload.php --configuration app/phpunit.xml"
},
"config": {
"bin-dir": "bin"
},
"extra": {
"symfony-app-dir": "app",
"symfony-web-dir": "../"
}
}