diff --git a/composer.json b/composer.json index 30436e8654..045f2637ee 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "nikic/php-parser": "^4.15.0", "ondram/ci-detector": "^3.4.0", "ondrejmirtes/better-reflection": "5.8.0.1", - "phpstan/php-8-stubs": "0.3.36", + "phpstan/php-8-stubs": "0.3.37", "phpstan/phpdoc-parser": "1.8.0", "react/child-process": "^0.6.4", "react/event-loop": "^1.2", diff --git a/composer.lock b/composer.lock index 42f7f30ea2..cf328699f2 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": "e8a008f346a10f47e7ff81e02d67032f", + "content-hash": "81a7b67c9083f923cb206f0174e2e99b", "packages": [ { "name": "clue/block-react", @@ -2177,16 +2177,16 @@ }, { "name": "phpstan/php-8-stubs", - "version": "0.3.36", + "version": "0.3.37", "source": { "type": "git", "url": "https://github.com/phpstan/php-8-stubs.git", - "reference": "9f25d5cedacf23cfd9be528480d62de9bd35a2d5" + "reference": "7e89b36f74784768bd475552912bd75cde79226d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/php-8-stubs/zipball/9f25d5cedacf23cfd9be528480d62de9bd35a2d5", - "reference": "9f25d5cedacf23cfd9be528480d62de9bd35a2d5", + "url": "https://api.github.com/repos/phpstan/php-8-stubs/zipball/7e89b36f74784768bd475552912bd75cde79226d", + "reference": "7e89b36f74784768bd475552912bd75cde79226d", "shasum": "" }, "type": "library", @@ -2203,9 +2203,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.36" + "source": "https://github.com/phpstan/php-8-stubs/tree/0.3.37" }, - "time": "2022-09-05T06:47:19+00:00" + "time": "2022-09-07T00:17:15+00:00" }, { "name": "phpstan/phpdoc-parser",