[ecs] update dependencies

[CI SKIP]
This commit is contained in:
lubiana 2023-01-25 21:41:00 +00:00 committed by gitbot
parent 5bd1eae4d2
commit 427d474f7c
No known key found for this signature in database
2 changed files with 4 additions and 2 deletions

View file

@ -4,7 +4,8 @@ namespace Lubian\AttributeMagic\Infrastructure\Event;
use Attribute; use Attribute;
#[Attribute(Attribute::TARGET_METHOD)]final readonly class AsListener #[Attribute(Attribute::TARGET_METHOD)]
final readonly class AsListener
{ {
/** /**
* @param class-string $eventClass * @param class-string $eventClass

View file

@ -4,7 +4,8 @@ namespace Lubian\AttributeMagic\Infrastructure\Route;
use Attribute; use Attribute;
#[Attribute(Attribute::TARGET_METHOD)]final readonly class AsHandler #[Attribute(Attribute::TARGET_METHOD)]
final readonly class AsHandler
{ {
/** /**
* @param non-empty-string $path * @param non-empty-string $path