-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (30 loc) · 929 Bytes
/
composer.json
File metadata and controls
31 lines (30 loc) · 929 Bytes
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
{
"name": "copona/core",
"type": "copona-core",
"description": "",
"license": "GPL-3.0+",
"require": {
"php": ">=5.4.0",
"cardinity/cardinity-sdk-php": "^1.0",
"braintree/braintree_php" : "3.2.0",
"leafo/scssphp": "0.0.12",
"divido/divido-php": ">=1.1.1",
"klarna/kco_rest": "^2.2",
"phpmailer/phpmailer": "^5.2",
"hassankhan/config": "^0.10",
"hassankhan/config": "^0.10.0",
"illuminate/container": "~5.1.0",
"illuminate/database": "~5.1.0",
"illuminate/events": "~5.1.0",
"filp/whoops": "^2.1"
},
"autoload": {
"psr-4": {
"Copona\\Extensions\\": "../extensions/",
"Copona\\Themes\\": "../themes/",
"Copona\\Core\\Admin\\": "admin/",
"Copona\\Core\\Catalog\\": "catalog/",
"Copona\\Core\\System\\": "system/"
}
}
}