-
Notifications
You must be signed in to change notification settings - Fork 15
/
composer.json
55 lines (55 loc) · 1.33 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
{
"name": "windwalker/joomla-rad",
"description": "Rapido de la vento viro.",
"license": "LGPL-2.0-or-later",
"minimum-stability": "beta",
"authors": [
{
"name": "Simon Asika",
"email": "[email protected]"
}
],
"require": {
"windwalker/compare": "~2.0",
"windwalker/cache": "~2.0",
"windwalker/data": "~2.0",
"windwalker/datamapper": "~2.0",
"windwalker/html": "~2.0",
"windwalker/router": "~2.0",
"windwalker/filesystem": "~2.0",
"windwalker/console": "~2.0",
"asika/muse": "~1.0",
"symfony/yaml": "~2.0",
"asika/whoops": "~1.0||~2.0"
},
"require-dev": {
"windwalker/test": "~2.0"
},
"autoload": {
"psr-4": {
"": "../../cli/windwalker",
"Windwalker\\": "src",
"Windwalker\\Test\\": "test"
}
},
"scripts": {
"post-create-project-cmd": [
"Windwalker\\System\\Installer\\ComposerInstaller::install"
],
"post-update-cmd": []
},
"bin": [
"src/init.php"
],
"config": {
"bin-dir": "../../bin",
"platform": {
"php": "5.3.10"
}
},
"extra": {
"branch-alias": {
"dev-master": "2.2-dev"
}
}
}