From cc9a674016c2ec580343db6185621f1d607aca97 Mon Sep 17 00:00:00 2001 From: Ondrej Mirtes Date: Thu, 11 Feb 2021 10:27:53 +0100 Subject: [PATCH] Updated 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 9e7db4143f..0a154f4844 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "ondram/ci-detector": "^3.4.0", "ondrejmirtes/better-reflection": "4.3.48", "phpdocumentor/reflection-docblock": "4.3.4", - "phpstan/php-8-stubs": "^0.1.11", + "phpstan/php-8-stubs": "^0.1.12", "phpstan/phpdoc-parser": "^0.4.9", "react/child-process": "^0.6.1", "react/event-loop": "^1.1", diff --git a/composer.lock b/composer.lock index ec7264b123..40587d37d7 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": "3fdfbdddf91c61dca9ed1f2574150141", + "content-hash": "d030387f024a47bbe9442ad5957ca6e9", "packages": [ { "name": "clue/block-react", @@ -2304,16 +2304,16 @@ }, { "name": "phpstan/php-8-stubs", - "version": "0.1.11", + "version": "0.1.12", "source": { "type": "git", "url": "https://github.com/phpstan/php-8-stubs.git", - "reference": "80c9b994440459e60eb314b6b41997335df9b107" + "reference": "f0b95bd1f0e8b906103db0956699aca2abeb5881" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/php-8-stubs/zipball/80c9b994440459e60eb314b6b41997335df9b107", - "reference": "80c9b994440459e60eb314b6b41997335df9b107", + "url": "https://api.github.com/repos/phpstan/php-8-stubs/zipball/f0b95bd1f0e8b906103db0956699aca2abeb5881", + "reference": "f0b95bd1f0e8b906103db0956699aca2abeb5881", "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.11" + "source": "https://github.com/phpstan/php-8-stubs/tree/0.1.12" }, - "time": "2021-01-07T00:57:18+00:00" + "time": "2021-02-11T09:26:46+00:00" }, { "name": "phpstan/phpdoc-parser",