xoops / base-requires27
Primary dependencies for XOOPS/XoopsCore27
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Type:project
Requires
- php: >=8.2.0
- boenrobot/money_format_polyfill: ^1.0.2
- erusev/parsedown: ^1.7.4
- smarty/smarty: ^5.4.1
- smottt/wideimage: ^1.1.4
- symfony/polyfill-iconv: ^1.30.0
- symfony/polyfill-mbstring: ^1.30.0
- xoops/regdom: ^2.0.0
- xoops/xmf: ^1.2.30
This package is auto-updated.
Last update: 2024-11-02 00:47:32 UTC
README
This package separates the requirements of XOOPS/XoopsCore27 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-requires27 --with-dependencies
To check for, but not install updates:
composer update xoops/base-requires27 --dry-run --with-dependencies