forked from liip/LiipThemeBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 854 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": "liip/theme-bundle",
"type": "symfony-bundle",
"description": "Provides theming support for #Symfony2 Bundles",
"keywords": ["themes", "theming"],
"license": "MIT",
"minimum-stability": "dev",
"authors": [
{
"name": "Liip AG",
"homepage": "http://www.liip.ch/"
},
{
"name": "Community contributions",
"homepage": "https://github.com/liip/LiipThemeBundle/contributors"
}
],
"require": {
"php": ">=5.3.3",
"symfony/framework-bundle": "~2.0"
},
"require-dev":{
"symfony/console": "~2.0"
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-0": { "Liip\\ThemeBundle": "" }
},
"target-dir": "Liip/ThemeBundle"
}