From f352a7c8670721807f603ce078f6a65820354bc4 Mon Sep 17 00:00:00 2001 From: phpstan-bot <79867460+phpstan-bot@users.noreply.github.com> Date: Mon, 15 Jul 2024 00:18:08 +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..dde1a0c45d 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.87", "phpstan/phpdoc-parser": "1.29.1", "psr/http-message": "^1.1", "react/async": "^3", diff --git a/composer.lock b/composer.lock index 59b9715ecd..a6595bf8d1 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": "87de175ace3f450fb2887d25ba61e5b7", "packages": [ { "name": "clue/ndjson-react", @@ -2248,16 +2248,16 @@ }, { "name": "phpstan/php-8-stubs", - "version": "0.3.86", + "version": "0.3.87", "source": { "type": "git", "url": "https://github.com/phpstan/php-8-stubs.git", - "reference": "4a2945f47e3bd977ca256b81553683e2c3e543ec" + "reference": "dc78e588747416d95512497da52833196e8488f0" }, "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/dc78e588747416d95512497da52833196e8488f0", + "reference": "dc78e588747416d95512497da52833196e8488f0", "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.87" }, - "time": "2024-07-11T00:17:19+00:00" + "time": "2024-07-15T00:17:39+00:00" }, { "name": "phpstan/phpdoc-parser",