laravel / browser-kit-testing

Provides backwards compatibility for BrowserKit testing in the latest Laravel release.
MIT License
509 stars 75 forks source link

[4.0] Require Mockery and cleanup composer.json #70

Closed driesvints closed 6 years ago

driesvints commented 6 years ago

Mockery was absent even though it's a hard dependency of the library. Also cleaned up the compsoser.json file a bit with config settings from other Laravel libraries.

See https://github.com/laravel/browser-kit-testing/issues/41