Skip to content

Commit

Permalink
chore: dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aoekrz committed Sep 13, 2024
1 parent 67de09b commit 1d3ad27
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand All @@ -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

Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 1d3ad27

Please sign in to comment.