From ed624101f63b29ed253c7a5280c2033a7156c02c Mon Sep 17 00:00:00 2001 From: phpstan-bot Date: Wed, 14 Dec 2022 00:16:50 +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 9dded7bf26..e54b71939f 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "nikic/php-parser": "^4.15.0", "ondram/ci-detector": "^3.4.0", "ondrejmirtes/better-reflection": "6.4.0", - "phpstan/php-8-stubs": "0.3.52", + "phpstan/php-8-stubs": "0.3.53", "phpstan/phpdoc-parser": "1.15.0", "react/async": "^3", "react/child-process": "^0.6.4", diff --git a/composer.lock b/composer.lock index fd66d06731..dab7f3fd41 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": "2bf68596a7ea3de7de58c6e3a771af9e", + "content-hash": "075b6bef6fe32cb895c2e0d3c51d5c30", "packages": [ { "name": "clue/ndjson-react", @@ -2171,16 +2171,16 @@ }, { "name": "phpstan/php-8-stubs", - "version": "0.3.52", + "version": "0.3.53", "source": { "type": "git", "url": "https://github.com/phpstan/php-8-stubs.git", - "reference": "c10db827854a1d113112d52aa0a65f5afb8f59d5" + "reference": "5d50511f9f526333591c9b9fe156c0f7bf0729f9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/php-8-stubs/zipball/c10db827854a1d113112d52aa0a65f5afb8f59d5", - "reference": "c10db827854a1d113112d52aa0a65f5afb8f59d5", + "url": "https://api.github.com/repos/phpstan/php-8-stubs/zipball/5d50511f9f526333591c9b9fe156c0f7bf0729f9", + "reference": "5d50511f9f526333591c9b9fe156c0f7bf0729f9", "shasum": "" }, "type": "library", @@ -2197,9 +2197,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.52" + "source": "https://github.com/phpstan/php-8-stubs/tree/0.3.53" }, - "time": "2022-11-04T00:19:01+00:00" + "time": "2022-12-14T00:16:06+00:00" }, { "name": "phpstan/phpdoc-parser",