forked from kytvi2p/ZettaFramework
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
46 lines (46 loc) · 1.18 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
{
"config": {
"vendor-dir": ".vendor"
},
"name": "dirmax/zettaframework",
"description": "ZettaFramework",
"type": "library",
"autoload": {
"psr-0": {
"Zetta_": "Zetta/",
"System_": "System/",
"Modules_": "Modules/"
},
"psr-4": {
"Zetta\\": "Zetta"
}
},
"authors": [{
"name": "Александр Хрищанович",
"email": "[email protected]"
}],
"require": {
"php":">=5.6",
"dirmax/zfdebug": "*",
"dirmax/phpthumb": "*",
"zendframework/zendframework1": "*",
"leafo/scssphp": "*",
"oyejorge/less.php": "*",
"matthiasmullie/minify": "*",
"phpunit/phpunit": "5.*",
"phpunit/dbunit": "*",
"phpunit/php-invoker": "*",
"jenner/timer": "*",
"jenner/async-http-php": "*",
"wapmorgan/morphos": "^3.2",
"php-di/zf1-bridge": "^4.0",
"doctrine/annotations": "^1.6"
},
"repositories": [{
"url": "https://github.com/dirmax/ZFDebug.git",
"type": "git"
},{
"url": "https://github.com/dirmax/PHPThumb.git",
"type": "git"
}]
}