Skip to content

Commit

Permalink
[TASK] Add 13.4 to allowed TYPO3 versions (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml authored Oct 28, 2024
1 parent 083372f commit 22ac2d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extractor/ComposerJson.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/
class ComposerJson
{
private const ALLOWED_TYPO3_VERSIONS = ['6.2', '7.6', '8.7', '9.5', '10.4', '11.5', '12.4'];
private const ALLOWED_TYPO3_VERSIONS = ['6.2', '7.6', '8.7', '9.5', '10.4', '11.5', '12.4', '13.4'];

public function __construct(private readonly array $composerJson)
{
Expand Down

0 comments on commit 22ac2d8

Please sign in to comment.