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
[2.x] Remove unused `orchestra/testbench` deps (#166)
* [2.x] Remove unused `orchestra/testbench` deps
This opens up the opportunity to require and run `tinker` directly from a package using `orchestra/testbench`.
```bash
php vendor/bin/testbench package:discover
php vendor/bin/testbench tinker
```
* wip
* Apply fixes from StyleCI
---------
Co-authored-by: StyleCI Bot <[email protected]>