You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Builds are currently failing because academicpuma/locales has reverted to only having a master branch, whereas we require 1.0.0 in our composer.json. This is likely related to the fact that academicpuma/localeswas originally a clone ofcitation-style-language/locales(which was not available on packagist until recently). It appears the maintainer ofacademicpuma/localesmay be intending to abandon the package now thatcitation-style-language/locales` is available on packagist.
To Reproduce
Perform a build: az-digital/az_quickstart[dev-main, 2.7.x-dev] require academicpuma/locales 1.0.0 -> found academicpuma/locales[dev-master, 1.0.x-dev (alias of dev-master)] but it does not match the constraint.
Proposed resolution
Use citation-style-language/locales.
The text was updated successfully, but these errors were encountered:
Problem/Motivation
Builds are currently failing because
academicpuma/locales
has reverted to only having a master branch, whereas we require1.0.0
in ourcomposer.json. This is likely related to the fact that
academicpuma/localeswas originally a clone of
citation-style-language/locales(which was not available on packagist until recently). It appears the maintainer of
academicpuma/localesmay be intending to abandon the package now that
citation-style-language/locales` is available on packagist.To Reproduce
Perform a build:
az-digital/az_quickstart[dev-main, 2.7.x-dev] require academicpuma/locales 1.0.0 -> found academicpuma/locales[dev-master, 1.0.x-dev (alias of dev-master)] but it does not match the constraint.
Proposed resolution
Use
citation-style-language/locales
.The text was updated successfully, but these errors were encountered: