We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 987b445 + da877b6 commit c3e1683Copy full SHA for c3e1683
composer.json
@@ -22,6 +22,7 @@
22
"linkorb/userbase-role-contracts": "^2.0",
23
"psr/cache": "~1.0",
24
"symfony/cache": "~3.0 || ^4.0 || ^5.0",
25
+ "symfony/event-dispatcher-contracts": "^2.0",
26
"symfony/security-core": "~2.6 || ~3.0 || ^4.0 || ^5.0"
27
},
28
"require-dev": {
src/Event/UserLoadedEvent.php
@@ -2,7 +2,7 @@
2
3
namespace UserBase\Client\Event;
4
5
-use Symfony\Component\EventDispatcher\Event;
+use Symfony\Contracts\EventDispatcher\Event;
6
use UserBase\Client\Model\User;
7
8
class UserLoadedEvent extends Event
0 commit comments