xoops / base-requires25
Primary dependencies for XOOPS/XoopsCore25
Installs: 122
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 2
Open Issues: 0
Type:project
Requires
- php: >=5.6.0
- boenrobot/money_format_polyfill: ^1.0.2
- geekwright/regdom: ^1.0.0
- ircmaxell/password-compat: ^1.0.4
- smarty/smarty: ^3.1.47
- smottt/wideimage: ^1.1.4
- symfony/polyfill-iconv: ^1.10.0
- symfony/polyfill-mbstring: ^1.10.0
- xoops/xmf: ^1.2.29
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