forked from copona/copona
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
40 lines (37 loc) · 1.06 KB
/
Copy pathcomposer.json
File metadata and controls
40 lines (37 loc) · 1.06 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
{
"name": "copona/copona",
"type": "project",
"description": "A free shopping cart system, based on OpenCart (http://www.opencart.com)",
"keywords": [
"copona",
"ecommerce",
"framework",
"opensource"
],
"homepage": "https://github.com/copona/copona",
"license": "GPL-3.0-or-later",
"require": {
"php": ">=7.2",
"copona/core": "dev-master",
"plasticbrain/php-flash-messages": "^1.0"
},
"autoload": {
"psr-4": {
"Copona\\Model\\": "./Model/",
"Copona\\Catalog\\": "./catalog/",
"Copona\\Catalog\\Controller\\": "./catalog/controller/",
"Copona\\Catalog\\Model\\": "./catalog/model/",
"Copona\\Admin\\": "./admin/",
"Copona\\Admin\\Controller\\": "./admin/controller/",
"Copona\\Admin\\Model\\": "./admin/model/",
"Copona\\System\\": "./system/",
"Copona\\System\\Library\\": "./system/library/",
"Copona\\System\\Engine\\": "./system/engine/",
"Extension\\": "./extensions/",
"Theme\\": "./themes/"
}
},
"repositories": [],
"require-dev": {
}
}