diff --git a/composer.json b/composer.json index 30ced93..de185ec 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "phpstan/phpstan": "2.1.54", "phpunit/phpunit": "11.5.50", "rector/rector": "2.4.2", - "symplify/easy-coding-standard": "13.0.4" + "symplify/easy-coding-standard": "13.1.3" }, "scripts": { "analyze": [ diff --git a/composer.lock b/composer.lock index 440cae8..7267ecf 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "6fe53032241b1f94979c3a40f947432d", + "content-hash": "00ef731b47f744cdd025a2fbf41783f3", "packages": [ { "name": "beluga-php/docker-php", @@ -4221,25 +4221,25 @@ }, { "name": "symplify/easy-coding-standard", - "version": "13.0.4", + "version": "13.1.3", "source": { "type": "git", - "url": "https://github.com/easy-coding-standard/easy-coding-standard.git", - "reference": "5c7e7a07e5d6a98b9dd2e6fc0a9155efb7c166c8" + "url": "https://github.com/easy-coding-standard/ecs.git", + "reference": "d894d088d7ebb9326f9eed28bf251481c813b89f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/easy-coding-standard/easy-coding-standard/zipball/5c7e7a07e5d6a98b9dd2e6fc0a9155efb7c166c8", - "reference": "5c7e7a07e5d6a98b9dd2e6fc0a9155efb7c166c8", + "url": "https://api.github.com/repos/easy-coding-standard/ecs/zipball/d894d088d7ebb9326f9eed28bf251481c813b89f", + "reference": "d894d088d7ebb9326f9eed28bf251481c813b89f", "shasum": "" }, "require": { "php": ">=7.2" }, "conflict": { - "friendsofphp/php-cs-fixer": "<3.92.4", + "friendsofphp/php-cs-fixer": "<3.95.1", "phpcsstandards/php_codesniffer": "<4.0.1", - "symplify/coding-standard": "<12.1" + "symplify/coding-standard": "<13.0" }, "suggest": { "ext-dom": "Needed to support checkstyle output format in class CheckstyleOutputFormatter" @@ -4265,20 +4265,9 @@ "static analysis" ], "support": { - "issues": "https://github.com/easy-coding-standard/easy-coding-standard/issues", - "source": "https://github.com/easy-coding-standard/easy-coding-standard/tree/13.0.4" + "source": "https://github.com/easy-coding-standard/ecs/tree/13.1.3" }, - "funding": [ - { - "url": "https://www.paypal.me/rectorphp", - "type": "custom" - }, - { - "url": "https://github.com/tomasvotruba", - "type": "github" - } - ], - "time": "2026-01-05T09:10:04+00:00" + "time": "2026-05-04T21:45:57+00:00" }, { "name": "theseer/tokenizer", diff --git a/ecs.php b/ecs.php index c17f1a8..89f8134 100644 --- a/ecs.php +++ b/ecs.php @@ -18,8 +18,6 @@ spaces: true, namespaces: true, controlStructures: true, - phpunit: true, - strict: true, cleanCode: true, ) ->withPaths([ diff --git a/rector.php b/rector.php index a68d217..9b66e68 100755 --- a/rector.php +++ b/rector.php @@ -28,7 +28,7 @@ instanceOf: true, earlyReturn: true, rectorPreset: true, - phpunitCodeQuality: true + phpunitCodeQuality: true, ) ->withPaths([ __DIR__ . '/src', diff --git a/tests/CloudEventSignatureTest.php b/tests/CloudEventSignatureTest.php index b7c13ae..bd29331 100755 --- a/tests/CloudEventSignatureTest.php +++ b/tests/CloudEventSignatureTest.php @@ -11,8 +11,8 @@ use Thenativeweb\Eventsourcingdb\Container; use Thenativeweb\Eventsourcingdb\EventCandidate; use Thenativeweb\Eventsourcingdb\SigningKey; -use function Thenativeweb\Eventsourcingdb\Tests\Fn\getImageVersionFromDockerfile; use Thenativeweb\Eventsourcingdb\Tests\Trait\ReflectionTestTrait; +use function Thenativeweb\Eventsourcingdb\Tests\Fn\getImageVersionFromDockerfile; final class CloudEventSignatureTest extends TestCase {