-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
41 lines (39 loc) · 1.12 KB
/
composer.json
File metadata and controls
41 lines (39 loc) · 1.12 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
{
"name": "purehtml/pureosc",
"description": "Vanilla osCommerce fork osCommerce v2.3.5.",
"license": "GPL-2.0-or-later",
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true
},
"platform-check": false
},
"autoload": {
"psr-0": {
"\\": "catalog/includes/classes/"
}
},
"require": {
"ext-json": "*",
"ext-mysqli": "*",
"ext-curl": "*",
"ext-gd": "*",
"ext-openssl": "*",
"ext-zip": "*",
"doctrine/lexer": "1.2.1",
"egulias/email-validator": "^3.2",
"swiftmailer/swiftmailer": "v6.2.7",
"symfony/polyfill-iconv": "v1.23.0",
"symfony/polyfill-intl-idn": "v1.23.0",
"symfony/polyfill-intl-normalizer": "v1.23.0",
"symfony/polyfill-mbstring": "*",
"symfony/polyfill-php72": "v1.23.0"
},
"require-dev": {
"phpunit/phpunit": "*",
"phpstan/phpstan": "*",
"friendsofphp/php-cs-fixer": "^3.61",
"ergebnis/composer-normalize": "^2.43",
"ergebnis/php-cs-fixer-config": "^6.34"
}
}