Closed crynobone closed 8 months ago
thank you, @crynobone ! I'll take a look into it soon, but firstly would like to understand why orchestra packages are not in dev requirements. It will take some time, but I'll do my best, thanks
but firstly would like to understand why orchestra packages are not in dev requirements.
It is being used directly via the following class:
So changing to orchestra/testbench-core
will be the most minimal changes to avoid loading requirements available via orchestra/testbench
when using this package.
Great, thank you, @crynobone I see some issues caused updates on the trunk branch, but I'll fix them on my own.
In package development,
orchestra/testbench
should be added explicitly which then requiresorchestra/workbench
,orchestra/canvas
etc which isn't useful for this package usage when used in Laravel project.