Read this article how you can use your own fork
https://medium.com/swlh/using-your-own-forks-with-composer-699358db05d9
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
What is a good way/How do you handle it when your project is using a third-party package. But this package has a small issue that needs to be fixed.
You created a PR, but what happens if it's not accepted, or just takes a while (days, weeks, months).
What is the best way to handle this?
Off the top of my head, I'd say use the fork you created for the PR. But then you'd also need to release it on packagist.
Is this the "usual" way to keep working until something is integrated into the "official" package? Or is there a better way?
Please or to participate in this conversation.