Requires

17 total, 13 outdated

Package Required Latest Status
doctrine/dbal Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management. ^2.13 || ^3.0 4.2.3 outdated
psr/event-dispatcher Standard interfaces for event handling. ^1.0 1.0.0 up to date
psr/http-factory PSR-17: Common interfaces for PSR-7 HTTP message factories ^1.0 1.1.0 up to date
psr/http-message Common interface for HTTP messages ^1.0 || ^2.0 2.0 up to date
psr/log Common interface for logging libraries ^1.0 || ^2.0 || ^3.0 3.0.2 up to date
symfony/console Eases the creation of beautiful and testable command line interfaces ^4.4.30 || ^5.3.7 || ^6.0 v7.2.6 outdated
symfony/dependency-injection Allows you to standardize and centralize the way objects are constructed in your application ^4.4.30 || ^5.3.7 || ^6.2.5 v7.2.6 outdated
symfony/expression-language Provides an engine that can compile and evaluate expressions ^4.4.30 || ^5.3.7 || ^6.0 v7.3.0 outdated
symfony/mailer Helps sending emails ^4.4.30 || ^5.3.7 || ^6.0 v7.2.3 outdated
symfony/mime Allows manipulating MIME messages ^4.4.30 || ^5.3.7 || ^6.0 v7.3.0 outdated
typo3/cms-backend TYPO3 CMS backend ~11.5.16 || ~12.4.2 v13.4.13 outdated
typo3/cms-core TYPO3 CMS Core ~11.5.16 || ~12.4.2 v13.4.13 outdated
typo3/cms-extbase TYPO3 CMS Extbase - Extension framework to create TYPO3 frontend plugins and TYPO3 backend modules. ~11.5.16 || ~12.4.2 v13.4.11 outdated
typo3/cms-fluid TYPO3 CMS Fluid Integration - Integration of the Fluid templating engine into TYPO3. ~11.5.16 || ~12.4.2 v13.4.13 outdated
typo3/cms-form TYPO3 CMS Form - Flexible TYPO3 frontend form framework that comes with a backend editor interface. ~11.5.16 || ~12.4.2 v13.4.13 outdated
typo3/cms-frontend TYPO3 CMS Frontend ~11.5.16 || ~12.4.2 v13.4.13 outdated
typo3/cms-install TYPO3 CMS Install Tool - The Install Tool is used for installation, upgrade, system administration and setup tasks. ~11.5.16 || ~12.4.2 v13.4.13 outdated

Requires (dev)

32 total, 18 outdated

Package Required Latest Status
armin/editorconfig-cli EditorConfigCLI is a free CLI tool (written in PHP) to validate and auto-fix text files based on given .editorconfig declarations. ^1.5 || ^2.0 2.1.0 up to date
codeception/module-asserts Codeception module containing various assertions ^3.0 3.1.0 up to date
codeception/module-db DB module for Codeception ^3.1 3.2.2 up to date
codeception/module-webdriver WebDriver module for Codeception ^4.0 4.0.3 up to date
eliashaeussler/php-cs-fixer-config My personal configuration for PHP-CS-Fixer ^2.0 2.3.0 up to date
eliashaeussler/phpstan-config My personal configuration for PHPStan ^2.1 2.9.0 up to date
eliashaeussler/rector-config My personal configuration for Rector ^2.0 3.1.1 outdated
eliashaeussler/typo3-codeception-helper Helper functions for Codeception tests within TYPO3 extensions ^1.0 1.2.1 up to date
ergebnis/composer-normalize Provides a composer plugin for normalizing composer.json. ^2.15 2.47.0 up to date
helhum/config-loader Generic config loader with context and environment support. ^0.12.5 v0.12.6 up to date
helhum/typo3-console A reliable and powerful command line interface for TYPO3 CMS ^7.1.4 || ^8.0 v8.2.2 up to date
helmich/typo3-typoscript-lint Static code analysis for the TypoScript configuration language. ^3.0 v3.3.0 up to date
jangregor/phpstan-prophecy Provides a phpstan/phpstan extension for phpspec/prophecy ^1.0 2.1.1 outdated
koehnlein/codeception-email-mailpit Provides test helpers for Codeception when testing email functionality with Mailpit ^0.3.0 v0.3.1 up to date
phpstan/extension-installer Composer plugin for automatic installation of PHPStan extensions ^1.3 1.4.3 up to date
phpstan/phpstan-phpunit PHPUnit extensions and rules for PHPStan ^1.0 2.0.6 outdated
phpunit/phpcov CLI frontend for php-code-coverage ^9.0 11.0.1 outdated
phpunit/phpunit The PHP Unit Testing framework. ^10.1 12.2.1 outdated
saschaegerer/phpstan-typo3 TYPO3 CMS class reflection extension for PHPStan ^1.0 2.0.0 outdated
ssch/typo3-rector Instant fixes for your TYPO3 PHP code by using Rector. ^1.3 v3.4.3 outdated
symfony/event-dispatcher Provides tools that allow your application components to communicate with each other by dispatching events and listening to them ^4.4.30 || ^5.3.7 || ^6.0 v7.2.0 outdated
symfony/process Executes commands in sub-processes ^4.4.30 || ^5.3.7 || ^6.0 v7.3.0 outdated
typo3/cms-dashboard TYPO3 CMS Dashboard - TYPO3 backend module used to configure and create backend widgets. ~11.5.16 || ~12.4.2 v13.4.12 outdated
typo3/cms-filelist TYPO3 CMS Filelist - TYPO3 backend module (File>Filelist) used for managing files. ~11.5.16 || ~12.4.2 v13.4.11 outdated
typo3/cms-fluid-styled-content TYPO3 CMS Fluid Styled Content - Fluid templates for TYPO3 content elements. ~11.5.16 || ~12.4.2 v13.4.13 outdated
typo3/cms-lowlevel TYPO3 CMS Lowlevel - Technical analysis of the system. This includes raw database search, checking relations, counting pages and records etc. ~11.5.16 || ~12.4.2 v13.4.8 outdated
typo3/cms-scheduler TYPO3 CMS Scheduler - Schedule tasks to run once or periodically at a specific time. ~11.5.16 || ~12.4.2 v13.4.8 outdated
typo3/cms-tstemplate TYPO3 CMS TypoScript - TYPO3 backend module for the management of TypoScript records for the CMS frontend. ~11.5.16 || ~12.4.2 v13.4.13 outdated
typo3/coding-standards A set of coding guidelines for any TYPO3-related project or extension ^0.6.0 || ^0.7.0 v0.8.0 outdated
typo3fluid/fluid The TYPO3 Fluid template rendering engine ^2.9 4.1.2 outdated
typo3/testing-framework The TYPO3 testing framework provides base classes for unit, functional and acceptance testing. ^7.0.2 || ^8.0 9.1.2 outdated
webmozart/assert Assertions to validate method input/output with nice error messages. ^1.11 1.11.0 up to date