Laravel v7

https://github.com/laravel/laravel

Fixed

  • Lower Ignition constraint to allow PHP 7.2 installs (ff35597)

Changed

  • Bumped some dependencies

Added

Changed

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

Fixed

  • Delete removed webpack flag (#5460)

Nothing specific.

Added

  • Add password reset migration (9e5ba57)

Changed

  • Bump fruitcake/laravel-cors (#5320)
  • Set framework version ^7.24 (#5370)

Added

  • Allow configuring the auth_mode for SMTP mail driver (#5293)
  • Add basic trust host middleware (5639581)

Changed

  • Disable Telescope in PHPUnit (#5277)

Fixed

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

Added

  • Add serialize option to array cache config (#5244)
  • Add Mailgun and Postmark mailer (#5243)
  • Add new SQS queue suffix option (#5252)
  • Allow configuring the timeout for the smtp driver (#5262)

Changed

  • Cleanup session config (#5261)

Fixed

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

Removed

  • Remove view.expires config entry (641fcfb)

Added

Changed