forked from Cocolabs-SAS/cocorico
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
138 lines (138 loc) · 3.68 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
{
"name": "cocorico/cocorico",
"license": "MIT",
"type": "project",
"description": "The Cocorico Standard Edition distribution",
"keywords": [
"marketplace",
"service",
"collaborative",
"platform",
"consumption"
],
"homepage": "http://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"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/Cocolabs-SAS/SonataUserBundle"
}
],
"require": {
"php": "^7.1.3",
"ext-ctype": "*",
"ext-iconv": "*",
"a2lix/translation-form-bundle": "^3.0",
"alcaeus/mongo-php-adapter": "^1.1",
"doctrine/cache": "^1.10",
"doctrine/doctrine-bundle": "^1.6.10|^2.0",
"doctrine/doctrine-cache-bundle": "^1.4",
"doctrine/doctrine-migrations-bundle": "^1.3|^2.0",
"doctrine/mongodb-odm-bundle": "^4.0",
"doctrine/orm": "^2.5.11",
"egulias/email-validator": "^2.1",
"friendsofsymfony/ckeditor-bundle": "^2.2",
"geocoder-php/google-maps-provider": "^4.4",
"helios-ag/fm-elfinder-bundle": "^9.3",
"hwi/oauth-bundle": "^1.0",
"incenteev/composer-parameter-handler": "^2.1",
"jms/i18n-routing-bundle": "^3.0",
"jms/translation-bundle": "^1.4",
"knplabs/doctrine-behaviors": "^1.6",
"knplabs/knp-menu-bundle": "^2.2",
"liip/imagine-bundle": "^2.2",
"monolog/monolog": "~1.19",
"mrclay/minify": "^3.0",
"oneup/uploader-bundle": "^2.2",
"patchwork/jsqueeze": "^2.0",
"php-http/guzzle6-adapter": "^2.0",
"php-http/message": "^1.8",
"simplethings/entity-audit-bundle": "^1.0",
"sonata-project/admin-bundle": "^3.58",
"sonata-project/block-bundle": "^3.18",
"sonata-project/doctrine-orm-admin-bundle": "^3.13",
"sonata-project/easy-extends-bundle": "^2.5",
"sonata-project/intl-bundle": "^2.7",
"sonata-project/user-bundle": "^4.5",
"stof/doctrine-extensions-bundle": "^1.3",
"symfony/console": "*",
"symfony/debug-pack": "^1.0",
"symfony/dotenv": "*",
"symfony/flex": "^1.3.1",
"symfony/framework-bundle": "*",
"symfony/monolog-bridge": "4.3.*",
"symfony/swiftmailer-bundle": "^3.4",
"symfony/translation": "4.3.*",
"symfony/yaml": "*",
"whiteoctober/breadcrumbs-bundle": "^1.4",
"willdurand/geocoder-bundle": "^5.11"
},
"require-dev": {
"behat/symfony2-extension": "^2.1",
"doctrine/doctrine-fixtures-bundle": "^3.3",
"fzaninotto/faker": "^1.9",
"symfony/dotenv": "^4.3",
"symfony/maker-bundle": "^1.14",
"symfony/profiler-pack": "^1.0",
"symfony/test-pack": "^1.0",
"vipsoft/doctrine-data-fixtures-extension": "^3.3"
},
"config": {
"preferred-install": {
"*": "dist"
},
"sort-packages": true
},
"autoload": {
"psr-4": {
"App\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"App\\Tests\\": "tests/"
}
},
"replace": {
"paragonie/random_compat": "2.*",
"symfony/polyfill-ctype": "*",
"symfony/polyfill-iconv": "*",
"symfony/polyfill-php71": "*",
"symfony/polyfill-php70": "*",
"symfony/polyfill-php56": "*"
},
"scripts": {
"auto-scripts": {
"cache:clear": "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.3.*"
}
},
"provide": {
"ext-mongo": "1.6.14"
}
}