forked from FriendsOfSymfony/FOSMessageBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
43 lines (43 loc) · 1.3 KB
/
composer.json
File metadata and controls
43 lines (43 loc) · 1.3 KB
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
{
"name": "friendsofsymfony/message-bundle",
"type": "symfony-bundle",
"description": "Provides user-to-user messaging features for your Symfony2 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.3.2",
"doctrine/collections": "^1.3",
"symfony/form": "^2.1|^3.0",
"symfony/framework-bundle": "^2.1|^3.0",
"symfony/security": "^2.1|^3.0",
"symfony/twig-bundle": "^2.1|^3.0"
},
"suggest": {
"doctrine/doctrine-bundle": "dev-master",
"doctrine/mongodb-odm-bundle": "dev-master"
},
"autoload": {
"psr-0": { "FOS\\MessageBundle": "" }
},
"target-dir": "FOS/MessageBundle",
"extra": {
"branch-alias": {
"dev-master": "1.2-dev"
}
},
"require-dev": {
"symfony/phpunit-bridge": "^3.0"
}
}