Cleanup and support for PHP 8.1
- Added phpstan level 5 (
vendor/bin/phpstan analyse -c phpstan.neon .
) - Removed profile section from Configuration
- Some changes that might lead to tiny BC breaks ... who knows (this bundle should NOT BE USED ANYWAYS!)
Bump required PHP version to >= 7.3
- fixed several event deprecations
- removed group controller and logic (user entity change!)
- removed change password controller and logic
- removed show and edit profile controller and logic
- cleanup and bump composer dependencies
- removed mailer implementations:
twig
andswiftmailer
(using Noop by default, configure your own!)
- changed package name to
kimai/user-bundle
- removed support for mongo db
- removed support for couch db
- removed docs
- replaced deprecated twig usages from
\Twig_
namespace - removed usage of deprecated
AdvancedUserInterface
- removed support for deprecated
BCryptPasswordEncoder
- replaced deprecated extends from
Controller
withAbstractController
See changelog for FOSUserBundle for all previous versions.