forked from Kunstmaan/skylab
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (36 loc) · 1.34 KB
/
composer.json
File metadata and controls
36 lines (36 loc) · 1.34 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
{
"name": "kunstmaan/skylab",
"description": "Skylab is a 100% backwards compatible PHP port of the Python based hosting scripts used at Kunstmaan. By using the Cilex, Symfony Components and lot's of good code samples from the Composer project we hope to create an application where everyone in our organisation can work with, and if issues or new needed features should arise, be able to work on.",
"license": "MIT",
"authors": [
{
"name": "Roderik van der Veer",
"email": "roderik.van.der.veer@kunstmaan.be"
}
],
"repositories": [{
"url": "https://github.com/Kunstmaan/pingdom.git",
"type": "vcs"
},
{
"url": "https://github.com/Kunstmaan/slack.git",
"type": "vcs"
}
],
"require": {
"cilex/cilex": "~1.1",
"symfony/yaml": "~2.1",
"symfony/serializer": "~2.1",
"roderik/pwgen-php": "0.1.x",
"roderik/cilex-twig": "1.0.x",
"sgrodzicki/pingdom": "dev-master",
"stecman/symfony-console-completion": "~0.4.4",
"raven/raven": "0.12.*",
"cleentfaar/slack": "dev-master",
"ckdarby/php-uptimerobot": "^0.1.0"
},
"autoload": {
"psr-0": { "Kunstmaan": "src/" }
},
"bin": ["skylab"]
}