xoops/base-requires

Primary dependencies for XOOPS/XoopsCore

Installs: 3 748

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 6

Forks: 5

Open Issues: 1

Type:project

v0.4.1 2019-06-01 15:56 UTC

README

This package separates the requirements of XOOPS/XoopsCore 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-requires --with-dependencies

To check for, but not install updates:

composer update xoops/base-requires --dry-run --with-dependencies