-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
32 lines (32 loc) · 979 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
{
"name": "vitexsoftware/clientzone",
"description": "eShop for FlexiBee",
"version": "1.1",
"authors": [
{
"name": "Vítězslav Dvořák",
"email": "info@vitexsoftware.cz"
}
],
"minimum-stability": "dev",
"require": {
"spoje.net/flexipeehp": "dev-master",
"vitexsoftware/ease-framework": "dev-master",
"robmorgan/phinx": "*",
"vitexsoftware/ease-bricks": "dev-master",
"vitexsoftware/flexipeehp-bricks": "dev-master"
},
"autoload": {
"psr-4": {
"ClientZone\\": "src/ClientZone/",
"ClientZone\\ui\\": "src/ClientZone/ui/",
"ClientZone\\orderplugins\\": "src/ClientZone/orderplugins/",
"Test\\ClientZone\\": "tests/src/ClientZone/"
}
},
"require-dev": {
"phpunit/php-token-stream": "~1.2",
"phpunit/phpunit": "5.6.3",
"phpunit/phpunit-skeleton-generator": "*"
}
}