forked from orfin/WellCommerce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
executable file
·153 lines (153 loc) · 5.59 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
{
"name": "wellcommerce/wellcommerce",
"license": "MIT",
"minimum-stability": "dev",
"description": "WellCommerce Open-Source edition",
"keywords": [
"symfony",
"e-commerce",
"open-source"
],
"authors": [
{
"name": "Adam Piotrowski",
"email": "[email protected]"
},
{
"name": "WellCommerce Developers",
"email": "[email protected]"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/WellCommerce/WellCommerce/issues",
"source": "https://github.com/WellCommerce/WellCommerce/"
},
"autoload": {
"psr-4": {
"": "src/"
},
"files": [
"app/AppKernel.php"
]
},
"require": {
"php": "^7.0",
"ext-gd": "*",
"ext-exif": "*",
"wellcommerce/composer-plugin": "^1.0@dev",
"incenteev/composer-parameter-handler": "v2.1.2",
"symfony/symfony": "v3.2.2",
"doctrine/orm": "v2.5.4",
"twig/extensions": "v1.4.1",
"sensio/distribution-bundle": "v5.0.18",
"sensio/framework-extra-bundle": "v3.0.21",
"knplabs/doctrine-behaviors": "1.4.0",
"fzaninotto/faker": "v1.5.0",
"willdurand/js-translation-bundle": "2.6.2",
"friendsofsymfony/jsrouting-bundle": "^2.0@dev",
"symfony-cmf/routing": "1.4.0",
"liip/imagine-bundle": "1.7.2",
"beberlei/DoctrineExtensions": "v1.0.13",
"symfony/monolog-bundle": "v3.0.3",
"symfony/swiftmailer-bundle": "v2.4.2",
"doctrine/doctrine-migrations-bundle": "v1.2.1",
"twig/twig": "v1.31.0",
"knplabs/packagist-api": "1.*@dev",
"mcuelenaere/composer-revision-plugin": "0.1.*",
"nesbot/carbon": "1.22.1",
"zendframework/zend-json": "^2.6@dev",
"wingu/code-generator": "1.0.5",
"sensio/generator-bundle": "v3.1.2",
"doctrine/doctrine-fixtures-bundle": "2.3.0",
"cache/adapter-bundle": "0.3.2",
"cache/apcu-adapter": "0.2.1",
"cache/filesystem-adapter": "0.3.0",
"cache/doctrine-adapter": "0.5.0",
"raven/raven": "^0.13.0",
"emanueleminotto/twig-cache-bundle": "^1.0",
"zendframework/zendsearch": "dev-master",
"elasticsearch/elasticsearch": "v2.3.0",
"expalmer/php-bad-words": "0.1.3",
"gossi/php-code-generator": "^0.4.1",
"algolia/algoliasearch-client-php": "^1.16",
"composer/composer": "^1.4",
"sunhater/kcfinder": "dev-master",
"ikadoc/kcfinder-bundle": "^1.1",
"profburial/wkhtmltopdf-binaries": "^0.12.1",
"knplabs/knp-snappy-bundle": "^1.4",
"league/oauth2-facebook": "^2.0",
"league/oauth2-google": "^2.0",
"umpirsky/twig-php-function": "^0.2.0",
"debril/rss-atom-bundle": "^3.0",
"google/recaptcha": "^1.1",
"dvdoug/boxpacker": "^2.3"
},
"replace": {
"wellcommerce/api-bundle": "self.version",
"wellcommerce/app-bundle": "self.version",
"wellcommerce/catalog-bundle": "self.version",
"wellcommerce/cms-bundle": "self.version",
"wellcommerce/core-bundle": "self.version",
"wellcommerce/coupon-bundle": "self.version",
"wellcommerce/generator-bundle": "self.version",
"wellcommerce/invoice-bundle": "self.version",
"wellcommerce/oauth-bundle": "self.version",
"wellcommerce/order-bundle": "self.version",
"wellcommerce/review-bundle": "self.version",
"wellcommerce/search-bundle": "self.version",
"wellcommerce/showcase-bundle": "self.version",
"wellcommerce/wishlist-bundle": "self.version",
"wellcommerce/wellcommerce-default-theme": "self.version"
},
"scripts": {
"post-install-cmd": [
"WellCommerce\\Bundle\\StandardEditionBundle\\Composer\\ScriptHandler::populateEnvironment",
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::removeSymfonyStandardFiles",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget",
"WellCommerce\\Bundle\\StandardEditionBundle\\Composer\\ScriptHandler::updateApplication"
],
"post-update-cmd": [
"WellCommerce\\Bundle\\StandardEditionBundle\\Composer\\ScriptHandler::populateEnvironment",
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget",
"WellCommerce\\Bundle\\StandardEditionBundle\\Composer\\ScriptHandler::updateApplication",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets"
],
"build-bootstrap": [
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap"
],
"post-create-project-cmd": [
"WellCommerce\\Bundle\\StandardEditionBundle\\Composer\\ScriptHandler::installApplication"
]
},
"config": {
"bin-dir": "bin",
"secure-http": false
},
"extra": {
"symfony-app-dir": "app",
"symfony-web-dir": "web",
"symfony-assets-install": "relative",
"incenteev-parameters": {
"file": "app/config/parameters.yml",
"env-map": {
"search_index_prefix": "SEARCH_INDEX_PREFIX",
"secret": "SYMFONY_SECRET",
"database_name": "SYMFONY_DATABASE_NAME",
"database_user": "SYMFONY_DATABASE_USER",
"database_host": "SYMFONY_DATABASE_HOST",
"database_password": "SYMFONY_DATABASE_PASSWORD",
"prod_log_path": "SYMFONY_PROD_LOG_PATH",
"php_bin_path": "PHP_BIN_PATH"
}
},
"branch-alias": {
"dev-master": "0.9.x-dev"
}
}
}