forked from akeneo/pim-community-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
177 lines (177 loc) · 6.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
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
{
"name": "akeneo/pim-community-dev",
"description": "Akeneo PIM, the future of catalog management is open!",
"license": "OSL-3.0",
"authors": [
{
"name": "Akeneo",
"homepage": "http://www.akeneo.com"
}
],
"autoload": {
"psr-0": {
"": "src/"
},
"psr-4": {
"Pim\\Upgrade\\": "upgrades/"
},
"classmap": [ "app/AppKernel.php", "app/AppCache.php" ]
},
"autoload-dev": {
"psr-0": {
"Context": "tests/legacy/features/"
},
"psr-4": {
"Pim\\Behat\\": "tests/legacy/features/Behat",
"AkeneoTest\\": "tests/back",
"Akeneo\\Test\\IntegrationTestsBundle\\": "tests/back/Integration/IntegrationTestsBundle/",
"Akeneo\\Test\\Integration\\": "tests/back/Integration/",
"Akeneo\\Test\\Acceptance\\": "tests/back/Acceptance/",
"Akeneo\\Test\\Common\\": "tests/back/Common/"
},
"classmap": [ "tests/back/Integration/AppKernelTest.php" ]
},
"require": {
"php": ">=7.1.0",
"ass/xmlsecurity": "1.1.1",
"doctrine/annotations": "1.3.1",
"doctrine/cache": "1.6.1",
"doctrine/common": "2.7.2",
"doctrine/data-fixtures": "1.2.2",
"doctrine/doctrine-bundle": "1.6.7",
"doctrine/doctrine-fixtures-bundle": "2.3.0",
"doctrine/doctrine-migrations-bundle": "1.2.1",
"doctrine/migrations": "1.5.0",
"doctrine/orm": "2.5.6",
"dompdf/dompdf" : "0.6.2@dev",
"elasticsearch/elasticsearch": "^5.1",
"escapestudios/wsse-authentication-bundle": "2.2.2",
"friendsofsymfony/jsrouting-bundle": "1.6.0",
"friendsofsymfony/oauth-server-bundle": "1.5.2",
"friendsofsymfony/rest-bundle": "2.1.1",
"gedmo/doctrine-extensions":"v2.4.26",
"incenteev/composer-parameter-handler": "2.1.2",
"jms/serializer": "1.8.1",
"jms/serializer-bundle": "2.0",
"knplabs/knp-menu": "2.2.0",
"knplabs/knp-menu-bundle": "2.1.3",
"kriswallsmith/assetic": "1.4.0",
"leafo/lessphp": "0.5.0",
"league/flysystem": "1.0.40",
"league/flysystem-ziparchive": "1.0.3",
"liip/imagine-bundle": "1.9.1",
"imagine/imagine": "0.7.1",
"monolog/monolog": "1.23.0",
"ocramius/proxy-manager": "2.1.1",
"oneup/flysystem-bundle": "1.14.0",
"ramsey/uuid": "3.7.0",
"sensio/distribution-bundle": "5.0.20",
"sensio/framework-extra-bundle": "3.0.26",
"sensio/generator-bundle": "3.1.6",
"symfony/assetic-bundle": "2.8.2",
"symfony/monolog-bundle": "3.1.0",
"symfony/swiftmailer-bundle": "3.0.3",
"symfony/security-acl": "3.0.0",
"symfony/symfony": "3.4.2",
"symfony/thanks": "^1.0",
"symfony/polyfill-apcu": "1.4.0",
"twig/extensions": "1.2.0",
"box/spout": "2.7.2"
},
"require-dev": {
"akeneo/phpspec-skip-example-extension": "2.0.*",
"akeneo/php-coupling-detector": "0.3.*",
"behat/behat": "3.4.3",
"behat/gherkin":"4.5.1",
"behat/mink":"1.7.1",
"behat/transliterator":"1.2.0",
"behat/mink-browserkit-driver": "1.3.3",
"behat/mink-extension": "2.3.1",
"behat/mink-selenium2-driver": "1.3.x-dev",
"behat/symfony2-extension": "2.1.4",
"kriswallsmith/buzz": "^0.15",
"pdepend/pdepend": "2.1.*",
"phpmd/phpmd": "1.*",
"phpspec/phpspec": "~3.4.2",
"phpunit/phpunit": "6.5.3",
"sebastian/exporter": "~3.1.0",
"sensiolabs/behat-page-object-extension": "2.1.0",
"squizlabs/php_codesniffer": "2.*",
"friends-of-behat/context-service-extension": "^1.1",
"friends-of-behat/cross-container-extension": "^1.0",
"friends-of-behat/symfony-extension": "^1.0",
"liuggio/fastest": "1.6.*"
},
"suggest": {
"akeneo/catalogs": "In order to install one of the Akeneo catalogs"
},
"replace": {
"oro/translation-bundle": "1.0-dev",
"oro/navigation-bundle": "1.0-dev",
"oro/security-bundle": "1.0-dev",
"oro/assetic-bundle": "1.0-dev",
"oro/filter-bundle": "1.0-dev",
"oro/config-bundle": "1.0-dev",
"oro/user-bundle": "1.0-dev",
"oro/form-bundle": "1.0-dev",
"oro/ui-bundle": "1.0.0-alpha",
"akeneo/storage-utils": "0.6.0-dev",
"akeneo/batch": "0.6.0-dev",
"akeneo/storage-utils-bundle": "0.6.0-dev",
"akeneo/measure-bundle": "0.6.0-dev",
"akeneo/batch-bundle": "0.6.0-dev"
},
"scripts": {
"symfony-scripts": [
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::removeSymfonyStandardFiles",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget",
"php bin/console --ansi fos:js-routing:dump --target=web/js/routes.js",
"php bin/console --ansi pim:installer:assets"
],
"post-install-cmd": [
"@symfony-scripts"
],
"post-update-cmd": [
"@symfony-scripts"
]
},
"minimum-stability": "stable",
"extra": {
"symfony-app-dir": "app",
"symfony-bin-dir": "bin",
"symfony-var-dir": "var",
"symfony-web-dir": "web",
"symfony-assets-install": "relative",
"incenteev-parameters": {
"keep-outdated": true,
"file": "app/config/parameters.yml",
"env-map": {
"database_host": "PIM_DATABASE_HOST",
"database_port": "PIM_DATABASE_PORT",
"database_name": "PIM_DATABASE_NAME",
"database_user": "PIM_DATABASE_USER",
"database_password": "PIM_DATABASE_PASSWORD",
"index_hosts": "PIM_INDEX_HOSTS"
}
},
"branch-alias": {
"dev-master": "3.0.x-dev",
"dev-2.3": "2.3.x-dev",
"dev-2.2": "2.2.x-dev",
"dev-2.1": "2.1.x-dev",
"dev-2.0": "2.0.x-dev",
"dev-1.7": "1.7.x-dev",
"dev-1.6": "1.6.x-dev",
"dev-1.5": "1.5.x-dev",
"dev-1.4": "1.4.x-dev",
"dev-1.3": "1.3.x-dev",
"dev-1.2": "1.2.x-dev",
"dev-1.1": "1.1.x-dev",
"dev-1.0": "1.0.x-dev"
}
}
}