https://github.com/xoops/base-requires
https://github.com/xoops/base-requires
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/xoops/base-requires
- Owner: XOOPS
- License: gpl-2.0
- Created: 2014-11-26T19:42:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-02-22T21:34:27.000Z (over 6 years ago)
- Last Synced: 2025-02-07T13:18:41.608Z (over 1 year ago)
- Size: 42 KB
- Stars: 2
- Watchers: 6
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
base-requires
=============
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