forked from Vitexus/CE-Phoenix
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
33 lines (32 loc) · 979 Bytes
/
composer.json
File metadata and controls
33 lines (32 loc) · 979 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
32
33
{
"name": "purehtml/ce-phoenix",
"description": "eShop",
"type": "project",
"license": "GNU",
"authors": [
{
"name": "Vítězslav Dvořák",
"email": "info@vitexsoftware.cz"
}
],
"minimum-stability": "dev",
"require": {
"chillerlan/php-qrcode": "^4.3",
"vitexsoftware/ease-twbootstrap4-widgets-flexibee": "dev-abraflexi",
"adamstipak/webpay-php": "dev-master",
"vitexsoftware/ease-fluentpdo": "*"
},
"require-dev": {
"robmorgan/phinx": "dev-master"
},
"autoload": {
"psr-4": {
"PureOSC\\": "includes/classes/",
"PureOSC\\ui\\": "includes/classes/ui/",
"PureOSC\\AbraFlexi\\": "ext/abraflexi/",
"PureOSC\\Admin\\": "admin/includes/classes/",
"PureOSC\\Admin\\ui\\": "admin/includes/classes/ui/",
"PureOSC\\Admin\\flexibee\\": "admin/ext/flexibee/"
}
}
}