Skip to content

Commit de08e5e

Browse files
wundiiawu
andauthored
chore: update composer dependencies to latest versions (#77)
Co-authored-by: awu <andreas.wunderwald@westpress.de>
1 parent a4164e3 commit de08e5e

3 files changed

Lines changed: 64 additions & 57 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"phpstan/phpstan": "2.1.33",
3535
"phpunit/phpunit": "11.5.21",
3636
"rector/rector": "2.3.0",
37-
"symplify/easy-coding-standard": "13.0.0"
37+
"symplify/easy-coding-standard": "13.0.4"
3838
},
3939
"scripts": {
4040
"analyze": [

composer.lock

Lines changed: 62 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/CloudEventSignatureTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
use Thenativeweb\Eventsourcingdb\Container;
1212
use Thenativeweb\Eventsourcingdb\EventCandidate;
1313
use Thenativeweb\Eventsourcingdb\SigningKey;
14-
use Thenativeweb\Eventsourcingdb\Tests\Trait\ReflectionTestTrait;
1514
use function Thenativeweb\Eventsourcingdb\Tests\Fn\getImageVersionFromDockerfile;
15+
use Thenativeweb\Eventsourcingdb\Tests\Trait\ReflectionTestTrait;
1616

1717
final class CloudEventSignatureTest extends TestCase
1818
{

0 commit comments

Comments
 (0)