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