diff --git a/README.md b/README.md index d267423..c8ba219 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,8 @@ [OneLogin SAML](https://github.com/onelogin/php-saml) Symfony Bundle. > This bundle depends on Symfony 6 and newer.
-> For older Symfony versions you can use [hslavich/oneloginsaml-bundle](https://github.com/hslavich/OneloginSamlBundle) +> For older Symfony versions you can +> use [hslavich/oneloginsaml-bundle](https://github.com/hslavich/OneloginSamlBundle) > which this bundle based on. ## Installation @@ -395,4 +396,27 @@ and `Nbgrp\OneloginSamlBundle\EventListener\User\UserModifiedListener` that can need to override the default behavior. Also, you can make your own listeners for `Nbgrp\OneloginSamlBundle\Event\UserCreatedEvent` -and `Nbgrp\OneloginSamlBundle\Event\UserModifiedEvent` events. +and `Nbgrp\OneloginSamlBundle\Event\UserModifiedEvent` events: + +``` php +