forked from Runalyze/Runalyze
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
71 lines (71 loc) · 2.55 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "runalyze/runalyze",
"description": "RUNALYZE - training analysis for athletes",
"homepage": "https://runalyze.com",
"version": "4.3.0",
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "~5.6|~7.0",
"symfony/symfony": "3.4.2",
"sensio/framework-extra-bundle": "^3.0",
"twig/twig": "1.35",
"monolog/monolog": "^1.20",
"nojacko/email-validator": "~1.0",
"league/geotools": "^0.7.0",
"swiftmailer/swiftmailer": "@stable",
"phpfastcache/phpfastcache": "3.0.23",
"twig/extensions": "^1.3",
"doctrine/doctrine-bundle": "1.6.*",
"doctrine/orm": "^2.5",
"symfony/monolog-bundle": "~2.4",
"doctrine/doctrine-migrations-bundle": "^1.0",
"doctrine/doctrine-cache-bundle": "^1.3",
"runalyze/dem-reader": "^1.0",
"runalyze/age-grade": "^1.2",
"symfony/swiftmailer-bundle": "2.6.*",
"beberlei/DoctrineExtensions": "~1.0",
"jms/translation-bundle": "dev-master",
"bernard/bernard-bundle": "^2.0.0",
"runalyze/GpxTrackPoster": "^1.0.0",
"runalyze/glossary": "dev-master",
"snc/redis-bundle": "2.*",
"predis/predis": "^1.0",
"guzzlehttp/guzzle": "^6.0",
"runalyze/common": "dev-master",
"runalyze/devices": "dev-master",
"miniflux/picofeed": "@stable",
"runalyze/translations": "dev-master"
},
"autoload": {
"files": ["src/functions.php", "app/AppKernel.php"],
"classmap": ["inc/", "plugin/"],
"exclude-from-classmap": ["inc/core/"],
"psr-4": {
"DoctrineExtensions\\": "vendor/beberlei/DoctrineExtensions/src",
"Runalyze\\": "inc/core/",
"Runalyze\\Bundle\\CoreBundle\\Tests\\": "tests/CoreBundle",
"Runalyze\\Bundle\\": "src/",
"Runalyze\\Tests\\": "tests/inc/core/"
}
},
"require-dev": {
"runalyze/playground": "dev-master",
"liip/functional-test-bundle": "^1.7",
"doctrine/doctrine-fixtures-bundle": "^2.3",
"phpunit/phpunit": "4.8.*"
},
"repositories": [
{
"type": "package",
"package": {
"name": "runalyze/GpxTrackPoster",
"version": "1.0.2",
"source": {
"url": "https://github.com/laufhannes/GpxTrackPoster.git",
"type": "git",
"reference": "8b337ca89e1cf9552dc0bbb08d8b81bc55335c45"
}
}
}]
}