diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee90b05..d13e716 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,11 +21,11 @@ jobs: php: - '8.1' typo3: - - ^11.5.3 + - ^11.5.4 - ^12.4 include: - php: '8.0' - typo3: ^11.5.3 + typo3: ^11.5.4 steps: - uses: actions/checkout@v4 diff --git a/composer.json b/composer.json index 1af5e69..3517886 100644 --- a/composer.json +++ b/composer.json @@ -18,12 +18,12 @@ "php": "^8.0", "league/csv": "^9.1", "nimmneun/onesheet": "^1.0", - "typo3/cms-backend": "^11.5 || ^12.4", - "typo3/cms-core": "^11.5 || ^12.4", - "typo3/cms-extbase": "^11.5 || ^12.4", - "typo3/cms-fluid": "^11.5 || ^12.4", - "typo3/cms-form": "^11.5 || ^12.4", - "typo3/cms-frontend": "^11.5 || ^12.4", + "typo3/cms-backend": "^11.5.4 || ^12.4", + "typo3/cms-core": "^11.5.4 || ^12.4", + "typo3/cms-extbase": "^11.5.4 || ^12.4", + "typo3/cms-fluid": "^11.5.4 || ^12.4", + "typo3/cms-form": "^11.5.4 || ^12.4", + "typo3/cms-frontend": "^11.5.4 || ^12.4", "typo3fluid/fluid": "^2.3" }, "require-dev": { @@ -40,7 +40,7 @@ "rector/rector": "^0.18.5", "saschaegerer/phpstan-typo3": "^1.0.0", "sclable/xml-lint": "^0.6.0", - "typo3/cms-scheduler": "^11.5 || ^12.4", + "typo3/cms-scheduler": "^11.5.4 || ^12.4", "typo3/coding-standards": "^0.7.1", "typo3/testing-framework": "^7.0 || ^8.0" }, diff --git a/ext_emconf.php b/ext_emconf.php index 8544c98..1c653b2 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -11,7 +11,7 @@ 'version' => '2.2.3', 'constraints' => [ 'depends' => [ - 'typo3' => '11.5.0-12.4.99', + 'typo3' => '11.5.4-12.4.99', ], ], ];