forked from laupiFrpar/LopiPusherBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
44 lines (44 loc) · 1.44 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
{
"name": "laupifrpar/pusher-bundle",
"description": "A Pusher bundle for Symfony2",
"type": "symfony-bundle",
"keywords": ["pusher", "nosql", "symfony"],
"homepage": "https://github.com/laupifrpar/lopipusherbundle",
"license": "MIT",
"authors": [{
"name": "Pierre-Louis Launay",
"email": "[email protected]",
"homepage": "https://github.com/laupiFrpar",
"role": "developer"
},{
"name": "Community contributors",
"homepage": "https://github.com/laupifrpar/lopipusherbundle/contributors"
}],
"support": {
"issues": "https://github.com/laupiFrpar/LopiPusherBundle/issues",
"source": "https://github.com/laupiFrpar/LopiPusherBundle"
},
"require": {
"php": ">=7.2",
"ext-json": "*",
"pusher/pusher-php-server": "^4.0",
"symfony/config": "^3.4|^4.4|^5.0",
"symfony/dependency-injection": "^3.4|^4.4|^5.0",
"symfony/http-kernel": "^3.4|^4.4|^5.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
"symfony/framework-bundle": "^3.4|^4.4|^5.0",
"symfony/phpunit-bridge": "^3.4|^4.4|^5.0",
"symfony/twig-bundle": "^3.4|^4.4|^5.0"
},
"autoload": {
"psr-4": { "Lopi\\Bundle\\PusherBundle\\": "src/" }
},
"autoload-dev": {
"psr-4": { "Lopi\\Bundle\\PusherBundle\\Tests\\": "tests/" }
},
"conflict": {
"twig/twig": "<2.7"
}
}