forked from windwalker-io/framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
47 lines (47 loc) · 954 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "windwalker/framework",
"description": "Rapido de la vento viro.",
"homepage": "https://github.com/ventoviro/windwalker",
"license": "GPL-2.0+",
"minimum-stability": "beta",
"authors": [
{
"name": "Simon Asika",
"email": "[email protected]"
}
],
"require": {
"joomla/database" : "~1.0"
},
"require-dev": {
"phpunit/phpunit": "3.*",
"phpunit/dbunit": "1.*",
"phpunit/phpunit-skeleton-generator": "dev-windwalker-tmpl",
"jdorn/sql-formatter" : "1.*",
"twig/twig" : "*",
"illuminate/view" : "4.1.*",
"mustache/mustache": "2.*"
},
"suggest": {
"symfony/yaml": "Install 2.* if you require YAML support."
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/ventoviro/phpunit-skeleton-generator"
}
],
"autoload": {
"psr-4": {
"Windwalker\\": "src/"
},
"files": [
"src/Utilities/functions.php"
]
},
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
}
}