forked from tailrdigital/sulu-messenger-failed-queue-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
47 lines (47 loc) · 1.4 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
45
46
47
{
"name": "tailrdigital/sulu-messenger-failed-queue-bundle",
"keywords": ["sulu", "messenger", "failed-queue"],
"type": "symfony-bundle",
"license": "MIT",
"autoload": {
"psr-4": {
"Tailr\\SuluMessengerFailedQueueBundle\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Tailr\\SuluMessengerFailedQueueBundle\\Tests\\": "tests/"
}
},
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"azjezz/psl": "^2.6",
"doctrine/dbal": "^3.0",
"doctrine/orm": "^2.14",
"sulu/sulu": "^2.5",
"jackalope/jackalope-doctrine-dbal": "^1.7",
"symfony/config": "^6.0",
"symfony/console": "^6.0",
"symfony/dependency-injection": "^6.0",
"symfony/http-foundation": "^6.0",
"symfony/doctrine-messenger": "^6.0",
"symfony/messenger": "^6.0"
},
"require-dev": {
"php-cs-fixer/shim": "^3.41",
"phpro/symfony-conventions": "^1.5",
"phpspec/prophecy-phpunit": "^2.1",
"phpunit/phpunit": "^9.6",
"psalm/plugin-symfony": "^5.1",
"vimeo/psalm": "^5.18",
"weirdan/doctrine-psalm-plugin": "^2.9"
},
"config": {
"allow-plugins": {
"phpro/grumphp-shim": true,
"phpstan/extension-installer": true,
"php-http/discovery": true
},
"sort-packages": true
}
}