From b3aec7cd39bd1c00ed718cf909b38862def03487 Mon Sep 17 00:00:00 2001 From: phpstan-bot <79867460+phpstan-bot@users.noreply.github.com> Date: Tue, 17 Sep 2024 00:16:34 +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 1939d5df29..af64be29c0 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.19", - "phpstan/php-8-stubs": "0.3.105", + "phpstan/php-8-stubs": "0.3.106", "phpstan/phpdoc-parser": "1.30.1", "psr/http-message": "^1.1", "react/async": "^3", diff --git a/composer.lock b/composer.lock index bed27023af..9d353e42bb 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": "76c100fc288f1215d63ee88908164a3a", + "content-hash": "6d693958743075cac1ba17147e8d55b4", "packages": [ { "name": "clue/ndjson-react", @@ -2248,16 +2248,16 @@ }, { "name": "phpstan/php-8-stubs", - "version": "0.3.105", + "version": "0.3.106", "source": { "type": "git", "url": "https://github.com/phpstan/php-8-stubs.git", - "reference": "16dafadf67f56e715a4e8d5093a28435640d5df8" + "reference": "32a289268a0bbd2ee64f060ecd74bb6eb345738d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/php-8-stubs/zipball/16dafadf67f56e715a4e8d5093a28435640d5df8", - "reference": "16dafadf67f56e715a4e8d5093a28435640d5df8", + "url": "https://api.github.com/repos/phpstan/php-8-stubs/zipball/32a289268a0bbd2ee64f060ecd74bb6eb345738d", + "reference": "32a289268a0bbd2ee64f060ecd74bb6eb345738d", "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.105" + "source": "https://github.com/phpstan/php-8-stubs/tree/0.3.106" }, - "time": "2024-09-16T14:40:26+00:00" + "time": "2024-09-17T00:15:59+00:00" }, { "name": "phpstan/phpdoc-parser",