From bad96960ce62b5cd31a33aadf3472e570b286377 Mon Sep 17 00:00:00 2001 From: phpstan-bot <79867460+phpstan-bot@users.noreply.github.com> Date: Thu, 11 Jul 2024 00:18:04 +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 8c7da9cdaa..f350cb6820 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.85", + "phpstan/php-8-stubs": "0.3.86", "phpstan/phpdoc-parser": "1.29.1", "psr/http-message": "^1.1", "react/async": "^3", diff --git a/composer.lock b/composer.lock index 07b1160c90..59b9715ecd 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": "c49036b9e4844c636e2c8c4fa27dcc6b", + "content-hash": "e9b6ae4ff113c4d1250173f1668b25de", "packages": [ { "name": "clue/ndjson-react", @@ -2248,16 +2248,16 @@ }, { "name": "phpstan/php-8-stubs", - "version": "0.3.85", + "version": "0.3.86", "source": { "type": "git", "url": "https://github.com/phpstan/php-8-stubs.git", - "reference": "70d451dd24f3420186c738dcddd17dda68554cc7" + "reference": "4a2945f47e3bd977ca256b81553683e2c3e543ec" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/php-8-stubs/zipball/70d451dd24f3420186c738dcddd17dda68554cc7", - "reference": "70d451dd24f3420186c738dcddd17dda68554cc7", + "url": "https://api.github.com/repos/phpstan/php-8-stubs/zipball/4a2945f47e3bd977ca256b81553683e2c3e543ec", + "reference": "4a2945f47e3bd977ca256b81553683e2c3e543ec", "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.85" + "source": "https://github.com/phpstan/php-8-stubs/tree/0.3.86" }, - "time": "2024-07-07T12:09:09+00:00" + "time": "2024-07-11T00:17:19+00:00" }, { "name": "phpstan/phpdoc-parser",