diff --git a/README.md b/README.md index 5c35347..414853c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # happy_feet -[![Build Status](https://github.com/AOEpeople/happy_feet/workflows/CI/badge.svg?branch=main)](https://github.com/AOEpeople/happy_feet/actions) +[![Build Status](https://github.com/AOEpeople/happy_feet/actions/workflows/tests.yml/badge.svg)](https://github.com/AOEpeople/happy_feet/actions) [![Code Coverage](https://scrutinizer-ci.com/g/AOEpeople/happy_feet/badges/coverage.png?b=main)](https://scrutinizer-ci.com/g/AOEpeople/happy_feet/?branch=main) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/AOEpeople/happy_feet/badges/quality-score.png?b=main)](https://scrutinizer-ci.com/g/AOEpeople/happy_feet/?branch=main) @@ -20,11 +20,11 @@ The documentation is available online at [docs.typo3.org][2]. ## Versions and Support -| Release | TYPO3 | PHP | Fixes will contain -|---------|----------|---------|--------------------| -| 11.x.y | 11.5 | 7.4-8.3 | Features, Bugfixes, Security Updates -| 8.3.y | 8.7-10.4 | 7.2-7.4 | Security Updates -| 5.x.y | 7.6 | 5.5-5.6 | End of life +| Release | TYPO3 | PHP | Fixes will contain | +|---------|----------|---------|--------------------------------------| +| 12.x.y | 12.4 | 8.1-8.3 | Features, Bugfixes, Security Updates | +| 11.x.y | 11.5 | 7.4-8.0 | Security Updates | +| 8.x.y | 8.7 | 7.2-7.4 | End of life | ## Copyright / License diff --git a/composer.json b/composer.json index 4f427b9..db3cdd3 100755 --- a/composer.json +++ b/composer.json @@ -17,19 +17,19 @@ } ], "require": { - "php": ">8.0", + "php": "^8.1", "ext-pdo": "*", "typo3/cms-core": "^12.4", "typo3/cms-extbase": "*" }, "require-dev": { - "phpunit/phpcov": "^8.0 || ^9.0", - "typo3/testing-framework": "^7.0 || ^8.0", + "phpunit/phpcov": "^9.0", + "typo3/testing-framework": "^8.0", "phpcompatibility/php-compatibility": "^9.3", "phpstan/phpstan": "^1.10", "rector/rector": "^1.0", - "symplify/easy-coding-standard": "12.1.14", - "symplify/phpstan-rules": "12.4.8" + "symplify/easy-coding-standard": "^12.1", + "symplify/phpstan-rules": "^13.0.0" }, "autoload": { "classmap": [ @@ -104,7 +104,7 @@ }, "extra": { "branch-alias": { - "dev-main": "11.1.x-dev" + "dev-main": "12.0.x-dev" }, "typo3/cms": { "cms-package-dir": "{$vendor-dir}/typo3/cms",