Skip to content

Commit

Permalink
Allow Symfony 7.0 component
Browse files Browse the repository at this point in the history
  • Loading branch information
JanMikes authored Feb 29, 2024
1 parent 0019bfc commit 2be5f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Implementations/Psr14/EventDispatchers.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public static function candidates(): CandidatesCollection

self::$candidates->add(CandidateEntity::create(
package: 'symfony/event-dispatcher',
version: '^4.3 | ^5.0 | ^6.0',
version: '^4.3 | ^5.0 | ^6.0 | ^7.0',
builder: static fn (string $class = '\Symfony\Component\EventDispatcher\EventDispatcher'): object => new $class(),
));

Expand Down

0 comments on commit 2be5f04

Please sign in to comment.