.. include:: /Includes.rst.txt .. _installation: ============ Installation ============ .. _requirements: Requirements ============ - PHP 8.2 - 8.4 - TYPO3 12.4 LTS - 13.4 LTS .. _steps: Installation ============ Require the extension via Composer (recommended): .. code-block:: bash composer require eliashaeussler/typo3-warming Or download it from the `TYPO3 extension repository `__. .. _version-matrix: Version matrix ============== +--------------------+-------------------------+--------------------------------------------------+---------------+ | Extension versions | TYPO3 versions | :composer:`eliashaeussler/cache-warmup` versions | PHP versions | +====================+=========================+==================================================+===============+ | **4.x** | **12.4 LTS - 13.4 LTS** | **4.x** | **8.2 - 8.4** | +--------------------+-------------------------+--------------------------------------------------+---------------+ | 3.x | 12.4 LTS - 13.4 LTS | 3.x | 8.1 - 8.4 | +--------------------+-------------------------+--------------------------------------------------+---------------+ | 2.x | 12.4 LTS - 13.3 | 2.x | 8.1 - 8.3 | +--------------------+-------------------------+ | | | 1.x | 12.4 LTS | | | +--------------------+-------------------------+--------------------------------------------------+---------------+ | 0.5.x | 10.4 LTS - 11.5 LTS | 0.5.0 - 0.8.x | 7.4 - 8.3 | +--------------------+-------------------------+--------------------------------------------------+---------------+