-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
50 lines (50 loc) · 1.37 KB
/
composer.json
File metadata and controls
50 lines (50 loc) · 1.37 KB
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
{
"name": "mustached-robot/core",
"type": "metapackage",
"description": "The core of Mustached Robot",
"keywords": ["coworking"],
"homepage": "http://www.mustached-robot.org/",
"license": "MIT",
"authors": [
{
"name": "Jérémie Pottier",
"email": "jeremie.pottier@gmail.com"
},
{
"name": "Florent Gosselin",
"email": "florent.gosselin@gmail.com"
}
],
"require": {
"php": ">=5.3.3",
"monolog/monolog": "1.5.*",
"fuelphp/upload": "2.0",
"twig/twig": "1.*",
"mustached-robot/checkin": "dev-master",
"mustached-robot/user": "dev-master",
"mustached-robot/calendar": "dev-master",
"mustached-robot/twitter": "dev-master"
},
"repositories": [
{
"type": "vcs",
"url": "git@github.com:MustachedRobot/calendar.git"
},
{
"type": "vcs",
"url": "git@github.com:MustachedRobot/checkin.git"
},
{
"type": "vcs",
"url": "git@github.com:MustachedRobot/user.git"
}
],
"scripts": {
"post-install-cmd": "php oil refine installplugins",
"post-update-cmd": "php oil refine installplugins"
},
"config": {
"vendor-dir": "fuel/vendor"
},
"minimum-stability": "dev"
}