-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
34 lines (34 loc) · 886 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
{
"license": "BSD-3-Clause",
"require": {
"cubex/framework": "~2.1",
"packaged/dispatch": "~1.0",
"stack/builder": "~1.0",
"forxer/Gravatar": "~1.2",
"illuminate/database": "~4.0",
"packaged/form": "~0.1",
"jleagle/html-builder": "~0.0",
"jleagle/packagist-api-client": "~0.0",
"jleagle/app-engine-stubs": "*",
"behat/transliterator": "~1.0"
},
"autoload": {
"psr-4": {
"Jleagle\\Packages\\": "src/"
}
},
"repositories": [
{
"type": "vcs",
"url": "[email protected]:jleagle/app-engine-stubs.git"
},
{
"type": "vcs",
"url": "[email protected]:jleagle/html-builder.git"
},
{
"type": "vcs",
"url": "[email protected]:jleagle/packagist-api-client.git"
}
]
}