forked from Kinoba/FOSMessageBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
58 lines (58 loc) · 1.73 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
56
57
58
{
"name": "friendsofsymfony/message-bundle",
"type": "symfony-bundle",
"description": "Provides user-to-user messaging features for your Symfony application.",
"keywords": ["symfony", "message", "messaging"],
"homepage": "https://github.com/FriendsOfSymfony/FOSMessageBundle",
"license": "MIT",
"authors": [
{
"name": "Thibault Duplessis",
"email": "thibault.duplessis@gmail.com",
"homepage": "http://ornicar.github.com"
},
{
"name": "FriendsOfSymfony Community",
"homepage": "https://github.com/friendsofsymfony/FOSMessageBundle/contributors"
}
],
"require": {
"php": ">=5.5.9",
"doctrine/collections": "^1.3",
"symfony/form": "^3.4|^4.0",
"symfony/framework-bundle": "^3.4|^4.0",
"symfony/security": "^3.4|^4.0",
"symfony/twig-bundle": "^3.4|^4.0"
},
"require-dev": {
"symfony/validator": "^3.4|^4.0",
"symfony/translation": "^3.4|^4.0",
"symfony/yaml": "^3.4|^4.0",
"symfony/security-bundle": "^3.4|^4.0",
"symfony/templating": "^3.4|^4.0",
"symfony/browser-kit": "^3.4|^4.0",
"symfony/phpunit-bridge": "^4.2.8",
"doctrine/orm": "^2.0"
},
"suggest": {
"doctrine/doctrine-bundle": "dev-master",
"doctrine/mongodb-odm-bundle": "dev-master"
},
"autoload": {
"psr-4": {
"FOS\\MessageBundle\\": ""
}
},
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"repositories": [
{
"type": "composer",
"url": "https://packagist.org"
},
{ "packagist": false }
]
}