Skip to content

XOOPS/base-requires27

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

base-requires27

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