diff --git a/composer.json b/composer.json index aafeb8a8..64aa71df 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "infection/infection": "^0.27.10", "league/commonmark": "^2.4", "patchlevel/coding-standard": "^1.3.0", - "patchlevel/event-sourcing-psalm-plugin": "^2.1.0", + "patchlevel/event-sourcing-psalm-plugin": "^3.0.0", "phpbench/phpbench": "^1.2.15", "phpspec/prophecy-phpunit": "^2.1.0", "phpstan/phpstan": "^1.10.49", diff --git a/composer.lock b/composer.lock index 9397e06c..f3d8df1b 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": "9352e66b4db0bf595155f52fd4158199", + "content-hash": "efb14e6af456b3d68d04a94d8a104d0c", "packages": [ { "name": "brick/math", @@ -4584,27 +4584,28 @@ }, { "name": "patchlevel/event-sourcing-psalm-plugin", - "version": "2.2.0", + "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/patchlevel/event-sourcing-psalm-plugin.git", - "reference": "e9d4bec1aa41731749b81967e49534334080a7fc" + "reference": "8ab24eaefae0bbb980544e1aece27bdf1969c9c1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/patchlevel/event-sourcing-psalm-plugin/zipball/e9d4bec1aa41731749b81967e49534334080a7fc", - "reference": "e9d4bec1aa41731749b81967e49534334080a7fc", + "url": "https://api.github.com/repos/patchlevel/event-sourcing-psalm-plugin/zipball/8ab24eaefae0bbb980544e1aece27bdf1969c9c1", + "reference": "8ab24eaefae0bbb980544e1aece27bdf1969c9c1", "shasum": "" }, "require": { + "ext-simplexml": "*", "php": "~8.1 || ~8.2 || ~8.3", - "vimeo/psalm": "^4.23.0 || ^5.0.0" + "vimeo/psalm": "^5.0.0" }, "require-dev": { - "patchlevel/coding-standard": "^1.1.1", - "patchlevel/event-sourcing": "^2.3.2", + "patchlevel/coding-standard": "^1.3.0", + "patchlevel/event-sourcing": "^3.0.0", "roave/security-advisories": "dev-master", - "symfony/var-dumper": "^6.1.0" + "symfony/var-dumper": "^6.4.4" }, "type": "psalm-plugin", "autoload": { @@ -4634,9 +4635,9 @@ ], "support": { "issues": "https://github.com/patchlevel/event-sourcing-psalm-plugin/issues", - "source": "https://github.com/patchlevel/event-sourcing-psalm-plugin/tree/2.2.0" + "source": "https://github.com/patchlevel/event-sourcing-psalm-plugin/tree/3.0.0" }, - "time": "2024-03-26T10:14:20+00:00" + "time": "2024-08-13T14:26:56+00:00" }, { "name": "phar-io/manifest",