-
-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathcomposer.json
More file actions
195 lines (195 loc) · 7.91 KB
/
Copy pathcomposer.json
File metadata and controls
195 lines (195 loc) · 7.91 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
{
"name": "mahocommerce/maho",
"description": "Free and open source ecommerce platform, created in 2024 on the M1 platform, PHP 8.3+",
"keywords": [
"ecommerce", "e-commerce", "magento", "openmage", "shopping-cart", "php", "symfony", "payment",
"security", "libsodium" ,"2fa", "two-factor-authentication", "cli", "web-shop", "online-store"
],
"homepage": "https://mahocommerce.com",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"type": "maho-source",
"require": {
"php": ">=8.3",
"ext-ctype": "*",
"ext-curl": "*",
"ext-dom": "*",
"ext-fileinfo": "*",
"ext-filter": "*",
"ext-ftp": "*",
"ext-gd": "*",
"ext-hash": "*",
"ext-iconv": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
"ext-pdo": "*",
"ext-pdo_mysql": "*",
"ext-session": "*",
"ext-simplexml": "*",
"ext-soap": "*",
"ext-sodium": "*",
"ext-spl": "*",
"ext-zip": "*",
"ext-zlib": "*",
"altcha-org/altcha": "^2.0.0",
"bacon/bacon-qr-code": "^3.0",
"composer-runtime-api": "^2",
"cbschuld/browser.php": "^2.0",
"doctrine/dbal": "^4.4",
"dompdf/dompdf": "^3.1",
"intervention/image": "^4.0",
"laminas/laminas-permissions-acl": "^2.17",
"lbuchs/webauthn": "^2.2",
"mahocommerce/icons": "^3",
"mahocommerce/maho-composer-plugin": "^4.4",
"matthiasmullie/minify": "^1.3",
"monolog/monolog": "^3.9",
"paypal/paypal-server-sdk": "^2.2",
"pelago/emogrifier": "^8",
"php-units-of-measure/php-units-of-measure": "^2.2",
"spomky-labs/otphp": "^11.3",
"symfony/cache": "^7.4",
"symfony/console": "^7.4",
"symfony/expression-language": "^7.4",
"symfony/filesystem": "^7.4",
"symfony/http-client": "^7.4",
"symfony/http-foundation": "^7.4",
"symfony/mailer": "^7.4",
"symfony/messenger": "^7.4",
"symfony/process": "^7.4",
"symfony/polyfill-php84": "^1.31",
"symfony/polyfill-php85": "^1.32",
"symfony/validator": "^7.4",
"symfony/var-dumper": "^7.4",
"symfony/routing": "^7.4",
"api-platform/core": "^4.3",
"nelmio/cors-bundle": "^2.6",
"symfony/framework-bundle": "^7.4",
"symfony/security-bundle": "^7.4",
"webonyx/graphql-php": "^15.31",
"lcobucci/jwt": "^5.6",
"symfony/html-sanitizer": "^7.4",
"symfony/object-mapper": "^7.4"
},
"replace": {
"magento-hackathon/magento-composer-installer": "^99.99",
"openmage/magento-lts": "^99.99",
"paragonie/random_compat": "^99.99",
"symfony/polyfill-ctype": "*",
"symfony/polyfill-mbstring": "*",
"symfony/polyfill-intl-grapheme": "*",
"symfony/polyfill-intl-idn": "*",
"symfony/polyfill-intl-normalizer": "*",
"symfony/polyfill-php80": "*",
"symfony/polyfill-php81": "*",
"symfony/polyfill-php82": "*",
"symfony/polyfill-php83": "*"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3",
"mahocommerce/maho-phpstan-plugin": "^4.1",
"pestphp/pest": "^4",
"pestphp/pest-plugin-browser": "^4.3",
"phpstan/phpstan": "^2.0",
"phpstan/phpstan-deprecation-rules": "^2.0",
"phpstan/phpstan-strict-rules": "^2.0",
"psy/psysh": "^0.12.10",
"react/stream": "^1.4",
"rector/rector": "^2",
"laminas/laminas-json-server": "^3.5",
"laminas/laminas-soap": "^2.10",
"laminas/laminas-xmlrpc": "^3.0",
"symfony/mcp-bundle": "^0.12",
"nyholm/psr7": "^1.8"
},
"suggest": {
"ext-pdo_pgsql": "Required for PostgreSQL database support",
"ext-pdo_sqlite": "Required for SQLite database support",
"fballiano/openmage-cloudflare-turnstile": "Turnstile: Cloudflare captcha-like antispam solution",
"laminas/laminas-json-server": "Install this package if you need JSON-RPC web services functionality",
"laminas/laminas-soap": "Install this package if you need SOAP web services functionality",
"laminas/laminas-xmlrpc": "Install this package if you need XML-RPC web services functionality",
"mahocommerce/module-braintree": "Braintree payment gateway integration",
"nyholm/psr7": "Required (together with symfony/mcp-bundle) for the MCP protocol at /api/mcp: supplies the PSR-17 factories its HTTP transport discovers. Only a require-dev of mcp-bundle, so nothing pulls it in for you. Any psr/http-factory-implementation works.",
"picqer/php-barcode-generator": "Required for gift card barcode generation",
"symfony/twig-bundle": "Required (together with symfony/asset) to render the API Platform Swagger UI, ReDoc, and GraphiQL explorer pages. Without it, the JSON API and /api/docs.json still work but the human-browsable docs at /api/docs do not.",
"symfony/asset": "Required (together with symfony/twig-bundle) for the API Platform Swagger UI: provides the asset() function its template uses.",
"symfony/mcp-bundle": "Required (together with nyholm/psr7) for the MCP protocol at /api/mcp: exposes the REST v2 surface to AI agents. Brings mcp/sdk with it. Without both the toggle in System > Config > Services > API stays inert."
},
"conflict": {
"colinmollenhour/cache-backend-redis": "*",
"colinmollenhour/magento-redis-session": "*",
"symfony/asset": ">=8.0",
"symfony/clock": ">=8.0",
"symfony/config": ">=8.0",
"symfony/css-selector": ">=8.0",
"symfony/dependency-injection": ">=8.0",
"symfony/error-handler": ">=8.0",
"symfony/event-dispatcher": ">=8.0",
"symfony/finder": ">=8.0",
"symfony/http-kernel": ">=8.0",
"symfony/messenger": ">=8.0",
"symfony/mime": ">=8.0",
"symfony/options-resolver": ">=8.0",
"symfony/password-hasher": ">=8.0",
"symfony/property-access": ">=8.0",
"symfony/property-info": ">=8.0",
"symfony/security-core": ">=8.0",
"symfony/security-csrf": ">=8.0",
"symfony/security-http": ">=8.0",
"symfony/serializer": ">=8.0",
"symfony/stopwatch": ">=8.0",
"symfony/string": ">=8.0",
"symfony/translation": ">=8.0",
"symfony/twig-bridge": ">=8.0",
"symfony/twig-bundle": ">=8.0",
"symfony/type-info": ">=8.0",
"symfony/var-exporter": ">=8.0",
"symfony/web-link": ">=8.0"
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"psr-4": {
"MahoCLI\\": "lib/MahoCLI",
"Maho\\": "lib/Maho",
"Maho\\ApiPlatform\\": "app/code/core/Maho/ApiPlatform/symfony/"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"scripts": {
"test": "php tests/pest-with-test-db.php",
"test:pgsql": "MAHO_DB_TYPE=pgsql php tests/pest-with-test-db.php",
"test:sqlite": "MAHO_DB_TYPE=sqlite php tests/pest-with-test-db.php",
"lint": [
"@lint:cs-fixer",
"@lint:rector",
"@lint:phpstan"
],
"lint:cs-fixer": "php vendor/bin/php-cs-fixer fix --diff --dry-run",
"lint:phpstan": "XDEBUG_MODE=off php vendor/bin/phpstan analyze",
"lint:rector": "php vendor/bin/rector -c .rector.php --dry-run"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"magento-hackathon/magento-composer-installer": false,
"mahocommerce/maho-composer-plugin": true,
"php-http/discovery": false,
"pestphp/pest-plugin": true
},
"platform": {
"php": "8.3"
},
"process-timeout": 1800
}
}