forked from ifacesoft/ice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
53 lines (53 loc) · 1.14 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
47
48
49
50
51
52
53
{
"name": "ifacesoft/ice",
"description": "Ice Open Source PHP Framework",
"homepage": "http://iceframework.net",
"type": "library",
"keywords": [
"ice",
"framework",
"orm",
"http",
"web",
"database",
"mysql",
"mongodb",
"iceframework",
"ifacesoft"
],
"license": "BSD ICE",
"authors": [
{
"name": "dp",
"email": "[email protected]"
}
],
"config": {
"vendor-dir": "Var/vendor"
},
"autoload": {
"psr-4": {"Ice\\": "Source/Ice/"},
"files": [
]
},
"require": {
"php": ">=5.4.0",
"twig/twig": "1.*",
"smarty/smarty": "3.1.*",
"michelf/php-markdown": "1.5.*",
"mrclay/minify": "2.2.*",
"oyejorge/less.php": "1.7.*"
},
"require-dev": {
"sami/sami": "3.0.*@dev",
"squizlabs/php_codesniffer": "2.0.*@dev",
"firephp/firephp-core": "dev-master",
"phpunit/phpunit": "4.6.*@dev",
"phpunit/php-invoker": "dev-master",
"phpunit/dbunit": "1.3.*@dev",
"phpunit/phpunit-selenium": "dev-master",
"phpunit/phpunit-story": "dev-master",
"facebook/xhprof": "dev-master",
"composer/composer": "dev-master"
}
}