11.1.0
.env.local
must be updated because the algorithm has changed (when upgrading Symfony). Run that command to re-generate the hash:
php bin/console security:hash-password --empty-salt
Then update your .env.local
with the new hash. Don't forget to escape each $
followed by a letter, otherwise your hash will be invalid and you won't be able to login (see the install part).
What's Changed
- Symfony 5.3.11 by @j0k3r in #833
- Remove the slow Scrutinizer, PHPStan rules the world now by @j0k3r in #834
- Tests with PHP 8 by @j0k3r in #839
- Change the way to retrieve services during tests by @j0k3r in #842
- Symfony 5.4.0 by @j0k3r in #843
Full Changelog: 11.0.0...11.1.0