Preparing compatibility with flow 8.2
This commit is contained in:
parent
a7b718f569
commit
724aaca9f8
1 changed files with 5 additions and 4 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue