-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·37 lines (37 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
{
"name": "allegro-project/sites-bundle",
"type": "symfony-bundle",
"description": "Simple multi-lang multi-site bundle",
"keywords": ["pages", "sites", "multilang", "multisite", "allegro", "CMS"],
"homepage": "https://github.com/allegro-project/",
"license": "MIT",
"authors": [
{
"name": "Arturo Rodríguez",
"email": "[email protected]",
"homepage": "http://fugadigital.com"
}
],
"require": {
"php": ">=5.3.3",
"doctrine/doctrine-bundle": ">=1.2.0",
"sensio/framework-extra-bundle": "2.3.*",
"sonata-project/admin-bundle": ">=2.3-dev",
"sonata-project/user-bundle": ">=2.3-dev",
"symfony/twig-bundle": "*",
"symfony/yaml": "*",
"symfony/framework-bundle": ">=2.1, <2.3.*-dev",
"symfony/monolog-bundle": "2.3.*"
},
"require-dev": {
"symfony/browser-kit":"2.1.2"
},
"autoload": {
"psr-4": { "Allegro\\SitesBundle\\": "" }
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
}
}