-
-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathcomposer.json
More file actions
51 lines (51 loc) · 1.42 KB
/
Copy pathcomposer.json
File metadata and controls
51 lines (51 loc) · 1.42 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
44
45
46
47
48
49
50
51
{
"name": "symfony/mercure-bundle",
"type": "symfony-bundle",
"description": "Symfony MercureBundle",
"keywords": ["mercure", "push", "sse", "updates"],
"homepage": "https://symfony.com",
"license": "MIT",
"authors": [
{
"name": "Kévin Dunglas",
"email": "dunglas@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"require": {
"php": ">=8.1",
"lcobucci/jwt": "^3.4|^4.0|^5.0",
"symfony/config": "^6.4|^7.3|^8.0",
"symfony/dependency-injection": "^6.4|^7.3|^8.0",
"symfony/http-kernel": "^6.4|^7.3|^8.0",
"symfony/mercure": "*",
"symfony/web-link": "^6.4|^7.3|^8.0"
},
"autoload": {
"psr-4": { "Symfony\\Bundle\\MercureBundle\\": "src/" }
},
"autoload-dev": {
"psr-4": { "Symfony\\Bundle\\MercureBundle\\Tests\\": "tests/" }
},
"extra": {
"branch-alias": {
"dev-main": "0.4.x-dev"
}
},
"config": {
"sort-packages": true
},
"require-dev": {
"symfony/phpunit-bridge": "^7.3.4|^8.0",
"symfony/stopwatch": "^6.4|^7.3|^8.0",
"symfony/ux-turbo": "*",
"symfony/var-dumper": "^6.4|^7.3|^8.0"
},
"suggest": {
"symfony/messenger": "To use the Messenger integration"
},
"minimum-stability": "dev"
}