From 9bf9d7f878cadfe286112328ec6ea38e8adfb8ba Mon Sep 17 00:00:00 2001 From: Nathanael Esayeas Date: Mon, 3 Feb 2025 09:23:51 -0600 Subject: [PATCH] Update composer.lock (#40) Updates the `composer.lock` file Signed-off-by: Nathanael Esayeas --- composer.lock | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/composer.lock b/composer.lock index 68245df..485ab44 100644 --- a/composer.lock +++ b/composer.lock @@ -2181,12 +2181,12 @@ "source": { "type": "git", "url": "https://github.com/ghostwriter/coding-standard.git", - "reference": "a395065e178551271c93c7099fede9a66773f7d5" + "reference": "227c9ecb393528e237c58d9c910a7fe981ca88aa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ghostwriter/coding-standard/zipball/a395065e178551271c93c7099fede9a66773f7d5", - "reference": "a395065e178551271c93c7099fede9a66773f7d5", + "url": "https://api.github.com/repos/ghostwriter/coding-standard/zipball/227c9ecb393528e237c58d9c910a7fe981ca88aa", + "reference": "227c9ecb393528e237c58d9c910a7fe981ca88aa", "shasum": "" }, "require": { @@ -2197,13 +2197,13 @@ "php": "^8.2", "phpunit/phpunit": "^11.5.6", "symfony/var-dumper": "^7.2.3", - "vimeo/psalm": "^6.1.0" + "vimeo/psalm": "^6.2.0" }, "conflict": { "vimeo/psalm": "<6.0" }, "require-dev": { - "ghostwriter/container": "^4.0.3", + "ghostwriter/container": "^4.0.5", "ghostwriter/filesystem": "^0.1.1", "ghostwriter/shell": "^0.1.0" }, @@ -2258,7 +2258,7 @@ "type": "github" } ], - "time": "2025-01-31T09:19:20+00:00" + "time": "2025-02-03T14:34:44+00:00" }, { "name": "hamcrest/hamcrest-php", @@ -6405,16 +6405,16 @@ }, { "name": "vimeo/psalm", - "version": "6.1.0", + "version": "6.2.0", "source": { "type": "git", "url": "https://github.com/vimeo/psalm.git", - "reference": "827971f8bc7a28bb4f842f34bf8901521de1cea3" + "reference": "814dfde37b43a1fe6d9b0996e08b19661af53bc5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vimeo/psalm/zipball/827971f8bc7a28bb4f842f34bf8901521de1cea3", - "reference": "827971f8bc7a28bb4f842f34bf8901521de1cea3", + "url": "https://api.github.com/repos/vimeo/psalm/zipball/814dfde37b43a1fe6d9b0996e08b19661af53bc5", + "reference": "814dfde37b43a1fe6d9b0996e08b19661af53bc5", "shasum": "" }, "require": { @@ -6516,7 +6516,7 @@ "issues": "https://github.com/vimeo/psalm/issues", "source": "https://github.com/vimeo/psalm" }, - "time": "2025-01-30T19:33:41+00:00" + "time": "2025-02-01T16:30:21+00:00" }, { "name": "webmozart/assert",