-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
36 lines (36 loc) · 957 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
{
"name": "d1rk/radium-app",
"description": "radium based li₃ application distribution, including overarching directory layout, starting application, and a copy of the lithium framework.",
"keywords": ["radium", "lithium", "li3"],
"homepage": "http://li3.me",
"license": "BSD-3-Clause",
"type": "project",
"authors": [
{"name": "Union of RAD"},
{
"name": "d1rk",
"homepage": "https://github.com/d1rk"
}
],
"config": {
"vendor-dir": "libraries"
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"prefer-stable": true,
"minimum-stability": "dev",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/d1rk/handlebars.php"
}
],
"require": {
"php": ">=5.5.0",
"unionofrad/lithium": "1.1.*",
"d1rk/radium": "1.1.*"
}
}