Preparing compatibility with flow 8.2

This commit is contained in:
Ferdinand Kuhl 2023-01-05 13:28:40 +01:00
parent a7b718f569
commit 724aaca9f8

View file

@ -4,9 +4,10 @@
"license": "MIT", "license": "MIT",
"description": "Flow dependency injection bridge to symfony/messenger", "description": "Flow dependency injection bridge to symfony/messenger",
"require": { "require": {
"neos/flow": "^6.3", "php": "^8.1",
"symfony/doctrine-messenger": "^5.2.5", "neos/flow": "^8.2",
"symfony/event-dispatcher": "^4.2 | ^5.2" "symfony/doctrine-messenger": "^6.2",
"symfony/event-dispatcher": "^4.2 | ^5.2 | ^6.2"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
@ -20,7 +21,7 @@
}, },
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "0.0.x-dev" "dev-master": "0.1.x-dev"
}, },
"neos": { "neos": {
"package-key": "DigiComp.FlowSymfonyBridge.Messenger" "package-key": "DigiComp.FlowSymfonyBridge.Messenger"