-
-
Notifications
You must be signed in to change notification settings - Fork 452
Expand file tree
/
Copy pathcomposer.json
More file actions
209 lines (209 loc) · 8.21 KB
/
composer.json
File metadata and controls
209 lines (209 loc) · 8.21 KB
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
{
"name": "openmage/magento-lts",
"description": "A fork of Magento-1 that is accepting bug fixes (backward compatible, drop in replacement for official Magento)",
"homepage": "https://www.openmage.org/",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"type": "magento-source",
"require": {
"php": ">=8.1 <8.6",
"ext-ctype": "*",
"ext-curl": "*",
"ext-dom": "*",
"ext-ftp": "*",
"ext-gd": "*",
"ext-hash": "*",
"ext-iconv": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-mysqli": "*",
"ext-pdo": "*",
"ext-pdo_mysql": "*",
"ext-posix": "*",
"ext-simplexml": "*",
"ext-soap": "*",
"ext-spl": "*",
"ext-zlib": "*",
"composer-runtime-api": "^2",
"colinmollenhour/cache-backend-redis": "^1.14",
"colinmollenhour/magento-redis-session": "^3.2.0",
"components/jquery": "^3.7.1",
"cweagans/composer-patches": "^2.0",
"empiricompany/openmage_ignition": "^1.5",
"ezyang/htmlpurifier": "^4.17",
"flowjs/flowjs": "dev-master",
"magento-hackathon/magento-composer-installer": "^3.1 || ^2.1 || ^4.0",
"mklkj/tinymce-i18n": "^26.1",
"monolog/monolog": "^3.9",
"nesbot/carbon": "^2.73",
"nnnick/chartjs": "^4.4",
"openmage/composer-plugin": "^3.1",
"pelago/emogrifier": "^8.0",
"php-units-of-measure/php-units-of-measure": "^2.2",
"phpseclib/mcrypt_compat": "^2.0.3",
"phpseclib/phpseclib": "^3.0.14",
"shardj/zf1-future": "^1.24.1",
"symfony/mime": "^6.4",
"symfony/polyfill-php82": "^1.33",
"symfony/polyfill-php83": "^1.33",
"symfony/polyfill-php84": "^1.33",
"symfony/polyfill-php85": "^1.33",
"symfony/string": "^6.4",
"symfony/translation-contracts": "^3.5",
"symfony/validator": "^6.4",
"tinymce/tinymce": "^8.0",
"vlucas/phpdotenv": "^5.6"
},
"require-dev": {
"ext-xmlreader": "*",
"composer/composer": "^2.8",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
"friendsofphp/php-cs-fixer": "^3.6",
"macopedia/phpstan-magento1": "^1.1",
"magento-ecg/coding-standard": "^4.5",
"openmage/dev-meta-package": "^1.1.0",
"perftools/php-profiler": "^1.1",
"phpcompatibility/php-compatibility": "^9.3",
"phpmd/phpmd": "^2.13",
"phpstan/extension-installer": "^1.4",
"phpstan/phpstan": "^2.1.18",
"phpstan/phpstan-deprecation-rules": "^2.0",
"phpstan/phpstan-phpunit": "^2.0",
"phpstan/phpstan-strict-rules": "^2.0",
"phpunit/phpunit": "^9.6",
"rector/rector": "^2.1.12",
"squizlabs/php_codesniffer": "^3.7",
"symplify/vendor-patches": "^12.0, !=12.0.5, !=12.0.6"
},
"replace": {
"symfony/polyfill-ctype": "*",
"symfony/polyfill-iconv": "*",
"symfony/polyfill-intl-grapheme": "*",
"symfony/polyfill-intl-icu": "*",
"symfony/polyfill-intl-idn": "*",
"symfony/polyfill-intl-messageformatter": "*",
"symfony/polyfill-intl-normalizer": "*",
"symfony/polyfill-mbstring": "*",
"symfony/polyfill-php73": "*",
"symfony/polyfill-php74": "*",
"symfony/polyfill-php80": "*",
"symfony/polyfill-php81": "*"
},
"conflict": {
"n98/n98_layouthelper": "*"
},
"minimum-stability": "dev",
"prefer-stable": true,
"authors": [
{
"name": "Lee Saferite",
"email": "lee.saferite@openmage.org",
"role": "Maintainer"
},
{
"name": "Daniel Fahlke aka Flyingmana",
"email": "flyingmana@googlemail.com",
"role": "retired Maintainer"
},
{
"name": "David Robinson",
"email": "david.robinson@aoe.com",
"role": "Maintainer"
},
{
"name": "Tymoteusz Motylewski",
"role": "Maintainer"
},
{
"name": "Sven Reichel",
"email": "github-sr@hotmail.com",
"role": "Maintainer"
}
],
"funding": [
{
"type": "open_collective",
"url": "https://opencollective.com/openmage"
}
],
"autoload-dev": {
"classmap": [
"app/code/*/*/*/controllers",
"app/code/*/*/*/Controller"
],
"psr-4": {
"OpenMage\\Rector\\": "dev/rector",
"OpenMage\\Tests\\Unit\\": "tests/unit"
}
},
"extra": {
"magento-root-dir": ".",
"magento-deploystrategy": "copy",
"magento-deploystrategy-dev": "symlink",
"magento-deploystrategy-overwrite": {
"openmage/dev-copyright": "copy",
"openmage/dev-translations": "copy",
"openmage/legacy-frontend-themes": "copy"
},
"magento-force": true
},
"config": {
"allow-plugins": {
"cweagans/composer-patches": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"magento-hackathon/magento-composer-installer": true,
"openmage/composer-plugin": true,
"phpstan/extension-installer": true
},
"audit": {
"block-insecure": false
},
"platform": {
"php": "8.1"
},
"sort-packages": true
},
"suggest": {
"n98/magerun": "The n98 magerun cli tools provides some handy tools to work with Magento from command line."
},
"scripts": {
"php-cs-fixer:test": "vendor/bin/php-cs-fixer fix --dry-run --diff",
"php-cs-fixer:fix": "vendor/bin/php-cs-fixer fix",
"phpmd:test": "vendor/bin/phpmd app/code/core/Mage html .phpmd.dist.xml --color --cache --cache-file .cache/.phpmd.result-cache.php --baseline-file .phpmd.dist.baseline.xml --report-file build/phpmd/report.html",
"phpmd:baseline": "vendor/bin/phpmd app/code/core/Mage html .phpmd.dist.xml --color --cache --cache-file .cache/.phpmd.result-cache.php --baseline-file .phpmd.dist.baseline.xml --report-file build/phpmd/report.html --update-baseline --generate-baseline",
"phpstan:test": "XDEBUG_MODE=off php vendor/bin/phpstan analyze",
"phpstan:baseline": "XDEBUG_MODE=off php vendor/bin/phpstan analyze -b .phpstan.dist.baseline.php",
"phpunit:test": "XDEBUG_MODE=off php vendor/bin/phpunit --configuration .phpunit.dist.xml --testsuite Base,Error,Mage,Varien --no-coverage",
"phpunit:coverage": "XDEBUG_MODE=coverage php vendor/bin/phpunit --configuration .phpunit.dist.xml --testsuite Base,Error,Mage,Varien --testdox",
"phpunit:coverage-local": "XDEBUG_MODE=coverage php vendor/bin/phpunit --configuration .phpunit.dist.xml --testsuite Base,Error,Mage,Varien --coverage-html build/phpunit/coverage",
"rector:test": "vendor/bin/rector process --config .rector.php --dry-run",
"rector:test:debug": "vendor/bin/rector process --config .rector.php --dry-run --debug",
"rector:fix": "vendor/bin/rector process --config .rector.php",
"vendor:patch": "vendor/bin/vendor-patches generate --patches-file=patches.json --patches-folder=.vendor-patches",
"test": [
"@php-cs-fixer:test",
"@phpstan:test",
"@phpunit:test"
]
},
"scripts-descriptions": {
"php-cs-fixer:test": "Run php-cs-fixer",
"php-cs-fixer:fix": "Run php-cs-fixer and fix issues",
"phpmd:test": "Run phpmd",
"phpmd:baseline": "Run phpmd and update baseline",
"phpstan:test": "Run phpstan",
"phpstan:baseline": "Run phpstan and update baseline",
"phpunit:test": "Run PHPUnit",
"phpunit:coverage": "Run PHPUnit with code coverage (requires XDEBUG enabled)",
"phpunit:coverage-local": "Run PHPUnit with local HTML code coverage (requires XDEBUG enabled)",
"rector:test": "Run rector",
"rector:test:debug": "Run rector with debug option",
"rector:fix": "Run rector and fix issues",
"vendor:patch": "Create patch file",
"test": "Run php-cs-fixer, phpstan & phpunit"
}
}