-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
36 lines (36 loc) · 1012 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
34
35
36
{
"name": "miliooo/message-bundle",
"type": "symfony-bundle",
"description": "Provides direct personal messages for your users",
"keywords": ["symfony", "message", "messaging", "messages"],
"homepage": "https://github.com/Miliooo/MilioooMessageBundle",
"license": "MIT",
"authors": [
{
"name": "Michiel Boeckaert",
"email": "boeckaert@gmail.com"
}
],
"require": {
"php": ">=5.4",
"doctrine/orm": ">=2.2,<2.6-dev",
"symfony/form": "~2.3",
"symfony/framework-bundle": "~2.3",
"symfony/security": "~2.3",
"symfony/twig-bundle": "~2.3",
"symfony/validator": "~2.3",
"white-october/pagerfanta-bundle": "1.0.*"
},
"require-dev": {
"satooshi/php-coveralls": "dev-master"
},
"autoload": {
"psr-0": {"Miliooo": ""}
},
"target-dir": "Miliooo",
"extra": {
"branch-alias": {
"dev-master": "master-dev"
}
}
}