Skip to content

Commit

Permalink
[9.x] Fix release typo (laravel#7590)
Browse files Browse the repository at this point in the history
Fix typo describing the new version of Flysystem to be 3.0 instead of 2.0
  • Loading branch information
talelmishali authored Jan 17, 2022
1 parent c035a98 commit 5021097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ As you may know, Laravel transitioned to yearly releases with the release of Lar

Therefore, this commitment to ship great new features during the current release will likely lead to future "major" releases being primarily used for "maintenance" tasks such as upgrading upstream dependencies, which can be seen in these release notes.

Laravel 9 continues the improvements made in Laravel 8.x by introducing support for Symfony 6.0 components, Symfony Mailer, Flysystem 2.0, improved `route:list` output, a Laravel Scout database driver, new Eloquent accessor / mutator syntax, implicit route bindings via Enums, and a variety of other bug fixes and usability improvements.
Laravel 9 continues the improvements made in Laravel 8.x by introducing support for Symfony 6.0 components, Symfony Mailer, Flysystem 3.0, improved `route:list` output, a Laravel Scout database driver, new Eloquent accessor / mutator syntax, implicit route bindings via Enums, and a variety of other bug fixes and usability improvements.

<a name="php-8"></a>
### PHP 8.0
Expand Down

0 comments on commit 5021097

Please sign in to comment.