mirror of
https://github.com/werkraum-media/thuecat.git
synced 2024-11-04 20:36:13 +01:00
Daniel Siepmann
7f6bd13628
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.
17 lines
439 B
ReStructuredText
17 lines
439 B
ReStructuredText
.. _maintenance:
|
|
|
|
Maintenance
|
|
===========
|
|
|
|
List of changes that need to be done for maintenance reasons.
|
|
Those affect the extension itself, not users of the extension.
|
|
|
|
E.g. changes once we drop a certain TYPO3 version.
|
|
We might have new code backported for compatibility in older TYPO3 versions.
|
|
Those changes are documented so we know what to do once we drop an older version.
|
|
|
|
.. toctree::
|
|
:glob:
|
|
:reversed:
|
|
|
|
Maintenance/PHP/*
|