forked from webfactory/WebfactoryLegacyIntegrationBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
33 lines (25 loc) · 899 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
{
"name": "webfactory/legacy-integration-bundle",
"description": "A battle-proven approach to facilitate the incremental migration of legacy applications to the Symfony2 stack.",
"license": "MIT",
"authors": [{
"name": "webfactory GmbH",
"email": "info@webfactory.de",
"homepage": "http://www.webfactory.de",
"role": "Developer"
}],
"autoload": {
"psr-0": { "Webfactory\\Bundle\\LegacyIntegrationBundle": "" }
},
"target-dir": "Webfactory/Bundle/LegacyIntegrationBundle",
"require": {
"symfony/framework-bundle": "~2.2",
"symfony/dependency-injection": "~2.2",
"symfony/config": "~2.2",
"symfony/http-kernel": "~2.2",
"symfony/http-foundation": "~2.2",
"doctrine/annotations": "~1.0",
"webfactory/dom": "~1.0, >= 1.0.15",
"twig/twig": "~1.10"
}
}