joomla / data
Joomla Data Package
4.0.0
2025-07-24 08:48 UTC
Requires
- php: ^8.3.0
- joomla/registry: ^4.0
Requires (Dev)
- joomla/test: ^4.0
- phpstan/phpstan: 2.1.17
- phpstan/phpstan-deprecation-rules: 2.0.3
- phpunit/phpunit: ^12.0
- squizlabs/php_codesniffer: ~3.10.2
This package is auto-updated.
Last update: 2026-08-24 11:52:32 UTC
README
Installation via Composer
Add "joomla/data": "~4.0" to the require block in your composer.json and then run composer install.
{
"require": {
"joomla/data": "~4.0"
}
}
Alternatively, you can simply run the following from the command line:
composer require joomla/data "~4.0"
If you want to include the test sources, use
composer require --prefer-source joomla/data "~4.0"