From 844d9b5d366ee9a260f623ea7f6e7951a29e5420 Mon Sep 17 00:00:00 2001 From: phpstan-bot <79867460+phpstan-bot@users.noreply.github.com> Date: Thu, 18 Jul 2024 00:17:31 +0000 Subject: [PATCH] Update PHP 8 stubs --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index f350cb6820..0a95dbe615 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "nikic/php-parser": "^4.17.1", "ondram/ci-detector": "^3.4.0", "ondrejmirtes/better-reflection": "6.25.0.12", - "phpstan/php-8-stubs": "0.3.86", + "phpstan/php-8-stubs": "0.3.89", "phpstan/phpdoc-parser": "1.29.1", "psr/http-message": "^1.1", "react/async": "^3", diff --git a/composer.lock b/composer.lock index 59b9715ecd..e6b617816e 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": "e9b6ae4ff113c4d1250173f1668b25de", + "content-hash": "bd13e7381be11238059422bd99396cfe", "packages": [ { "name": "clue/ndjson-react", @@ -2248,16 +2248,16 @@ }, { "name": "phpstan/php-8-stubs", - "version": "0.3.86", + "version": "0.3.89", "source": { "type": "git", "url": "https://github.com/phpstan/php-8-stubs.git", - "reference": "4a2945f47e3bd977ca256b81553683e2c3e543ec" + "reference": "d4519965dd61526919d3ca07a0f827c663daa0c3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/php-8-stubs/zipball/4a2945f47e3bd977ca256b81553683e2c3e543ec", - "reference": "4a2945f47e3bd977ca256b81553683e2c3e543ec", + "url": "https://api.github.com/repos/phpstan/php-8-stubs/zipball/d4519965dd61526919d3ca07a0f827c663daa0c3", + "reference": "d4519965dd61526919d3ca07a0f827c663daa0c3", "shasum": "" }, "type": "library", @@ -2274,9 +2274,9 @@ "description": "PHP stubs extracted from php-src", "support": { "issues": "https://github.com/phpstan/php-8-stubs/issues", - "source": "https://github.com/phpstan/php-8-stubs/tree/0.3.86" + "source": "https://github.com/phpstan/php-8-stubs/tree/0.3.89" }, - "time": "2024-07-11T00:17:19+00:00" + "time": "2024-07-18T00:16:47+00:00" }, { "name": "phpstan/phpdoc-parser",