Skip to content

Commit

Permalink
[FEATURE] enable TYPO3 v13 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ulrichmathes committed Oct 11, 2024
1 parent 22f6bbb commit 712ff1d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions Classes/ViewHelpers/Component/ExampleViewHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
use TYPO3Fluid\Fluid\Core\Variables\StandardVariableProvider;
use TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper;
use TYPO3Fluid\Fluid\Core\ViewHelper\TagBuilder;

class ExampleViewHelper extends AbstractViewHelper
{
protected $escapeOutput = false;
Expand Down
1 change: 1 addition & 0 deletions Classes/ViewHelpers/Format/MarkdownViewHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
namespace Sitegeist\FluidStyleguide\ViewHelpers\Format;

use TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper;

class MarkdownViewHelper extends AbstractViewHelper
{
protected static \Parsedown $markdownParser;
Expand Down
1 change: 1 addition & 0 deletions Classes/ViewHelpers/Uri/StyleguideViewHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
use TYPO3\CMS\Core\Site\Entity\SiteInterface;
use TYPO3\CMS\Core\Utility\GeneralUtility;
use TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper;

class StyleguideViewHelper extends AbstractViewHelper
{
public function initializeArguments(): void
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"require": {
"php": "^8.2",
"typo3/cms-core": "13.2.* || ^12.4",
"typo3/cms-core": "^13.3 || ^12.4",
"sitegeist/fluid-components": "^3.0 || dev-master",
"erusev/parsedown": "^1.7.4",
"colinodell/json5": "^2.1"
Expand Down

0 comments on commit 712ff1d

Please sign in to comment.