Skip to content

Commit

Permalink
Merge pull request #263 from eliashaeussler/feature/typo3-13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eliashaeussler authored Sep 17, 2024
2 parents 8dc626e + 70ecd16 commit 76cbbc8
Show file tree
Hide file tree
Showing 11 changed files with 3,796 additions and 3,796 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
fail-fast: false
matrix:
php-version: ["8.1", "8.2", "8.3"]
typo3-version: ["11.5", "12.4", "13.2"]
typo3-version: ["11.5", "12.4", "13.3"]
dependencies: ["highest", "lowest"]
exclude:
- php-version: "8.1"
typo3-version: "13.2"
typo3-version: "13.3"
env:
typo3DatabaseName: typo3
typo3DatabaseHost: '127.0.0.1'
Expand Down
2 changes: 2 additions & 0 deletions Classes/ViewHelpers/DateViewHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ public function initializeArguments(): void

/**
* @param array{date: \DateTimeInterface, readable: bool} $arguments
*
* @todo Migrate to render() once support for TYPO3 v12 is dropped
*/
public static function renderStatic(
array $arguments,
Expand Down
2 changes: 2 additions & 0 deletions Classes/ViewHelpers/MarkdownToHtmlViewHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ public function getContentArgumentName(): string

/**
* @param array{replaceLineNumbersInCodeSnippets?: bool} $arguments
*
* @todo Migrate to render() once support for TYPO3 v12 is dropped
*/
public static function renderStatic(
array $arguments,
Expand Down
6 changes: 4 additions & 2 deletions Documentation/Installation/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Requirements
============

- PHP 8.1 - 8.3
- TYPO3 11.5 LTS - 13.2
- TYPO3 11.5 LTS - 13.3

.. _steps:

Expand All @@ -36,7 +36,9 @@ Version matrix
+--------------------+---------------------+---------------+
| Extension versions | TYPO3 versions | PHP versions |
+====================+=====================+===============+
| **since 0.2.12** | **11.5 LTS - 13.2** | **8.1 - 8.3** |
| **since 0.2.14** | **11.5 LTS - 13.3** | **8.1 - 8.3** |
+--------------------+---------------------+---------------+
| 0.2.12 - 0.2.13 | 11.5 LTS - 13.2 | 8.1 - 8.3 |
+--------------------+---------------------+---------------+
| 0.2.11 | 11.5 LTS - 13.1 | 8.1 - 8.3 |
+--------------------+---------------------+---------------+
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Introduction/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Features
- Caching integration for solves problems
- Console command to solve problems from command line
- Customizable solution providers and prompts
- Compatible with TYPO3 11.5 LTS, 12.4 LTS and 13.2
- Compatible with TYPO3 11.5 LTS, 12.4 LTS and 13.3

.. _support:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ provides a console command to solve problems from command line.
* Caching integration for solved problems
* Command to solve problems from command line
* Customizable solution providers and prompts
* Compatible with TYPO3 11.5 LTS, 12.4 LTS and 13.2
* Compatible with TYPO3 11.5 LTS, 12.4 LTS and 13.3

## 🔥 Installation

Expand Down
4 changes: 1 addition & 3 deletions Tests/CGL/composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"require": {
"eliashaeussler/php-cs-fixer-config": "^2.2"
},
"require-dev": {
"armin/editorconfig-cli": "^1.5 || ^2.0",
"eliashaeussler/php-cs-fixer-config": "^2.2",
"eliashaeussler/phpstan-config": "^2.0",
"eliashaeussler/rector-config": "^3.0",
"ergebnis/composer-normalize": "^2.29",
Expand Down
Loading

0 comments on commit 76cbbc8

Please sign in to comment.