xoops / base-requires25
Primary dependencies for XOOPS/XoopsCore25, (meta-package, no code)
1.1.10-beta2
2026-02-08 18:37 UTC
Requires
- php: ^7.4 || ^8.0
- boenrobot/money_format_polyfill: ^1.0
- ezyang/htmlpurifier: ^4.18
- phpmailer/phpmailer: ^6.10
- smarty/smarty: ^4.5.6
- smottt/wideimage: ^1.1
- symfony/polyfill-iconv: ^1.33
- symfony/polyfill-mbstring: ^1.33
- tecnickcom/tcpdf: ^6.10
- xoops/regdom: ^2.0.2-beta3@beta
- xoops/xmf: ^1.2.33-beta2@beta
Suggests
- ext-imagick: For advanced image processing beyond GD
- ext-intl: For locale-aware number/date formatting (replaces money_format polyfill)
Conflicts
- smarty/smarty: >=5.0
- dev-master
- 1.1.10-beta2
- v1.1.10-beta1
- v1.1.9
- v1.1.8
- v1.1.7
- v1.1.6
- v1.1.5
- v1.1.4
- v1.1.3
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- v0.2.1
- v0.2.0
- v0.1.0
- dev-dependabot/github_actions/shivammathur/setup-php-2.37.0
- dev-dependabot/composer/phpmailer/phpmailer-tw-7.0
- dev-dependabot/github_actions/actions/checkout-6.0.2
This package is auto-updated.
Last update: 2026-03-21 01:53:10 UTC
README
base-requires25
This package separates the requirements of XOOPS/XoopsCore25 from other requirements that may be added to the main composer.json, such as modules.
To update just the packages in base-requires use:
composer update xoops/base-requires25 --with-dependencies
To check for, but not install updates:
composer update xoops/base-requires25 --dry-run --with-dependencies