forked from laupiFrpar/LopiPusherBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
41 lines (41 loc) · 1.36 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
{
"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": "laupi.frpar@gmail.com",
"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": ">=8.0.2",
"ext-json": "*",
"pusher/pusher-php-server": "^7.0",
"symfony/config": "^5.4|^6.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/http-kernel": "^5.4|^6.0"
},
"require-dev": {
"symfony/framework-bundle": "^5.4|^6.0",
"symfony/phpunit-bridge": "^5.4|^6.0",
"symfony/twig-bundle": "^5.4|^6.0",
"friendsofphp/php-cs-fixer": "^3.8"
},
"autoload": {
"psr-4": { "Lopi\\Bundle\\PusherBundle\\": "src/" }
},
"autoload-dev": {
"psr-4": { "Lopi\\Bundle\\PusherBundle\\Tests\\": "tests/" }
}
}