https://github.com/xoops/base-requires25
https://github.com/xoops/base-requires25
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/xoops/base-requires25
- Owner: XOOPS
- License: gpl-2.0
- Created: 2017-01-22T17:58:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-10T10:53:57.000Z (over 1 year ago)
- Last Synced: 2025-04-10T13:19:37.778Z (about 1 year ago)
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
base-requires25
===============
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