Annotation replacement is not compatible with Flow 7.3, so remove compatibility
This commit is contained in:
parent
07ca749d0e
commit
1e040c9082
2 changed files with 3 additions and 5 deletions
|
@ -4,10 +4,8 @@ workspace:
|
|||
|
||||
matrix:
|
||||
include:
|
||||
- FLOW_VERSION: 7.3
|
||||
PHP_VERSION: 8.0
|
||||
- FLOW_VERSION: 8.2
|
||||
PHP_VERSION: 8.2
|
||||
PHP_VERSION: 8.1
|
||||
|
||||
pipeline:
|
||||
functional-tests:
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
"type": "neos-package",
|
||||
"description": "Flow dependency injection bridge to symfony/messenger",
|
||||
"require": {
|
||||
"php": "^8.0",
|
||||
"neos/flow": "^7.3 | ^8.0",
|
||||
"php": "^8.1",
|
||||
"neos/flow": "^8.0",
|
||||
"symfony/doctrine-messenger": "^6.2",
|
||||
"symfony/event-dispatcher": "^4.2 | ^5.2 | ^6.2"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue