forked from akeneo/pim-community-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
170 lines (170 loc) · 6.29 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
{
"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.2.*",
"ext-apcu": "*",
"ext-bcmath": "*",
"ext-curl": ">=7.0",
"ext-exif": "*",
"ext-fileinfo": "*",
"ext-gd": ">=2.0",
"ext-imagick": "*",
"ext-intl": "*",
"ext-mbstring": "*",
"ext-pdo": "*",
"ext-xml": "*",
"ext-zip": "*",
"ass/xmlsecurity": "1.1.1",
"doctrine/annotations": "1.6.0",
"doctrine/cache": "1.8.0",
"doctrine/collections": "1.5.0",
"doctrine/common": "2.10.0",
"doctrine/data-fixtures": "1.2.2",
"doctrine/dbal": "2.7.2",
"doctrine/doctrine-bundle": "1.10.2",
"doctrine/doctrine-fixtures-bundle": "2.3.0",
"doctrine/doctrine-migrations-bundle": "1.2.1",
"doctrine/event-manager": "1.0.0",
"doctrine/instantiator": "1.1.0",
"doctrine/migrations": "1.5.0",
"doctrine/orm": "2.6.3",
"doctrine/persistence": "1.1.0",
"doctrine/reflection": "1.0.0",
"dompdf/dompdf" : "0.6.2@dev",
"elasticsearch/elasticsearch": "^6.1",
"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",
"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/monolog-bundle": "3.1.2",
"symfony/swiftmailer-bundle": "3.0.3",
"symfony/security-acl": "3.0.0",
"symfony/symfony": "3.4.28",
"symfony/thanks": "^1.0",
"symfony/polyfill-apcu": "1.4.0",
"twig/extensions": "1.3.0",
"twig/twig": "1.42.2",
"box/spout": "2.7.2",
"webmozart/assert": "1.3"
},
"require-dev": {
"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",
"phpspec/phpspec": "~5.1.0",
"phpunit/phpunit": "^8.0.4",
"sebastian/exporter": "~3.1.0",
"sensiolabs/behat-page-object-extension": "2.1.0",
"squizlabs/php_codesniffer": "2.*",
"friends-of-behat/symfony-extension": "^2.0",
"liuggio/fastest": "1.6.*",
"phpstan/phpstan": "^0.11.1",
"phpstan/phpstan-symfony": "^0.11.1",
"league/flysystem-aws-s3-v3": "^1.0"
},
"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/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"
}
}
}
}