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

CLI-1383: Upgrade consolidation/self-update #366

Closed
wants to merge 4 commits into from

Conversation

danepowell
Copy link
Collaborator

@danepowell danepowell commented Oct 30, 2024

A new major version of consolidation/self-update (3.0.0) is about to drop. It has BC-breaking changes, so this library needs to update to the latest release in order to be compatible with downstream clients using the new version.

This also requires bumping the platform PHP version, and I figure we might as well drop support for EOL versions while we're at it.

There's no clean way to preserve support for older PHP versions; folks on EOL PHP versions will just use an older version of this library.

@@ -9,13 +8,12 @@
],
"finder": [
{
"name": "*.php",
"name": "{\\.(php|bash|fish|zsh)}",
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

These are autocompletion dumps required to avoid a Symfony pseudo-bug: phpactor/phpactor#2566

@danepowell
Copy link
Collaborator Author

I was able to do this without the BC break: #370

@danepowell danepowell closed this Nov 12, 2024
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.

1 participant