thuecat/Classes
Daniel Siepmann 7f6bd13628
Remove deprecated usage of StringUtility::endsWith() (#70)
This is deprecated in newer PHP versions, one should use native
str_ends_with() instead.

We remove the deprecation by using this function. But we also support
older PHP versions, so we add symfony/polyfill-php80 as dependency to
always ensure this function exists.
2022-09-13 09:44:54 +02:00
..
Controller/Backend Move namespace below initial file comment 2021-08-10 09:41:54 +02:00
DependencyInjection Add parking_facility_near_by 2021-09-06 13:47:12 +02:00
Domain Remove deprecated usage of StringUtility::endsWith() (#70) 2022-09-13 09:44:54 +02:00
Frontend/DataProcessing Add TYPO3 v11 support (#60) 2022-09-13 09:05:47 +02:00
Typo3Wrapper Move namespace below initial file comment 2021-08-10 09:41:54 +02:00
View/Backend Move namespace below initial file comment 2021-08-10 09:41:54 +02:00
Extension.php Move namespace below initial file comment 2021-08-10 09:41:54 +02:00