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

PHP 8.2 support #511

Closed
4 tasks done
Hexmage opened this issue May 9, 2023 · 7 comments
Closed
4 tasks done

PHP 8.2 support #511

Hexmage opened this issue May 9, 2023 · 7 comments
Labels
enhancement New features, options, or other additions.

Comments

@Hexmage
Copy link

Hexmage commented May 9, 2023

Verification

  • I have updated Composer to the most recent stable release (composer self-update)
  • I have updated Composer Patches to the most recent stable release (composer update cweagans/composer-patches)
  • I am using one of the supported PHP versions (8.0+)
  • I have searched existing issues and discussions for my idea.

Is your feature request related to a problem?

Deprecation Notice: Creation of dynamic property cweagans\Composer\Patches::$installedPatches is deprecated in 
 vendor/cweagans/composer-patches/src/Patches.php

Above is introduced by switching to php 8.2

Describe your proposed solution(s)

Define the property $installedPatches instead of dynamically creating it.

Describe alternatives

No response

Additional context

No response

@Hexmage Hexmage added the enhancement New features, options, or other additions. label May 9, 2023
@github-actions
Copy link

github-actions bot commented May 9, 2023

👋 Thanks for the idea! Please remember that this is an open source project - feature requests may or may not be implemented, and if they are, the timeline is unknown. If you need a guaranteed implementation or timeline, sponsorships are welcome!

@evll
Copy link

evll commented May 30, 2023

The issue seems to be resolved on master. @cweagans can we expect a new release any time soon? The last one was 6 months ago.

@stale
Copy link

stale bot commented Jun 29, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Jun 29, 2023
@evll
Copy link

evll commented Jun 29, 2023

@cweagans I'll try to reach you one more time here :) Is there a chance for a release?

@stale stale bot removed the stale label Jun 29, 2023
@cweagans
Copy link
Owner

The contents of main are the upcoming 2.0.0 release. It'll be released when it's ready.

@cweagans
Copy link
Owner

If you want this in 1.x, feel free to open a PR against the 1.x branch.

@cweagans
Copy link
Owner

Probably not going to change this in 1.x. Please give 2.0.0-beta1 a try!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New features, options, or other additions.
Projects
None yet
Development

No branches or pull requests

3 participants