forked from scandio/lmvc-modules
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
58 lines (56 loc) · 1.58 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
54
55
56
57
58
{
"name": "scandio/lmvc-modules",
"type": "library",
"description": "LMVC-Modules are easy-to-use extensions to the 'scandio/lmvc'-framework",
"keywords": ["php", "library", "mvc", "scandio", "lmvc"],
"homepage": "https://github.com/scandio/lmvc-modules",
"license": "MIT",
"minimum-stability": "stable",
"authors": [
{
"name": "Scandio GmbH",
"homepage": "http://www.scandio.de/"
}
],
"require": {
"php": ">=5.4",
"scandio/lmvc":"dev-master",
"scandio/lmvc-utils": "dev-master",
"scandio/troba": "dev-master",
"leafo/lessphp": "dev-master",
"mustache/mustache": "dev-master",
"smarty/smarty": "dev-trunk",
"leafo/scssphp": "dev-master",
"nitra/php-min": "dev-master",
"intervention/image": "dev-master",
"coffeescript/coffeescript": "dev-master",
"mustangostang/spyc": "0.5.*@dev",
"atelierspierrot/markdown-extended": "dev-master"
},
"repositories": [
{
"type": "git",
"url": "https://github.com/SEP007/lmvc-modules.git"
},
{
"type": "git",
"url": "https://github.com/SEP007/lmvc-troba.git"
},
{
"type": "git",
"url": "https://github.com/SEP007/lmvc-utils.git"
}
],
"require-dev": {
"phpunit/phpunit": "3.7.*",
"satooshi/php-coveralls": "dev-master"
},
"config": {
"bin-dir": "bin"
},
"autoload": {
"psr-0": {
"Scandio\\lmvc\\modules": "lib/"
}
}
}