-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
43 lines (43 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
{
"name": "georgette-party/gmf-bundle",
"type": "symfony-bundle",
"description": "Game Management Framework (not ready)",
"keywords": ["Game"],
"homepage": "https://github.com/GeorgetteParty/GMFBundle",
"license": "MIT",
"authors": [
{
"name": "JohnKrovitch",
"email": "[email protected]"
},
{
"name": "Lutangar",
"email": "[email protected]"
},
{
"name": "Goutte",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.4",
"georgette-party/unicode-tesselation-bundle": "dev-master"
},
"require-dev": {
"symfony/dependency-injection": ">=2.1,<2.3-dev",
"symfony/config": ">=2.1,<2.3-dev",
"symfony/yaml": ">=2.1,<2.3-dev",
"symfony/http-kernel": ">=2.1,<2.3-dev"
},
"repositories": [
{
"type": "vcs",
"url": "[email protected]:GeorgetteParty/UnicodeTesselationBundle.git"
}
],
"autoload": {
"psr-0": { "GeorgetteParty\\GMFBundle": "" },
"files": ["global_functions.php"]
},
"target-dir": "GeorgetteParty/GMFBundle"
}