diff --git a/composer.json b/composer.json index d8d96754..28edc603 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ ], "require": { "php": "^7.4 || ^8.0", - "phpdocumentor/type-resolver": "^2.x-dev", + "phpdocumentor/type-resolver": "^2.0", "webmozart/assert": "^1.9.1 || ^2", "phpdocumentor/reflection-common": "^2.2", "ext-filter": "*", diff --git a/composer.lock b/composer.lock index d70bafc4..77d66b46 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": "2af32665428eb750a10f182d03577049", + "content-hash": "8bdd7cc1fc5dc9bd47445334b2ccb10f", "packages": [ { "name": "doctrine/deprecations", @@ -109,16 +109,16 @@ }, { "name": "phpdocumentor/type-resolver", - "version": "2.x-dev", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/TypeResolver.git", - "reference": "04298b7787b2c341bae25783c78c167f1901d5b9" + "reference": "327a05bbee54120d4786a0dc67aad30226ad4cf9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/04298b7787b2c341bae25783c78c167f1901d5b9", - "reference": "04298b7787b2c341bae25783c78c167f1901d5b9", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/327a05bbee54120d4786a0dc67aad30226ad4cf9", + "reference": "327a05bbee54120d4786a0dc67aad30226ad4cf9", "shasum": "" }, "require": { @@ -136,7 +136,6 @@ "phpunit/phpunit": "^9.5", "psalm/phar": "^4" }, - "default-branch": true, "type": "library", "extra": { "branch-alias": { @@ -162,9 +161,9 @@ "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", "support": { "issues": "https://github.com/phpDocumentor/TypeResolver/issues", - "source": "https://github.com/phpDocumentor/TypeResolver/tree/2.x" + "source": "https://github.com/phpDocumentor/TypeResolver/tree/2.0.0" }, - "time": "2025-12-22T19:57:29+00:00" + "time": "2026-01-06T21:53:42+00:00" }, { "name": "phpstan/phpdoc-parser", @@ -2513,9 +2512,7 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": { - "phpdocumentor/type-resolver": 20 - }, + "stability-flags": {}, "prefer-stable": false, "prefer-lowest": false, "platform": {