From 6be9967fa4fd119942f29fb2265f17cad0191a29 Mon Sep 17 00:00:00 2001 From: Titouan Mathis Date: Mon, 10 Feb 2025 03:15:34 +0100 Subject: [PATCH] Lock file maintenance (#25) Co-authored-by: Renovate Bot --- composer.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.lock b/composer.lock index 00905cd..80e44c3 100644 --- a/composer.lock +++ b/composer.lock @@ -1877,16 +1877,16 @@ "packages-dev": [ { "name": "phpstan/phpstan", - "version": "1.12.16", + "version": "1.12.17", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "e0bb5cb78545aae631220735aa706eac633a6be9" + "reference": "7027b3b0270bf392de0cfba12825979768d728bf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/e0bb5cb78545aae631220735aa706eac633a6be9", - "reference": "e0bb5cb78545aae631220735aa706eac633a6be9", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/7027b3b0270bf392de0cfba12825979768d728bf", + "reference": "7027b3b0270bf392de0cfba12825979768d728bf", "shasum": "" }, "require": { @@ -1931,7 +1931,7 @@ "type": "github" } ], - "time": "2025-01-21T14:50:05+00:00" + "time": "2025-02-07T15:01:57+00:00" }, { "name": "squizlabs/php_codesniffer",