From 78aab76a3f64e6b39311428ce3189d566e5656f8 Mon Sep 17 00:00:00 2001 From: phpstan-bot Date: Tue, 21 Nov 2023 00:15:58 +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 47f287ab29..10fffa95e6 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "nikic/php-parser": "^4.17.1", "ondram/ci-detector": "^3.4.0", "ondrejmirtes/better-reflection": "6.14.0.8", - "phpstan/php-8-stubs": "0.3.79", + "phpstan/php-8-stubs": "0.3.80", "phpstan/phpdoc-parser": "1.24.3", "react/async": "^3", "react/child-process": "^0.6.4", diff --git a/composer.lock b/composer.lock index 77ec16e764..c72e36572a 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": "1221327ad29b329700efd27070ade013", + "content-hash": "58fe8258f8b2145f546d97c7816cd4d0", "packages": [ { "name": "clue/ndjson-react", @@ -2168,16 +2168,16 @@ }, { "name": "phpstan/php-8-stubs", - "version": "0.3.79", + "version": "0.3.80", "source": { "type": "git", "url": "https://github.com/phpstan/php-8-stubs.git", - "reference": "4025fc1b30ab8c54491511c25b103a01d3e00001" + "reference": "8240c458b8b8d9163cc00075004aa242e17df388" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/php-8-stubs/zipball/4025fc1b30ab8c54491511c25b103a01d3e00001", - "reference": "4025fc1b30ab8c54491511c25b103a01d3e00001", + "url": "https://api.github.com/repos/phpstan/php-8-stubs/zipball/8240c458b8b8d9163cc00075004aa242e17df388", + "reference": "8240c458b8b8d9163cc00075004aa242e17df388", "shasum": "" }, "type": "library", @@ -2194,9 +2194,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.79" + "source": "https://github.com/phpstan/php-8-stubs/tree/0.3.80" }, - "time": "2023-11-11T00:14:08+00:00" + "time": "2023-11-21T00:15:15+00:00" }, { "name": "phpstan/phpdoc-parser",