From 6162dad94df844fe920db8dc6f8c7fd07e7c53eb Mon Sep 17 00:00:00 2001 From: phpstan-bot Date: Wed, 25 Jan 2023 00:16: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 3b4995d559..fce1656411 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "nikic/php-parser": "^4.15.3", "ondram/ci-detector": "^3.4.0", "ondrejmirtes/better-reflection": "6.4.0", - "phpstan/php-8-stubs": "0.3.54", + "phpstan/php-8-stubs": "0.3.55", "phpstan/phpdoc-parser": "1.15.3", "react/async": "^3", "react/child-process": "^0.6.4", diff --git a/composer.lock b/composer.lock index 2f5eac93ae..3ba1b3fa28 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": "02d452aaf7820d26ea16e66c8002fbce", + "content-hash": "a732bba9ebf7dc768e3323b6277d964c", "packages": [ { "name": "clue/ndjson-react", @@ -2171,16 +2171,16 @@ }, { "name": "phpstan/php-8-stubs", - "version": "0.3.54", + "version": "0.3.55", "source": { "type": "git", "url": "https://github.com/phpstan/php-8-stubs.git", - "reference": "2607815b55ccf7bbe5854cf2da83253570a7b426" + "reference": "6d7d370d00fcb0a4e7332b51ccc86c699181994a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/php-8-stubs/zipball/2607815b55ccf7bbe5854cf2da83253570a7b426", - "reference": "2607815b55ccf7bbe5854cf2da83253570a7b426", + "url": "https://api.github.com/repos/phpstan/php-8-stubs/zipball/6d7d370d00fcb0a4e7332b51ccc86c699181994a", + "reference": "6d7d370d00fcb0a4e7332b51ccc86c699181994a", "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.54" + "source": "https://github.com/phpstan/php-8-stubs/tree/0.3.55" }, - "time": "2023-01-20T00:15:59+00:00" + "time": "2023-01-25T00:16:00+00:00" }, { "name": "phpstan/phpdoc-parser",