koreus / base-requires25
Primary dependencies for XOOPS/XoopsCore25
dev-master
2025-01-31 08:57 UTC
Requires
- php: >=7.4.0
- boenrobot/money_format_polyfill: ^1.0.2
- ezyang/htmlpurifier: ^4.18
- phpmailer/phpmailer: ^6.9
- smarty/smarty: *
- smottt/wideimage: ^1.1.4
- symfony/polyfill-iconv: ^1.31.0
- symfony/polyfill-mbstring: ^1.31.0
- xoops/regdom: ^2.0.1
- xoops/xmf: ^1.2.31
This package is auto-updated.
Last update: 2025-04-29 01:30:15 UTC
README
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