diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6faf18676..a1794cdb5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -55,7 +55,6 @@ updates: directory: "/Docker/SolrServer" schedule: interval: "daily" - target-branch: "release-11.6.x" commit-message: prefix: "[TASK] 11.6.x-dev " diff --git a/composer.json b/composer.json index 6db84a1c8..455615c87 100644 --- a/composer.json +++ b/composer.json @@ -70,6 +70,9 @@ "minimum-stability": "stable", "prefer-stable": true, "config": { + "platform": { + "php": "8.2" + }, "allow-plugins": true, "vendor-dir": ".Build/vendor", "bin-dir": ".Build/bin", @@ -113,7 +116,7 @@ ], "tests:setup": [ "@tests:env", - "@composer req --update-with-all-dependencies typo3/cms-core:${TYPO3_VERSION}", + "@composer req --ignore-platform-req=php --update-with-all-dependencies typo3/cms-core:${TYPO3_VERSION}", "@tests:restore-git" ], "tests:unit": [