-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
48 lines (46 loc) · 1.36 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
{
"name": "netvlies/sf2bundle-oms-route",
"description": "The \"Symfony Standard Edition\" distribution",
"autoload": {
"psr-0": { "Netvlies\\Bundle\\RouteBundle": "" }
},
"target-dir": "Netvlies/Bundle/RouteBundle",
"require": {
"php": ">=5.3.3",
"symfony-cmf/core-bundle": "1.0.*",
"symfony-cmf/content-bundle": "1.0.*",
"symfony-cmf/routing-extra-bundle": "1.0.*",
"gedmo/doctrine-extensions": "dev-master"
},
"require-dev": {
"php": ">=5.3.3",
"symfony/symfony": "2.1.*",
"symfony/framework-bundle": "2.1.*",
"doctrine/phpcr-bundle": "1.0.*",
"doctrine/phpcr-odm": "1.0.*",
"symfony/yaml": "2.1.*",
"doctrine/doctrine-bundle": "dev-master",
"jackalope/jackalope-jackrabbit": "1.0.*",
"sensio/distribution-bundle": "2.1.*",
"sensio/framework-extra-bundle": "2.1.*",
"sensio/generator-bundle": "2.1.*",
"netvlies/sf2bundle-oms": "dev-master",
"jms/metadata": "1.1.*"
},
"repositories": [
{
"type": "git",
"url": "git@bitbucket.org:netvlies/sf2bundle-oms.git"
}
],
"scripts": {
},
"config": {
"bin-dir": "bin",
"package-cache": true,
"home": "/tmp/pkgcache"
},
"extra": {
},
"minimum-stability": "dev"
}