You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
It's of course not a show stopper but it would be nice if we could also configure the name of the lock file in 2.*. I have a project that also contains Node dependencies and thus the name patches.json is ambigious. It would be great if we could change it the same way like we can do it with the patches file.
Describe your proposed solution(s)
A new property lock-file that specifies the name of the lock file.
Describe alternatives
No response
Additional context
I could give it a try and raise a PR if you want.
The text was updated successfully, but these errors were encountered:
👋 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!
Verification
composer self-update
)composer update cweagans/composer-patches
)Is your feature request related to a problem?
It's of course not a show stopper but it would be nice if we could also configure the name of the lock file in 2.*. I have a project that also contains Node dependencies and thus the name
patches.json
is ambigious. It would be great if we could change it the same way like we can do it with the patches file.Describe your proposed solution(s)
A new property
lock-file
that specifies the name of the lock file.Describe alternatives
No response
Additional context
I could give it a try and raise a PR if you want.
The text was updated successfully, but these errors were encountered: