From b0ae40811f2caff529ab43d96dd9d6c8003ec56e Mon Sep 17 00:00:00 2001 From: phpstan-bot Date: Fri, 8 Apr 2022 00:15:32 +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 4c1c114938..a617dce621 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "nikic/php-parser": "^4.13.2", "ondram/ci-detector": "^3.4.0", "ondrejmirtes/better-reflection": "5.3.0", - "phpstan/php-8-stubs": "0.1.50", + "phpstan/php-8-stubs": "0.1.51", "phpstan/phpdoc-parser": "^1.4.0", "react/child-process": "^0.6.4", "react/event-loop": "^1.2", diff --git a/composer.lock b/composer.lock index 71a2b819a4..980914459a 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": "573e92a1f2fa8d5b28a353e33a94170b", + "content-hash": "ce44784dc08dc12cbe4f2bcdbb9bb000", "packages": [ { "name": "clue/block-react", @@ -2304,16 +2304,16 @@ }, { "name": "phpstan/php-8-stubs", - "version": "0.1.50", + "version": "0.1.51", "source": { "type": "git", "url": "https://github.com/phpstan/php-8-stubs.git", - "reference": "88bd46e41d03e61cf100f5dfa9f42ec4a5954ffc" + "reference": "b8e62d1a22bc6d4b1384a5e88b5959d4846fc0b3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/php-8-stubs/zipball/88bd46e41d03e61cf100f5dfa9f42ec4a5954ffc", - "reference": "88bd46e41d03e61cf100f5dfa9f42ec4a5954ffc", + "url": "https://api.github.com/repos/phpstan/php-8-stubs/zipball/b8e62d1a22bc6d4b1384a5e88b5959d4846fc0b3", + "reference": "b8e62d1a22bc6d4b1384a5e88b5959d4846fc0b3", "shasum": "" }, "type": "library", @@ -2330,9 +2330,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.1.50" + "source": "https://github.com/phpstan/php-8-stubs/tree/0.1.51" }, - "time": "2022-04-01T00:14:52+00:00" + "time": "2022-04-08T00:14:36+00:00" }, { "name": "phpstan/phpdoc-parser",