forked from opencart/opencart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
35 lines (35 loc) · 864 Bytes
/
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
{
"name": "opencart/opencart",
"description": "OpenCart",
"type": "project",
"keywords": [
"opencart",
"ecommerce",
"framework",
"opensource"
],
"homepage": "https://www.opencart.com/",
"license": "GPL-3.0-or-later",
"support": {
"email": "support@opencart.com",
"issues": "https://github.com/opencart/opencart/issues",
"forum": "https://forum.opencart.com/",
"wiki": "https://github.com/opencart/opencart/wiki",
"source": "https://github.com/opencart/opencart/releases",
"docs": "http://docs.opencart.com/"
},
"config": {
"vendor-dir": "system/storage/vendor/"
},
"require": {
"php": ">=7.4",
"scssphp/scssphp": "^1.10.0",
"twig/twig": "^3.3.7",
"aws/aws-sdk-php": "^3.142.1"
},
"autoload-dev": {
"psr-4": {
"Tools\\PHPStan\\": "tools/phpstan/"
}
}
}