diff --git a/composer.json b/composer.json index 0675654e70..46135816b8 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "ondram/ci-detector": "^3.4.0", "ondrejmirtes/better-reflection": "4.3.47", "phpdocumentor/reflection-docblock": "4.3.4", - "phpstan/php-8-stubs": "^0.1.10", + "phpstan/php-8-stubs": "^0.1.11", "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 265328e14c..f03c53f6bd 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": "73fd18c96d4094c4b48a2a9423ea09b4", + "content-hash": "e05dff0d48cd0edac09e27f48f6028b5", "packages": [ { "name": "clue/block-react", @@ -2305,16 +2305,16 @@ }, { "name": "phpstan/php-8-stubs", - "version": "0.1.10", + "version": "0.1.11", "source": { "type": "git", "url": "https://github.com/phpstan/php-8-stubs.git", - "reference": "4f642d719cbfec45df4e09165c3aa5c2ab991265" + "reference": "80c9b994440459e60eb314b6b41997335df9b107" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/php-8-stubs/zipball/4f642d719cbfec45df4e09165c3aa5c2ab991265", - "reference": "4f642d719cbfec45df4e09165c3aa5c2ab991265", + "url": "https://api.github.com/repos/phpstan/php-8-stubs/zipball/80c9b994440459e60eb314b6b41997335df9b107", + "reference": "80c9b994440459e60eb314b6b41997335df9b107", "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.10" + "source": "https://github.com/phpstan/php-8-stubs/tree/0.1.11" }, - "time": "2020-12-21T09:33:23+00:00" + "time": "2021-01-07T00:57:18+00:00" }, { "name": "phpstan/phpdoc-parser",