forked from CoreSphere/ConsoleBundle
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathcomposer.json
30 lines (30 loc) · 921 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
{
"name": "winzou/console-bundle",
"description": "This bundle allows you accessing the symfony2 console via your browser",
"keywords": ["console","javascript","symfony"],
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Laszlo Korte",
"email": "coresphere@laszlokorte.de"
},
{
"name": "Marmus Ullman",
"email": "mail@markus-ullmann.de"
},
{
"name": "Alexandre winzou Bacco",
"homepage": "http://www.tutoriel-symfony2.fr/"
}
],
"require": {
"php": ">=5.3.3",
"symfony/framework-bundle": ">=2.1.0,<3.0",
"symfony/console": ">=2.1.0,<3.0"
},
"autoload": {
"psr-0": { "CoreSphere\\ConsoleBundle": "" }
},
"target-dir": "CoreSphere/ConsoleBundle"
}