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

Have travis CI use older version of composer to avoid case issues with pear package. #1083

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Robbt
Copy link

@Robbt Robbt commented May 7, 2020

I noticed that the CI tests were failing due to a simple warning elevated to error about casing of the pear packages. So this is my attempt to resolve that issue.

@Robbt
Copy link
Author

Robbt commented May 7, 2020

This didn't turn out well, it is now giving an error PEAR packages were removed from composer 2.0 - so evidently the fix requires further tinkering with the dependencies of composer and limiting the version travis uses.

@Robbt
Copy link
Author

Robbt commented May 7, 2020

So the fix here evidently is to have travis use composer 1.8 vs. the latest one. It no longer complains about case and doesn't break the integration tests.

@Robbt Robbt changed the title fixing casing in pear package for composer to fix travis CI tests Have travis CI use older version of composer to avoid case issues with pear package. May 7, 2020
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.

None yet

1 participant