-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
51 lines (50 loc) · 1.56 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
{
"name": "xtain/joomla-bundle",
"type": "symfony-bundle",
"description": "Symfony XTAINJoomlaBundle",
"keywords": ["Jommla", "Symfony", "integation"],
"homepage": "https://xtain.net/",
"authors": [
{
"name": "Maximilian Ruta",
"email": "[email protected]",
"homepage": "http://deltachaos.de"
}
],
"repositories": [
{
"type": "composer",
"url": "http://packages.xtain.net"
}
],
"require": {
"symfony/http-foundation": "~2.3",
"symfony/http-kernel": "~2.3",
"symfony/security-bundle": "~2.3",
"symfony/framework-bundle": "~2.3",
"symfony/filesystem": "~2.3",
"symfony/finder": "~2.3",
"symfony/process": "~2.3",
"symfony/yaml": "~2.3",
"symfony/config": "~2.3",
"symfony/dependency-injection": "~2.3,>=2.3.3",
"symfony/event-dispatcher": "~2.3",
"symfony/routing": "~2.3",
"symfony/console": "~2.3",
"symfony/stopwatch": "~2.3",
"symfony/translation":"~2.3",
"symfony/templating": "~2.3",
"symfony/twig-bridge": "~2.3",
"symfony/monolog-bridge": "~2.3",
"symfony/expression-language": "~2.4||~3.0",
"twig/twig": "~1.15",
"twig/extensions": "~1.0",
"joomla/joomla-cms":">=3.5.0",
"doctrine/inflector": "~1.0",
"xtain/doctrine-extensions": "~1",
"xtain/symfony-composer-util": "@stable"
},
"autoload": {
"psr-4": { "XTAIN\\Bundle\\JoomlaBundle\\": "" }
}
}