Skip to content
New issue

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

Fixed installation failure when using Composer 2. #7

Merged
merged 1 commit into from
Feb 6, 2021

Conversation

markdorison
Copy link
Contributor

Overview

This pull request:

Q A
Bug fix? yes
New feature? no
Has tests? no
BC breaks? no
Deprecations? no

Closes #6.

Summary

Fixed installation failure when using Composer 2.

Description

Composer 2.x throws a runtime exception due to the capitalization of consolidation/Robo in the require-dev section. This was a deprecation warning in Composer 1.x but it now fails to allow installation of the repo.

@markdorison markdorison marked this pull request as ready for review February 5, 2021 20:17
@greg-1-anderson
Copy link
Member

Thank you for the update.

@greg-1-anderson greg-1-anderson merged commit 77fe49a into g1a:master Feb 6, 2021
@markdorison markdorison deleted the 6-install-with-composer2 branch February 8, 2021 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Usage instructions fail when run with Composer 2
2 participants