forked from oroinc/orocommerce-application
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dev.json
157 lines (157 loc) · 4.88 KB
/
dev.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": "oro/commerce-crm-application",
"description": "OroCommerce - an open-source Business to Business Commerce application.\\This package contains a sample application.",
"license": "OSL-3.0",
"authors": [
{
"name": "Oro, Inc",
"homepage": "https://www.orocommerce.com"
}
],
"autoload": {
"psr-4": {"": "src/"},
"classmap": [
"vendor/oro/platform/src/Oro/Component/Testing/DeprecationErrorHandler.php",
"src/AppKernel.php",
"src/AppCache.php"
],
"exclude-from-classmap": [
"/vendor/symfony/phpunit-bridge/DeprecationErrorHandler.php",
"**/Tests/"
]
},
"require": {
"oro/commerce": "3.1.*",
"oro/commerce-authorizenet": "3.1.*",
"oro/platform": "3.1.*",
"oro/platform-serialised-fields": "3.1.*",
"oro/calendar-bundle": "3.1.*",
"oro/marketing": "3.1.*",
"oro/customer-portal": "3.1.*",
"oro/commerce-wirecard": "3.1.*",
"oro/crm": "3.1.*",
"oro/crm-task-bundle": "3.1.*",
"oro/crm-call-bundle": "3.1.*",
"oro/commerce-crm": "3.1.*",
"oro/crm-hangouts-call-bundle": "3.1.*",
"oro/crm-magento-embedded-contact-us": "3.1.*",
"oro/crm-dotmailer": "3.1.*",
"oro/crm-zendesk": "3.1.*",
"oro/commerce-infinitepay": "3.1.*",
"oro/redis-config": "3.1.*"
},
"require-dev": {
"sensio/generator-bundle": "3.1.*",
"behat/behat": "3.4.*",
"behat/mink-extension": "2.3.*",
"behat/mink-selenium2-driver": "1.*",
"behat/symfony2-extension": "2.1.*",
"nelmio/alice": "2.3.*",
"phpunit/phpunit": "6.5.*",
"johnkary/phpunit-speedtrap": "2.0.*",
"mybuilder/phpunit-accelerator": "2.0.*",
"squizlabs/php_codesniffer": "3.3.*",
"phpmd/phpmd": "2.6.*",
"sebastian/phpcpd": "3.0.*",
"phpunit/phpcov": "4.0.*",
"symfony/phpunit-bridge": "3.4.*",
"friendsofphp/php-cs-fixer": "2.12.6",
"oro/twig-inspector": "1.0.*"
},
"config": {
"component-dir": "public/bundles/components",
"bin-dir": "bin",
"fxp-asset": {
"enabled": false
}
},
"scripts": {
"post-install-cmd": [
"@build-parameters",
"@build-bootstrap",
"@install-requirements-file",
"@set-permissions",
"@install-assets",
"@set-assets-version"
],
"post-update-cmd": [
"@build-parameters",
"@build-bootstrap",
"@install-requirements-file",
"@set-permissions",
"@install-assets",
"@set-assets-version"
],
"build-parameters": [
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters"
],
"build-bootstrap": [
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap"
],
"install-requirements-file": [
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
],
"set-permissions": [
"Oro\\Bundle\\InstallerBundle\\Composer\\ScriptHandler::setPermissions"
],
"install-assets": [
"Oro\\Bundle\\InstallerBundle\\Composer\\ScriptHandler::installAssets"
],
"set-assets-version": [
"Oro\\Bundle\\InstallerBundle\\Composer\\ScriptHandler::setAssetsVersion"
]
},
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"symfony-web-dir": "public",
"symfony-var-dir": "var",
"symfony-bin-dir": "bin",
"symfony-tests-dir": "tests",
"incenteev-parameters": {
"file": "config/parameters.yml",
"env-map": {
"database_driver": "ORO_DB_DRIVER",
"database_host": "ORO_DB_HOST",
"database_port": "ORO_DB_PORT",
"database_name": "ORO_DB_NAME",
"database_user": "ORO_DB_USER",
"database_password": "ORO_DB_PASSWORD",
"mailer_transport": "ORO_MAILER_TRANSPORT",
"mailer_host": "ORO_MAILER_HOST",
"mailer_port": "ORO_MAILER_PORT",
"mailer_encryption": "ORO_MAILER_ENCRYPTION",
"mailer_user": "ORO_MAILER_USER",
"mailer_password": "ORO_MAILER_PASSWORD",
"websocket_bind_address": "ORO_WS_BIND_ADDRESS",
"websocket_bind_port": "ORO_WS_BIND_PORT",
"websocket_frontend_host": "ORO_WS_FRONTEND_HOST",
"websocket_frontend_port": "ORO_WS_FRONTEND_PORT",
"websocket_backend_host": "ORO_WS_BACKEND_HOST",
"websocket_backend_port": "ORO_WS_BACKEND_PORT",
"web_backend_prefix": "ORO_WEB_BACKEND_PREFIX",
"session_handler": "ORO_SESSION_HANDLER",
"locale": "ORO_LOCALE",
"secret": "ORO_SECRET",
"installed": "ORO_INSTALLED",
"message_queue_transport": "ORO_MQ_TRANSPORT",
"message_queue_transport_config": "ORO_MQ_TRANSPORT_CONFIG",
"enable_price_sharding": "ORO_ENABLE_PRICE_SHARDING"
}
}
},
"repositories": [
{
"type": "path",
"url": "../../package/*"
},
{
"type": "composer",
"url": "https://packagist.orocrm.com"
},
{
"type": "composer",
"url": "https://asset-packagist.orocrm.com"
}
]
}