-
Notifications
You must be signed in to change notification settings - Fork 5
/
composer.json
42 lines (38 loc) · 1.1 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
{
"name": "kbsali/regadata",
"description": "Presents regatta data in an accessible way",
"license": "proprietary",
"keywords": ["open data", "json", "regatta", "ranking"],
"homepage": "http://vg2012.saliou.name",
"authors": [{
"name": "Kevin Saliou",
"email": "[email protected]",
"homepage": "http://saliou.name",
"role": "Developer"
}],
"minimum-stability": "stable",
"require": {
"php": "^7.0",
"silex/silex": "~1.1",
"symfony/config": "2.3.*",
"symfony/yaml": "2.3.*",
"symfony/translation": "2.3.*",
"symfony/twig-bridge": "2.3.*",
"symfony/console": "2.3.*",
"themattharris/tmhoauth": "dev-master",
"imagine/Imagine": "dev-develop",
"suin/php-rss-writer": ">=1.0",
"evert/sitemap-php": "dev-master",
"mongodb/mongodb": "^1.0.0"
},
"require-dev": {
"raulfraile/ladybug": "~1.0"
},
"autoload": {
"psr-0": {
"Repository": "src/",
"Util": "src/",
"Service": "src/"
}
}
}