From 1e040c90825310d8a9c6d837e71865f5dd913330 Mon Sep 17 00:00:00 2001 From: Ferdinand Kuhl Date: Sat, 18 Feb 2023 23:00:45 +0100 Subject: [PATCH] Annotation replacement is not compatible with Flow 7.3, so remove compatibility --- .woodpecker/functional-tests.yml | 4 +--- composer.json | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.woodpecker/functional-tests.yml b/.woodpecker/functional-tests.yml index d76fef9..c0a44a5 100644 --- a/.woodpecker/functional-tests.yml +++ b/.woodpecker/functional-tests.yml @@ -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: diff --git a/composer.json b/composer.json index de657e5..cd76787 100644 --- a/composer.json +++ b/composer.json @@ -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" },