https://github.com/xoops/base-requires27
https://github.com/xoops/base-requires27
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xoops/base-requires27
- Owner: XOOPS
- License: gpl-2.0
- Created: 2024-09-01T22:55:37.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-31T09:35:15.000Z (over 1 year ago)
- Last Synced: 2025-12-20T03:12:32.969Z (6 months ago)
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
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