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

use a PHP 8 compatible Composer version #38113

Closed
wants to merge 1 commit into from

Conversation

xabbuh
Copy link
Member

@xabbuh xabbuh commented Sep 8, 2020

Q A
Branch? 4.4
Bug fix? no
New feature? no
Deprecations? no
Tickets
License MIT
Doc PR

@xabbuh xabbuh added this to the 4.4 milestone Sep 8, 2020
@xabbuh xabbuh marked this pull request as ready for review September 8, 2020 14:23
@xabbuh
Copy link
Member Author

xabbuh commented Sep 8, 2020

using a version of Composer that includes composer/composer#9183 will make tests of the ErrorHandler component pass

.travis.yml Outdated
@@ -196,6 +196,8 @@ before_install:
ldapadd -h localhost:3389 -D cn=admin,dc=symfony,dc=com -w symfony -f src/Symfony/Component/Ldap/Tests/Fixtures/data/fixtures.ldif
fi

- if [[ $PHP = nightly ]]; then composer self-update --snapshot --1; fi
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

passing both --snapshot and --1 is useless. There is a single snapshot channel (and it is now about composer 2). --1 means using the stable channel but restricted to 1.x versions.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see composer/composer#9189 for a discussion on Composer about having a snapshot of 1.x

@stof
Copy link
Member

stof commented Sep 8, 2020

Also, nothing actually works in the PHP nightly job, because composer complains about a missing mongodb extension.

@stof
Copy link
Member

stof commented Sep 8, 2020

Also, nothing actually works in the PHP nightly job, because composer complains about a missing mongodb extension.

this might be related to using composer 2 rather than composer 1, but this might indicate a behavior difference.

@xabbuh xabbuh closed this Sep 8, 2020
@xabbuh xabbuh deleted the php8-error-handler branch September 8, 2020 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants