From ca887d42ba8721328818c5bbb910d536c5945f31 Mon Sep 17 00:00:00 2001 From: phpstan-bot <79867460+phpstan-bot@users.noreply.github.com> Date: Tue, 24 Sep 2024 19:05:17 +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 deb73479df..3b27d11751 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.108", + "phpstan/php-8-stubs": "0.3.109", "phpstan/phpdoc-parser": "1.31.0", "psr/http-message": "^1.1", "react/async": "^3", diff --git a/composer.lock b/composer.lock index cb42d7d1e4..12c507d0e8 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": "c5763f95f6bf96a666d820e5e34d8e56", + "content-hash": "4de0fc2f1dd1531160dc506a885ca84d", "packages": [ { "name": "clue/ndjson-react", @@ -2248,16 +2248,16 @@ }, { "name": "phpstan/php-8-stubs", - "version": "0.3.108", + "version": "0.3.109", "source": { "type": "git", "url": "https://github.com/phpstan/php-8-stubs.git", - "reference": "59ee6d5256a0bb43debf7d131441edf598b155fa" + "reference": "66ae33a8ed0b88cbda063d82c1c9fdffa36b687d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/php-8-stubs/zipball/59ee6d5256a0bb43debf7d131441edf598b155fa", - "reference": "59ee6d5256a0bb43debf7d131441edf598b155fa", + "url": "https://api.github.com/repos/phpstan/php-8-stubs/zipball/66ae33a8ed0b88cbda063d82c1c9fdffa36b687d", + "reference": "66ae33a8ed0b88cbda063d82c1c9fdffa36b687d", "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.108" + "source": "https://github.com/phpstan/php-8-stubs/tree/0.3.109" }, - "time": "2024-09-23T00:19:30+00:00" + "time": "2024-09-24T19:04:44+00:00" }, { "name": "phpstan/phpdoc-parser",