Annotation replacement is not compatible with Flow 7.3, so remove compatibility
Some checks failed
ci/woodpecker/push/code-style Pipeline was successful
ci/woodpecker/push/functional-tests Pipeline failed

This commit is contained in:
Ferdinand Kuhl 2023-02-18 23:00:45 +01:00
parent 07ca749d0e
commit 08f448a5dc
2 changed files with 2 additions and 4 deletions

View file

@ -4,10 +4,8 @@ workspace:
matrix: matrix:
include: include:
- FLOW_VERSION: 7.3
PHP_VERSION: 8.0
- FLOW_VERSION: 8.2 - FLOW_VERSION: 8.2
PHP_VERSION: 8.2 PHP_VERSION: 8.0
pipeline: pipeline:
functional-tests: functional-tests:

View file

@ -4,7 +4,7 @@
"description": "Flow dependency injection bridge to symfony/messenger", "description": "Flow dependency injection bridge to symfony/messenger",
"require": { "require": {
"php": "^8.0", "php": "^8.0",
"neos/flow": "^7.3 | ^8.0", "neos/flow": "^8.0",
"symfony/doctrine-messenger": "^6.2", "symfony/doctrine-messenger": "^6.2",
"symfony/event-dispatcher": "^4.2 | ^5.2 | ^6.2" "symfony/event-dispatcher": "^4.2 | ^5.2 | ^6.2"
}, },