From 3082374e45869c000495eaee229c4b3274546a8e Mon Sep 17 00:00:00 2001 From: Daniel Huf Date: Thu, 19 Sep 2024 12:15:59 +0200 Subject: [PATCH] fix: Compatibility --- .github/workflows/ci.yaml | 5 +++++ composer.json | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e077684..7d643c1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -111,10 +111,15 @@ jobs: typo3-version: '^11.5' - php-version: '8.2' typo3-version: '^11.5' + - php-version: '8.3' + typo3-version: '^11.5' + - php-version: '8.1' + typo3-version: '^12.4' - php-version: '8.2' typo3-version: '^12.4' - php-version: '8.3' typo3-version: '^12.4' + steps: - uses: actions/checkout@v2 diff --git a/composer.json b/composer.json index e12e7c4..8c01e4f 100644 --- a/composer.json +++ b/composer.json @@ -15,13 +15,13 @@ }, "require": { "typo3/cms-core": "^11.5 || ^12.4", - "php": "~8.0.0 || ~8.1.0" + "php": "~8.1.0 || ~8.2.0 || ~8.3.0" }, "require-dev": { "rector/rector": "^0.12.23", - "typo3/testing-framework": "^8.0", + "typo3/testing-framework": "^6.0 || ^7.0", "phpspec/prophecy-phpunit": "^2.0", - "symplify/easy-coding-standard": "^12.0" + "symplify/easy-coding-standard": "^10.2" }, "extra": { "typo3/cms": {