Skip to content

Commit

Permalink
Merge pull request #2 from amirarends/master
Browse files Browse the repository at this point in the history
Fix for Typo3 >10.4
  • Loading branch information
smichaelsen authored Oct 20, 2020
2 parents b474808 + f3a0c9a commit 278fd78
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/ViewHelpers/TimeSpanViewHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

use Smichaelsen\FluidViewHelperTimespan\RelativeTimeUtility;
use TYPO3\CMS\Extbase\Utility\LocalizationUtility;
use TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper;
use TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper;

/**
* Class TimeSpanViewHelper
Expand Down
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"name": "smichaelsen/fluid-viewhelper-timespan",
"description": "TimeSpanViewHelper for Fluid",
"require": {
"php": "^7.4",
"typo3/cms-core": "^10.4",
},
"autoload": {
"psr-4": {
"Smichaelsen\\FluidViewHelperTimespan\\": "Classes/"
Expand Down

0 comments on commit 278fd78

Please sign in to comment.