-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
55 lines (55 loc) · 1.58 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
49
50
51
52
53
54
55
{
"authors": [
{
"email": "[email protected]",
"homepage": "http://edin.no-ip.com",
"name": "Wong Hoi Sing Edison"
}
],
"autoload": {
"psr-0": {
"Pantarei\\Bundle\\UserBundle": ""
}
},
"description": "Symfony2 UserBundle",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"homepage": "https://github.com/pantarei/user-bundle",
"keywords": [
"user",
"symfony2"
],
"license": "MIT",
"minimum-stability": "dev",
"name": "pantarei/user-bundle",
"require": {
"pantarei/user": "1.0.*@dev",
"php": ">=5.3.3",
"symfony/framework-bundle": "~2.3",
"symfony/security-bundle": "~2.3"
},
"require-dev": {
"doctrine/doctrine-bundle": "1.2.*",
"doctrine/doctrine-fixtures-bundle": "dev-master",
"doctrine/orm": ">=2.2.3,<2.4-dev",
"satooshi/php-coveralls": "dev-master",
"sensio/framework-extra-bundle": "2.3.*",
"symfony/browser-kit": "2.3.*",
"symfony/config": "2.3.*",
"symfony/css-selector": "2.3.*",
"symfony/dependency-injection": "2.3.*",
"symfony/doctrine-bridge": "2.3.*",
"symfony/finder": "2.3.*",
"symfony/form": "2.3.*",
"symfony/twig-bridge": "2.3.*",
"symfony/twig-bundle": "2.3.*",
"symfony/validator": "2.3.*",
"symfony/yaml": "2.3.*",
"twig/twig": "~1.11"
},
"target-dir": "Pantarei/Bundle/UserBundle",
"type": "symfony-bundle"
}