forked from teltek/PuMuKIT2-up2u-eduoer-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 888 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
{
"name": "teltek/pmk2-up2u-eduoer-bundle",
"type": "symfony-bundle",
"description": "UP2U eduoer WebTVBundle.",
"keywords": [
"theming",
"symfony2",
"bundle",
"pumukit",
"teltek"
],
"homepage": "https://github.com/teltek/PuMuKIT2-up2u-eduoer-bundle",
"license": "proprietary",
"authors": [
{
"name": "Teltek Team",
"homepage": "http://teltek.es"
}
],
"require": {
"php": ">=5.5.9",
"symfony/framework-bundle": "~2.0",
"twig/twig": "~1.5",
"pumukit/pumukit2": "2.4.* || 2.3.*",
"teltek/pmk2-rating-bundle": "*@dev",
"teltek/pmk2-comment-bundle": "*@dev"
},
"autoload": {
"psr-4": {
"Pumukit\\Up2u\\WebTVBundle\\": ""
}
},
"bin": ["Resources/data/bin/geant_syncfeed_import"]
}