We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The va-gov/content-build dependency will need to be updated manually because of a bug in dependabot. It will need to be done on Mondays and Thursdays.
va-gov/content-build
You may need to composer clearcache to get it to pickup the update.
composer clearcache
ddev composer update va-gov/content-build
If there is no change, check the version in composer against packagist
If there is a new version on packagist run composer require va-gov/content-build:[version]
composer require va-gov/content-build:[version]
The text was updated successfully, but these errors were encountered:
edmund-dunn
Successfully merging a pull request may close this issue.
User Story or Problem Statement
The
va-gov/content-build
dependency will need to be updated manually because of a bug in dependabot. It will need to be done on Mondays and Thursdays.Description or Additional Context
You may need to
composer clearcache
to get it to pickup the update.Steps for Implementation
ddev composer update va-gov/content-build
Troubleshooting
If there is no change, check the version in composer against packagist
If there is a new version on packagist run
composer require va-gov/content-build:[version]
Acceptance Criteria
va-gov/content-build
updated to latest versionThe text was updated successfully, but these errors were encountered: