Laravel v6

https://github.com/laravel/laravel

Security

  • Target 1.16.15 of facade/ignition (#5544)
  • Bump framework version to include SQL server security fix (#5602)

Changed

  • Bumped several dependencies

Added

Changed

  • Bump minimum PHP version (#5452)
  • Update Faker (#5461)
  • Update minimum Laravel version (b8d5825)

Fixed

  • Delete removed webpack flag (#5460)
    

Changed

  • Set framework version to ^6.18.35 (#5369)
  • Bump lodash from 4.17.15 to 4.17.19 (f465c51)
  • Disable webpack-dev-server host check (#5288)

Fixed

  • Add both endpoint and url env variables (#5276)

Fixed

  • Ensure that app.debug is a bool (5ddbfb8)
  • Fix S3 endpoint url reference (#5267)

Changed

  • Update cross-env and resolve-url-loader to the latest (#5210, #5216)
  • Bump fzaninotto/faker version to support PHP 7.4 (#5218)
  • Remove redundant default attributes from phpunit.xml (#5233)

Added

  • Allow configurable emergency logger (#5179)
  • Add MAIL_FROM_ADDRESS & MAIL_FROM_NAME to .env file (#5180)
  • Add missing full stop for some validation messages (#5205)

Changed

  • Use class name to be consistent with web middleware (140d4d9)
  • Use file session driver again (#5201)

Fixed

  • Correct exception handler doc (#5187)
  • Fix types consistency in Redis database config (#5191)

Security

  • Update laravel mix and sass loader (#5203)

Added

  • Add "none" to supported same site options in session config (#5174)

Changed

  • Rename encrypted to forceTLS for Pusher (#5159)
  • Use laravel/tinker v2 (#5161)
  • Use PHPUnit TestCase and in-memory DB (#5169)
  • DRY up path to /home (#5173)
  • Change some default settings (f48e2d5)

Fixed

  • Consistent alphabetical order (#5167)
  • Update redirectTo return type PHPDoc (#5175)

Changed

Changed

  • Add xml schema to phpunit (#5139)

Fixed

  • Fixes required version of the framework within composer.json (#5130)
  • Security fix: Waiting before retrying password reset (ace38c1, ba2f2ab, 953b488)

Added

Removed

  • Remove testing bootstrap extension (#5107)

Fixed

Changed

Fixed

  • Delete cached config file before running tests (#5091)
  • Update Argon memory (#5097)

Added

Added

  • Add ThrottleRequests to the priority array (#5057)
  • Add PHPUnit bootstrap file to allow execution of console commands before a test run (#5050, 8f2a278)
  • Add failed jobs table (b7d2b48, #5082)
  • Add new failed driver option (e6becd2)

Changed

  • Require PHP 7.2 (25cf4c4)
  • Encourage to use PHPUnit 8 (0582a20)
  • Use phpredis as default Redis client (#5085)

Removed

  • Remove services deleted from core (#5019)
  • Remove dumpserver (f053116)
  • Remove UI scaffolding (fc39b07)
  • Remove deprecated language line (#5074)