From 1aa9af89b50ba94316202ad1605cff0652367d30 Mon Sep 17 00:00:00 2001 From: Ondrej Mirtes Date: Thu, 27 May 2021 13:09:09 +0200 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 e5b28ad319..fbf9c0e225 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "nikic/php-parser": "4.10.5", "ondram/ci-detector": "^3.4.0", "ondrejmirtes/better-reflection": "4.3.57", - "phpstan/php-8-stubs": "^0.1.18", + "phpstan/php-8-stubs": "^0.1.19", "phpstan/phpdoc-parser": "^0.5.4", "react/child-process": "^0.6.1", "react/event-loop": "^1.1", diff --git a/composer.lock b/composer.lock index 5e94579b84..2f99629695 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": "cc66358e543b691229613d391034c12e", + "content-hash": "01c0e6a72cabeb5130f0df5f587bcaed", "packages": [ { "name": "clue/block-react", @@ -2145,16 +2145,16 @@ }, { "name": "phpstan/php-8-stubs", - "version": "0.1.18", + "version": "0.1.19", "source": { "type": "git", "url": "https://github.com/phpstan/php-8-stubs.git", - "reference": "c18022bae86eaf1a7b6a1d0d479efb5040f82ae8" + "reference": "a503207c7b425ddc24b0df706893be764df0f1d4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/php-8-stubs/zipball/c18022bae86eaf1a7b6a1d0d479efb5040f82ae8", - "reference": "c18022bae86eaf1a7b6a1d0d479efb5040f82ae8", + "url": "https://api.github.com/repos/phpstan/php-8-stubs/zipball/a503207c7b425ddc24b0df706893be764df0f1d4", + "reference": "a503207c7b425ddc24b0df706893be764df0f1d4", "shasum": "" }, "type": "library", @@ -2171,9 +2171,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.18" + "source": "https://github.com/phpstan/php-8-stubs/tree/0.1.19" }, - "time": "2021-05-20T00:49:59+00:00" + "time": "2021-05-27T01:12:40+00:00" }, { "name": "phpstan/phpdoc-parser",