Skip to content

Commit

Permalink
Merge pull request #71 from dimitriseguin1/feature/update-use-event-d…
Browse files Browse the repository at this point in the history
…ispatcher

Update use event dispatcher so as not to break TraceableEventDispatcher
  • Loading branch information
Maxime Veber authored Mar 9, 2020
2 parents 540d24a + 8870a1d commit 4fe4075
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"phpunit/phpunit": "^6.4",
"doctrine/orm": "^2.6.3",
"friendsofphp/php-cs-fixer": "^2.14",
"symfony/symfony": "^4.3|^5.0"
"symfony/symfony": "^4.3"
},
"conflict": {
"doctrine/orm": "<2.6.3"
Expand Down
2 changes: 1 addition & 1 deletion src/Event/DomainEventDispatcherInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use Biig\Component\Domain\Model\ModelInterface;
use Biig\Component\Domain\Rule\DomainRuleInterface;
use Biig\Component\Domain\Rule\PostPersistDomainRuleInterface;
use Symfony\Contracts\EventDispatcher\EventDispatcherInterface;
use Symfony\Component\EventDispatcher\EventDispatcherInterface;

interface DomainEventDispatcherInterface extends EventDispatcherInterface
{
Expand Down

0 comments on commit 4fe4075

Please sign in to comment.