-
Notifications
You must be signed in to change notification settings - Fork 611
/
composer.json
155 lines (155 loc) · 4.7 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
{
"name": "cocorico/cocorico",
"license": "MIT",
"type": "project",
"description": "The Cocorico Standard Edition distribution",
"version": "0.15.1",
"keywords": [
"marketplace",
"service",
"collaborative",
"platform",
"consumption"
],
"homepage": "http://www.cocorico.io",
"authors": [
{
"name": "Cocolabs SAS",
"email": "[email protected]"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/Cocolabs-SAS/cocorico/issues",
"source": "https://github.com/Cocolabs-SAS/cocorico"
},
"autoload": {
"psr-4": {"": "src/"},
"classmap": [
"app/AppKernel.php",
"app/AppCache.php"
]
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
},
"files": [
"vendor/symfony/symfony/src/Symfony/Component/VarDumper/Resources/functions/dump.php"
]
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/Cocolabs-SAS/SonataUserBundle"
}
],
"require": {
"php": "^7.1",
"a2lix/translation-form-bundle": "^2.1",
"alcaeus/mongo-php-adapter": "^1.1",
"doctrine/doctrine-bundle": "^1.8",
"doctrine/doctrine-fixtures-bundle": "^3.0",
"doctrine/doctrine-migrations-bundle": "^1.3",
"doctrine/mongodb-odm-bundle": "^3.0",
"doctrine/orm": "^2.5",
"egulias/email-validator": "^2.1",
"friendsofsymfony/ckeditor-bundle": "^2.1",
"friendsofsymfony/message-bundle": "^1.3",
"friendsofsymfony/user-bundle": "^2.0",
"geocoder-php/google-maps-provider": "^4.1",
"guzzlehttp/guzzle": "^6.3",
"helios-ag/fm-elfinder-bundle": "^6.2",
"hwi/oauth-bundle": "^0.5",
"incenteev/composer-parameter-handler": "^2.1",
"jms/di-extra-bundle": "^1.9",
"jms/i18n-routing-bundle": "^2.0",
"jms/translation-bundle": "^1.3",
"knplabs/doctrine-behaviors": "^1.3",
"knplabs/knp-menu-bundle": "^2.2",
"lexik/currency-bundle": "^2.1",
"liip/imagine-bundle": "^1.9",
"mrclay/minify": "^3.0",
"oneup/uploader-bundle": "^1.9",
"patchwork/jsqueeze": "^2.0",
"php-http/guzzle6-adapter": "^1.1",
"php-http/message": "^1.6",
"ramsey/array_column": "~1.1",
"sensio/distribution-bundle": "^5.0",
"sensio/framework-extra-bundle": "^5.1",
"simplethings/entity-audit-bundle": "^1.0",
"sonata-project/admin-bundle": "^3.28",
"sonata-project/block-bundle": "^3.7",
"sonata-project/doctrine-orm-admin-bundle": "^3.1",
"sonata-project/easy-extends-bundle": "^2.2",
"sonata-project/intl-bundle": "^2.4",
"sonata-project/user-bundle": "4.x@dev",
"stof/doctrine-extensions-bundle": "^1.2",
"symfony/assetic-bundle": "^2.8",
"symfony/monolog-bundle": "^3.1",
"symfony/swiftmailer-bundle": "^3.1",
"symfony/symfony": "^3.4",
"whiteoctober/breadcrumbs-bundle": "^1.2",
"willdurand/geocoder-bundle": "^5.0"
},
"require-dev": {
"behat/mink-browserkit-driver": "^1.3",
"behat/mink-extension": "^2.3",
"behat/mink-goutte-driver": "^1.2",
"behat/mink-selenium2-driver": "^1.3",
"behat/mink-zombie-driver": "^1.4",
"behat/symfony2-extension": "^2.1",
"doctrine/doctrine-fixtures-bundle": "^3.0",
"fzaninotto/faker": "^1.7",
"hpatoio/deploy-bundle": "^1.5",
"phpunit/phpunit": "^6.4",
"sensio/generator-bundle": "^3.1",
"symfony/phpunit-bridge": "3.4.*@RC",
"vipsoft/doctrine-data-fixtures-extension": "^3.3",
"wikimedia/composer-merge-plugin": "^1.4"
},
"scripts": {
"symfony-scripts": [
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget"
],
"post-install-cmd": [
"@symfony-scripts"
],
"post-update-cmd": [
"@symfony-scripts"
]
},
"config": {
"bin-dir": "bin",
"component-dir": "web/assets",
"sort-packages": true
},
"extra": {
"symfony-app-dir": "app",
"symfony-bin-dir": "bin",
"symfony-var-dir": "var",
"symfony-web-dir": "web",
"symfony-tests-dir": "tests",
"symfony-assets-install": "relative",
"incenteev-parameters": {
"file": "app/config/parameters.yml"
},
"merge-plugin": {
"include": [
"./composer.dev.json"
],
"recurse": true,
"replace": false,
"merge-dev": true,
"merge-extra": false
}
},
"provide": {
"ext-mongo": "1.6.14"
}
}