Skip to content

Commit

Permalink
Merge pull request #26 from boite/symfony-5
Browse files Browse the repository at this point in the history
fix: make explicit the dependency on EventDispatcher contract
  • Loading branch information
joostfaassen committed Feb 25, 2020
2 parents 987b445 + da877b6 commit c3e1683
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions composer.json
Expand Up @@ -22,6 +22,7 @@
"linkorb/userbase-role-contracts": "^2.0",
"psr/cache": "~1.0",
"symfony/cache": "~3.0 || ^4.0 || ^5.0",
"symfony/event-dispatcher-contracts": "^2.0",
"symfony/security-core": "~2.6 || ~3.0 || ^4.0 || ^5.0"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion src/Event/UserLoadedEvent.php
Expand Up @@ -2,7 +2,7 @@

namespace UserBase\Client\Event;

use Symfony\Component\EventDispatcher\Event;
use Symfony\Contracts\EventDispatcher\Event;
use UserBase\Client\Model\User;

class UserLoadedEvent extends Event
Expand Down

0 comments on commit c3e1683

Please sign in to comment.