-
Notifications
You must be signed in to change notification settings - Fork 516
/
composer.json
218 lines (218 loc) · 9.34 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
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
{
"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\\Schema\\": "upgrades/schema",
"Pim\\Upgrade\\": "upgrades/",
"Akeneo\\Connectivity\\Connection\\": "src/Akeneo/Connectivity/Connection/back",
"Akeneo\\Platform\\CommunicationChannel\\": "src/Akeneo/Platform/Bundle/CommunicationChannelBundle/back",
"Akeneo\\Pim\\Automation\\DataQualityInsights\\": "src/Akeneo/Pim/Automation/DataQualityInsights/back",
"Akeneo\\Platform\\Job\\": "src/Akeneo/Platform/Job/back",
"Akeneo\\FreeTrial\\": "src/Akeneo/FreeTrial/back",
"Akeneo\\Pim\\Enrichment\\Product\\": "src/Akeneo/Pim/Enrichment/Product/back",
"Akeneo\\Pim\\Enrichment\\Category\\": "src/Akeneo/Pim/Enrichment/Category/back",
"Akeneo\\Pim\\Structure\\Family\\": "src/Akeneo/Pim/Structure/Family/back",
"Akeneo\\Channel\\": "src/Akeneo/Channel/back",
"Akeneo\\Category\\": "src/Akeneo/Category/back",
"Akeneo\\UserManagement\\": "src/Akeneo/UserManagement/back",
"Akeneo\\Pim\\Automation\\IdentifierGenerator\\": "components/identifier-generator/back/src",
"Akeneo\\Platform\\Installer\\": "src/Akeneo/Platform/Installer/back/src",
"Akeneo\\Tool\\Bundle\\MeasureBundle\\": "src/Akeneo/Tool/Bundle/MeasureBundle/back/src"
}
},
"autoload-dev": {
"psr-0": {
"Context": "tests/legacy/features/",
"Akeneo\\Connectivity\\Connection\\": "src/Akeneo/Connectivity/Connection/back"
},
"psr-4": {
"Pim\\Behat\\": "tests/legacy/features/Behat",
"Akeneo\\Connectivity\\Connection\\Tests\\": "src/Akeneo/Connectivity/Connection/back/tests",
"Akeneo\\Connectivity\\Connection\\Tests\\EndToEnd\\": "src/Akeneo/Connectivity/Connection/tests/",
"AkeneoTest\\": "tests/back",
"Akeneo\\Test\\IntegrationTestsBundle\\": "tests/back/Integration/IntegrationTestsBundle/",
"Akeneo\\Test\\": "tests/back/",
"Pim\\Upgrade\\Schema\\Tests\\": "upgrades/test_schema/",
"Akeneo\\Platform\\CommunicationChannel\\Test\\": "src/Akeneo/Platform/Bundle/CommunicationChannelBundle/back/tests",
"Akeneo\\Platform\\Job\\Test\\": "src/Akeneo/Platform/Job/back/tests",
"Akeneo\\Test\\Pim\\Automation\\DataQualityInsights\\": "src/Akeneo/Pim/Automation/DataQualityInsights/tests/back",
"Akeneo\\Test\\Pim\\Enrichment\\Product\\": "src/Akeneo/Pim/Enrichment/Product/back/Test",
"Akeneo\\Test\\Pim\\Enrichment\\Category\\": "src/Akeneo/Pim/Enrichment/Category/back/Test",
"Akeneo\\Test\\Pim\\Structure\\Family\\": "src/Akeneo/Pim/Structure/Family/back/Test",
"Akeneo\\Test\\Channel\\": "src/Akeneo/Channel/back/tests",
"Akeneo\\Test\\Category\\": "src/Akeneo/Category/back/tests",
"Akeneo\\Test\\UserManagement\\": "src/Akeneo/UserManagement/back/tests",
"Akeneo\\Test\\Pim\\Automation\\IdentifierGenerator\\": "components/identifier-generator/back/tests",
"Akeneo\\Platform\\Installer\\Test\\": "src/Akeneo/Platform/Installer/back/tests",
"Akeneo\\Tool\\Bundle\\MeasureBundle\\tests\\": "src/Akeneo/Tool/Bundle/MeasureBundle/back/tests"
}
},
"require": {
"php": "8.1.*",
"ext-apcu": "*",
"ext-bcmath": "*",
"ext-curl": ">=7.0",
"ext-exif": "*",
"ext-fileinfo": "*",
"ext-gd": ">=2.0",
"ext-imagick": "*",
"ext-intl": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
"ext-pcntl": "*",
"ext-pdo": "*",
"ext-xml": "*",
"ext-zip": "*",
"akeneo/oauth-server-bundle": "^v3.0.0",
"ass/xmlsecurity": "1.1.1",
"aws/aws-sdk-php": "3.253.0",
"doctrine/annotations": "^1.13.2",
"doctrine/cache": "^1.12.1",
"doctrine/collections": "^v1.6.2",
"doctrine/common": "^3.2.0",
"doctrine/data-fixtures": "^1.4.2",
"doctrine/dbal": "^2.13.4",
"doctrine/doctrine-bundle": "^2.5.5",
"doctrine/doctrine-fixtures-bundle": "^3.4.1",
"doctrine/doctrine-migrations-bundle": "^3.2.0",
"doctrine/event-manager": "^1.1.1",
"doctrine/instantiator": "^1.4.0",
"doctrine/migrations": "^3.1.4",
"doctrine/orm": "^2.9.0",
"doctrine/persistence": "^2.2.3",
"dompdf/dompdf": "2.0.3",
"elasticsearch/elasticsearch": "7.11.0",
"friendsofsymfony/jsrouting-bundle": "3.2.1",
"friendsofsymfony/rest-bundle": "^3.4.0",
"gedmo/doctrine-extensions": "^3.2.0",
"google/cloud-pubsub": "^1.39.2",
"guzzlehttp/guzzle": "^7.5.0",
"imagine/imagine": "1.3.3",
"khaled.alshamaa/ar-php": "^6.2",
"lcobucci/jwt": "^4.2",
"league/flysystem": "^3.11.0",
"liip/imagine-bundle": "2.10.0",
"maennchen/zipstream-php": "^2.4.0",
"monolog/monolog": "^2.8.0",
"ocramius/proxy-manager": "2.11.1",
"oneup/flysystem-bundle": "^4.5.0",
"openspout/openspout": "^4.9.0",
"opis/json-schema": "^2.3",
"phpseclib/phpseclib": "^3.0",
"psr/event-dispatcher": "^1.0.0",
"ramsey/uuid": "4.7.1",
"ramsey/uuid-doctrine": "^1.8",
"symfony/acl-bundle": "^2.1.0",
"symfony/asset": "^5.4.0",
"symfony/cache": "^5.4",
"symfony/config": "^5.4.0",
"symfony/dependency-injection": "^5.4.0",
"symfony/doctrine-messenger": "^5.4.0",
"symfony/dotenv": "^5.4.0",
"symfony/event-dispatcher": "^5.4.0",
"symfony/filesystem": "^5.4.0",
"symfony/finder": "^5.4.0",
"symfony/flex": "^1.16.1",
"symfony/form": "^5.4.0",
"symfony/http-foundation": "^5.4.0",
"symfony/http-kernel": "^5.4.0",
"symfony/intl": "^5.4.0",
"symfony/lock": "^5.4.0",
"symfony/mailer": "^5.4.0",
"symfony/messenger": "^5.4.0",
"symfony/monolog-bundle": "^3.8.0",
"symfony/options-resolver": "^5.4.0",
"symfony/polyfill-apcu": "^1.23.0",
"symfony/process": "^5.4.0",
"symfony/property-access": "^5.4.0",
"symfony/proxy-manager-bridge": "^5.4.0",
"symfony/requirements-checker": "^2.0.0",
"symfony/routing": "^5.4.0",
"symfony/security-acl": "^3.1.1",
"symfony/security-bundle": "^5.4.0",
"symfony/security-core": "^5.4.0",
"symfony/security-csrf": "^5.4.0",
"symfony/security-http": "^5.4.0",
"symfony/templating": "^5.4.0",
"symfony/translation": "^5.4.0",
"symfony/twig-bundle": "^5.4.0",
"symfony/validator": "^5.4.0",
"symfony/yaml": "^5.4.0",
"twig/twig": "^3.3.3",
"webmozart/assert": "^1.11.0"
},
"require-dev": {
"akeneo/php-coupling-detector": "^0.8.1",
"behat/mink-selenium2-driver": "^1.5.0",
"blackfire/php-sdk": "^1.25",
"friends-of-behat/mink": "^1.9.0",
"friends-of-behat/mink-browserkit-driver": "^1.5.0",
"friends-of-behat/mink-extension": "^2.5.0",
"friends-of-behat/symfony-extension": "^2.4.0",
"friends-of-phpspec/phpspec-code-coverage": "^6.1.0",
"friendsofphp/php-cs-fixer": "^3.13.0",
"league/flysystem-aws-s3-v3": "^3.10.3",
"league/flysystem-memory": "^3.10.3",
"liuggio/fastest": "^1.10.0",
"mcustiel/phiremock": "2.1.1",
"phpspec/phpspec": "^7.1.0",
"phpspec/prophecy": "^1.16.0",
"phpstan/phpstan": "^1.9.3",
"phpstan/phpstan-deprecation-rules": "^1.1.1",
"phpstan/phpstan-symfony": "^1.2.5",
"phpstan/phpstan-webmozart-assert": "^1.2.0",
"phpunit/phpunit": "^9.5",
"rector/rector": "^0.15.0",
"sensiolabs/behat-page-object-extension": "^2.3.6",
"squizlabs/php_codesniffer": "3.*",
"symfony/debug-bundle": "^5.4.0",
"symfony/web-profiler-bundle": "^5.4.0",
"vimeo/psalm": "^5.1.0"
},
"conflict": {
"symfony/symfony": "*"
},
"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"
},
"minimum-stability": "stable",
"config": {
"sort-packages": true,
"allow-plugins": {
"symfony/flex": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"composer/package-versions-deprecated": true
}
},
"extra": {
"symfony": {
"require": "5.4.*"
}
}
}