From 8999ebf2f26162fcf8a0b46da19cf27d18245c00 Mon Sep 17 00:00:00 2001 From: phpstan-bot <79867460+phpstan-bot@users.noreply.github.com> Date: Sat, 6 Sep 2025 07:30:45 +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 5954097505..8566ce945b 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "ondrejmirtes/better-reflection": "6.61.0.1", "ondrejmirtes/composer-attribute-collector": "^1.1.1", "ondrejmirtes/php-merge": "^4.1", - "phpstan/php-8-stubs": "0.4.24", + "phpstan/php-8-stubs": "0.4.25", "phpstan/phpdoc-parser": "2.3.0", "psr/http-message": "^1.1", "react/async": "^3", diff --git a/composer.lock b/composer.lock index ff40fc1197..692c7b1435 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": "7791224b02b052a3ee006f4a5f931e81", + "content-hash": "631934d23c54384e4fe7a77fab7ea73a", "packages": [ { "name": "clue/ndjson-react", @@ -2373,16 +2373,16 @@ }, { "name": "phpstan/php-8-stubs", - "version": "0.4.24", + "version": "0.4.25", "source": { "type": "git", "url": "https://github.com/phpstan/php-8-stubs.git", - "reference": "40dea0d7d8c3ee7afa2aee7c71a5d78a53506b2e" + "reference": "bbc55ac73dfdaed1d6e583ec9a5d72736355372f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/php-8-stubs/zipball/40dea0d7d8c3ee7afa2aee7c71a5d78a53506b2e", - "reference": "40dea0d7d8c3ee7afa2aee7c71a5d78a53506b2e", + "url": "https://api.github.com/repos/phpstan/php-8-stubs/zipball/bbc55ac73dfdaed1d6e583ec9a5d72736355372f", + "reference": "bbc55ac73dfdaed1d6e583ec9a5d72736355372f", "shasum": "" }, "type": "library", @@ -2399,9 +2399,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.4.24" + "source": "https://github.com/phpstan/php-8-stubs/tree/0.4.25" }, - "time": "2025-08-27T00:22:10+00:00" + "time": "2025-09-06T07:30:14+00:00" }, { "name": "phpstan/phpdoc-parser",