Conversation
|
Why would a dev dependency affect your ability to Or are you referring to cloning this package and running I'm not opposed to this change but I'm not sure why there would be a conflict now when all the specified dependencies should be perfectly compatible with each other. |
|
Thanks @stancl. I cloned the repository and ran Sorry I had not clarified that in my description. Regarding the above error, Am likely at fault here due to my running PHP 8.5 (The contribution guide has clear instructions on the same). That being said, since Dev-dependencies only apply to package maintainers, I am OK if you may choose to update pest at a later date. Why did I clone the package?I was experimenting with adding ability to load Reverb apps from tenants using a custom "database" driver. At the moment, Reverb only supports "config" provider. In the end, I felt comfortable decorating I am happy to send in a draft PR for comments if this is something that would interest you and the community. |
Why?
I ran into the following error while trying to run composer install against the package
composer.jsonorchestra/testbench-core 10.x-dev conflicts with phpunit/phpunit <10.5.35|>=11.0.0 <11.5.3|12.0.0|>=12.6.0
Since Pest v4 is api compatible with v3, this PR should not have any BC.
Thanks for the great work on this package 👏🏽💪