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

This commit is contained in:
Ferdinand Kuhl 2023-02-18 23:00:45 +01:00
parent 07ca749d0e
commit 1e040c9082
2 changed files with 3 additions and 5 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.1
pipeline: pipeline:
functional-tests: functional-tests:

View file

@ -3,8 +3,8 @@
"type": "neos-package", "type": "neos-package",
"description": "Flow dependency injection bridge to symfony/messenger", "description": "Flow dependency injection bridge to symfony/messenger",
"require": { "require": {
"php": "^8.0", "php": "^8.1",
"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"
}, },