From 2164616b8cd876eab7f95b8f6efbc582f3aad14d Mon Sep 17 00:00:00 2001 From: Ondrej Mirtes Date: Sun, 18 Oct 2020 10:57:19 +0200 Subject: [PATCH] Update PHP 8 stubs - fix assert_options --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 758409319a..9235b28c0a 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "ondram/ci-detector": "^3.4.0", "ondrejmirtes/better-reflection": "4.3.37", "phpdocumentor/reflection-docblock": "4.3.4", - "phpstan/php-8-stubs": "^0.1.5", + "phpstan/php-8-stubs": "^0.1.6", "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 b24c5e21fa..7784a34a1d 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": "37c2292192bb9673c303f374c6742471", + "content-hash": "927300049b80e29d00d47f60d1f12bfa", "packages": [ { "name": "clue/block-react", @@ -2305,16 +2305,16 @@ }, { "name": "phpstan/php-8-stubs", - "version": "0.1.5", + "version": "0.1.6", "source": { "type": "git", "url": "https://github.com/phpstan/php-8-stubs.git", - "reference": "6d453dda067bf86d0238d4a27eaeeecf03436991" + "reference": "e368cfbfd4391ede462def752cc88d791abd04e1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/php-8-stubs/zipball/6d453dda067bf86d0238d4a27eaeeecf03436991", - "reference": "6d453dda067bf86d0238d4a27eaeeecf03436991", + "url": "https://api.github.com/repos/phpstan/php-8-stubs/zipball/e368cfbfd4391ede462def752cc88d791abd04e1", + "reference": "e368cfbfd4391ede462def752cc88d791abd04e1", "shasum": "" }, "type": "library", @@ -2331,9 +2331,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.5" + "source": "https://github.com/phpstan/php-8-stubs/tree/0.1.6" }, - "time": "2020-10-16T08:39:59+00:00" + "time": "2020-10-18T00:43:02+00:00" }, { "name": "phpstan/phpdoc-parser",