Skip to content

v7.0.0

Compare
Choose a tag to compare
@crynobone crynobone released this 08 Feb 15:42
· 349 commits to 7.x since this release

Changes

  • Update support for Laravel Framework v9.
  • Increase minimum PHP version to 8.0 and above (tested with 8.0 and 8.1).

Testbench Changes

Added
  • Allows customizing default RateLimiter configuration via resolveApplicationRateLimiting() method.
  • Added Orchestra\Testbench\Http\Middleware\PreventRequestsDuringMaintenance middleware.
Changes
  • Update support for Laravel Framework v9.
  • Increase minimum PHP version to 8.0 and above (tested with 8.0 and 8.1).
  • $loadEnvironmentVariables property is now set to true by default.
  • Following internal classes has been marked as final:
    • Orchestra\Testbench\Bootstrap\LoadConfiguration
    • Orchestra\Testbench\Console\Kernel
    • Orchestra\Testbench\Http\Kernel
  • Moved resources/lang skeleton files to lang directory.
Removed
  • Remove deprecated Illuminate\Foundation\Testing\Concerns\MocksApplicationServices trait.