diff --git a/composer.json b/composer.json index f6cb9c01db..feb31fdf19 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "nikic/php-parser": "^4.17.1", "ondram/ci-detector": "^3.4.0", "ondrejmirtes/better-reflection": "6.25.0.17", - "phpstan/php-8-stubs": "0.3.101", + "phpstan/php-8-stubs": "0.3.102", "phpstan/phpdoc-parser": "1.30.0", "psr/http-message": "^1.1", "react/async": "^3", diff --git a/composer.lock b/composer.lock index 71beaf624c..51285a4922 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": "f5af1898ab9d95520d1511334b2000c0", + "content-hash": "04ff25ded8cb4f666f7974b5a6ea36ac", "packages": [ { "name": "clue/ndjson-react", @@ -2248,16 +2248,16 @@ }, { "name": "phpstan/php-8-stubs", - "version": "0.3.101", + "version": "0.3.102", "source": { "type": "git", "url": "https://github.com/phpstan/php-8-stubs.git", - "reference": "07a716723f30182d2f77c49426cc08327e5e9df1" + "reference": "607eedcd3bf7bc7baa2bc187741d772c776cc7ee" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/php-8-stubs/zipball/07a716723f30182d2f77c49426cc08327e5e9df1", - "reference": "07a716723f30182d2f77c49426cc08327e5e9df1", + "url": "https://api.github.com/repos/phpstan/php-8-stubs/zipball/607eedcd3bf7bc7baa2bc187741d772c776cc7ee", + "reference": "607eedcd3bf7bc7baa2bc187741d772c776cc7ee", "shasum": "" }, "type": "library", @@ -2274,9 +2274,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.101" + "source": "https://github.com/phpstan/php-8-stubs/tree/0.3.102" }, - "time": "2024-09-02T17:25:11+00:00" + "time": "2024-09-05T00:17:54+00:00" }, { "name": "phpstan/phpdoc-parser",