php-phpdocumentor-type-resolver (1.12.0-1) unstable; urgency=medium

  [ Максим Спирков ]
  * Add `AbstractList::getOriginalKeyType()` method

 -- David Prévot <taffit@debian.org>  Fri, 28 Nov 2025 08:00:55 +0100

php-phpdocumentor-type-resolver (1.11.1-1) unstable; urgency=medium

  [ Максим Спирков ]
  * Fix `@return` annotation for `SelfTest::provideToStringData()`
  * Add tests for DNF types
  * Make `OffsetAccess` properties private

 -- David Prévot <taffit@debian.org>  Sat, 22 Nov 2025 09:54:38 +0100

php-phpdocumentor-type-resolver (1.11.0-1) unstable; urgency=medium

  [ Danny van der Sluijs ]
  * Correct documentation reference

  [ Максим Спирков ]
  * Fix handling of array shapes without keys
  * Add the `TypeNode` property to `Mixed_`
  * Conditional, ConditionalForParameter, IntMask, IntMaskOf, KeyOf,
    OffsetAccess, ValueOf

  [ Maksim Spirkov ]
  * Add support for generics in `Static_` and `Self_` (#228)

  [ David Prévot ]
  * Remove Rules-Requires-Root
  * debian/control: Document nocheck flag

 -- David Prévot <taffit@debian.org>  Fri, 21 Nov 2025 09:13:33 +0100

php-phpdocumentor-type-resolver (1.10.0-3) unstable; urgency=medium

  * Revert "Force system dependencies loading"
  * Drop now useless debian/pkg-php-tools-autoloaders
  * Modernize PHPUnit syntax

 -- David Prévot <taffit@debian.org>  Mon, 17 Feb 2025 18:46:09 +0100

php-phpdocumentor-type-resolver (1.10.0-2) unstable; urgency=medium

  * Mark two other Providers as static

 -- David Prévot <taffit@debian.org>  Mon, 30 Dec 2024 17:02:07 +0100

php-phpdocumentor-type-resolver (1.10.0-1) unstable; urgency=medium

  [ Jaapio ]
  * Add support for non-empty-array notation
  * Add support for object and list shape types

  [ Christian Flothmann ]
  * add support for phpstan/phpdoc-parser 2

  [ David Prévot ]
  * Ship upstream documentation)
  * Update Standards-Version to 4.7.0

 -- David Prévot <taffit@debian.org>  Fri, 15 Nov 2024 16:04:38 +0100

php-phpdocumentor-type-resolver (1.8.2-1) unstable; urgency=medium

  [ Antoine Lamé ]
  * Make Float_ non-final

  [ Laurent Laville ]
  * be able to run examples whatever current directory is

  [ Jaapio ]
  * Downgrade to php 7.3

  [ David Prévot ]
  * Force system dependencies loading

 -- David Prévot <taffit@debian.org>  Sat, 24 Feb 2024 09:47:58 +0100

php-phpdocumentor-type-resolver (1.8.0-1) unstable; urgency=medium

  [ Antoine Lamé ]
  * Add getter to ArrayShape

  [ Shaun Alberts ]
  * Update parser token constant values to ints instead of strings

 -- David Prévot <taffit@debian.org>  Sat, 13 Jan 2024 09:36:22 +0100

php-phpdocumentor-type-resolver (1.7.3-1) unstable; urgency=medium

  * Upload to unstable since Bookworm has been released

  [ Mykola Martynov ]
  * update ContextFactory::createForNamespace

 -- David Prévot <taffit@debian.org>  Thu, 24 Aug 2023 13:13:26 +0200

php-phpdocumentor-type-resolver (1.7.2-1) experimental; urgency=medium

  [ Aleksandr Manichev ]
  * Change underlying type for StringValue pseudo type

  [ David Prévot ]
  * Compatibility with recent PHPUnit (10)

 -- David Prévot <taffit@debian.org>  Wed, 31 May 2023 23:45:00 +0200

php-phpdocumentor-type-resolver (1.7.1-1) experimental; urgency=medium

  [ Jaapio ]
  * Fix compound array key support

 -- David Prévot <taffit@debian.org>  Wed, 29 Mar 2023 08:19:17 +0200

php-phpdocumentor-type-resolver (1.7.0-1) experimental; urgency=medium

  * Upload to experimental during the freeze

  [ Jaapio ]
  * Full rewrite of type resolving

  [ Andrew Menino-Barlow ]
  * Add non-empty-list pseudo-type

  [ David Prévot ]
  * Update standards version to 4.6.2, no changes needed.
  * New dependencies

 -- David Prévot <taffit@debian.org>  Mon, 20 Mar 2023 08:20:54 +0100

php-phpdocumentor-type-resolver (1.6.2-1) unstable; urgency=medium

  [ Dan Hemberger ]
  * Fix parsing nullable collections

  [ Jaapio ]
  * Upgrade to standardized phpdoc ci
  * Upgrade code to php 7.4 level
  * Build on php 8.2

  [ Mike van der Velde ]
  * Update inaccurate docblock in AbstractList

  [ David Prévot ]
  * Mark package as Multi-Arch: foreign

 -- David Prévot <taffit@debian.org>  Sun, 16 Oct 2022 11:30:48 +0200

php-phpdocumentor-type-resolver (1.6.1-1) unstable; urgency=medium

  [ lmoelleken ]
  * fix for zero `IntRange`

  [ David Prévot ]
  * Update Standards-Version to 4.6.1

 -- David Prévot <taffit@debian.org>  Sat, 18 Jun 2022 16:21:44 +0200

php-phpdocumentor-type-resolver (1.6.0-1) unstable; urgency=medium

  [ Jáchym Toušek ]
  * Add list pseudo-type

  [ lmoelleken ]
  * add support for "int<min,max>", "negative-int" and "numeric"

 -- David Prévot <taffit@debian.org>  Thu, 06 Jan 2022 01:09:07 -0400

php-phpdocumentor-type-resolver (1.5.1-1) unstable; urgency=medium

  [ Jaapio ]
  * Add php 8.1 to build matrix

  [ David Prévot ]
  * Simplify gbp import-orig
  * Install dh-sequence-* instead of using dh --with
  * Generate phpabtpl at build time
  * Update standards version to 4.6.0, no changes needed.

 -- David Prévot <taffit@debian.org>  Sat, 09 Oct 2021 23:00:52 -0400

php-phpdocumentor-type-resolver (1.4.0-2) unstable; urgency=medium

  * Only run unit test suite
  * Update watch file format version to 4.
  * Update Standards-Version to 4.5.1

 -- David Prévot <taffit@debian.org>  Sat, 12 Dec 2020 17:46:47 -0400

php-phpdocumentor-type-resolver (1.4.0-1) unstable; urgency=medium

  [ Mike van Riel ]
  * Add true and false as PseudoTypes

  [ David Prévot ]
  * Rename main branch to debian/latest (DEP-14)
  * Set Rules-Requires-Root: no.

 -- David Prévot <taffit@debian.org>  Fri, 18 Sep 2020 07:51:19 -0400

php-phpdocumentor-type-resolver (1.3.0-1) unstable; urgency=medium

  [ Jaapio ]
  * Remove mockery from tests

  [ David Prévot ]
  * Use debhelper-compat 13
  * Simplify override_dh_auto_test
  * Drop patch (issue fixed upstream)
  * Drop php-mockery build-dependency
  * Update copyright

 -- David Prévot <taffit@debian.org>  Mon, 29 Jun 2020 15:39:19 -1000

php-phpdocumentor-type-resolver (1.1.0-1) unstable; urgency=medium

  * Compatibility with recent PHPUnit (8)
  * debian/control: Update Standards-Version to 4.5.0
  * debian/upstream/metadata:
    set fields Bug-Database, Bug-Submit, Repository, Repository-Browse

 -- David Prévot <taffit@debian.org>  Mon, 02 Mar 2020 14:27:17 -1000

php-phpdocumentor-type-resolver (1.0.1-2) unstable; urgency=medium

  * Upload to unstable in sync with php-phpdocumentor-reflection-common
  * Set upstream metadata fields: Repository.
  * Drop versioned dependency satisfied in (old)stable
  * Update Standards-Version to 4.4.1

 -- David Prévot <taffit@debian.org>  Mon, 30 Sep 2019 18:08:24 -1000

php-phpdocumentor-type-resolver (1.0.1-1) experimental; urgency=medium

  [ Piotr Kugla ]
  * Fix invalid namespace aliases

 -- David Prévot <taffit@debian.org>  Sun, 25 Aug 2019 14:47:12 -1000

php-phpdocumentor-type-resolver (1.0.0-1) experimental; urgency=medium

  [ Jaapio ]
  * prepare for v1 release

  [ Graham Campbell ]
  * phpdocumentor/reflection-common stable

  [ David Prévot ]
  * Document gbp import-ref usage
  * Add back testsuite
  * Drop get-orig-source target
  * Use debhelper-compat 12
  * Update Standards-Version to 4.4.0
  * Ship upstream examples

 -- David Prévot <taffit@debian.org>  Thu, 11 Jul 2019 10:15:53 -0300

php-phpdocumentor-type-resolver (0.7.1-1) experimental; urgency=medium

  [ Mike van Riel ]
  * Unclosed array expression should throw exception

  [ David Prévot ]
  * Use debhelper-compat 11
  * Use https in Format
  * Use https in Homepage
  * Use Standards-Version 4.2.1

 -- David Prévot <taffit@debian.org>  Mon, 15 Oct 2018 21:17:46 -1000

php-phpdocumentor-type-resolver (0.7.0-1) experimental; urgency=medium

  [ RJ Garcia ]
  * Parse Group Use Statements

 -- David Prévot <taffit@debian.org>  Thu, 23 Aug 2018 14:57:33 -1000

php-phpdocumentor-type-resolver (0.6.3-1) experimental; urgency=medium

  * Update Standards-Version to 4.2.0

 -- David Prévot <taffit@debian.org>  Tue, 14 Aug 2018 09:18:07 -1000

php-phpdocumentor-type-resolver (0.6.2-1) experimental; urgency=medium

  * Update Standards-Version to 4.1.4

 -- David Prévot <taffit@debian.org>  Wed, 20 Jun 2018 14:45:36 -1000

php-phpdocumentor-type-resolver (0.6.1-1) experimental; urgency=medium

  [ Gabriel Caruso ]
  * Welcome 2018 :tada:

  [ David Prévot ]
  * Update copyright (years)
  * Move project repository to salsa.d.o
  * Update Standards-Version to 4.1.3

 -- David Prévot <taffit@debian.org>  Tue, 06 Mar 2018 15:14:40 -1000

php-phpdocumentor-type-resolver (0.5.0-1) experimental; urgency=medium

  * Upload version incompatible with version 4 of
    php-phpdocumentor-reflection-docblock to experimental
  * Update Standards-Version to 4.1.2

 -- David Prévot <taffit@debian.org>  Sat, 30 Dec 2017 14:56:26 +0530

php-phpdocumentor-type-resolver (0.4.0-2) unstable; urgency=medium

  * Upload to unstable in sync with symfony
  * Update Standards-Version to 4.1.1

 -- David Prévot <taffit@debian.org>  Thu, 30 Nov 2017 15:05:08 -1000

php-phpdocumentor-type-resolver (0.4.0-1) experimental; urgency=medium

  * Upload version only compatible with version 4 of
    php-phpdocumentor-reflection-docblock to experimental
  * Drop testsuite removed upstream
  * Include upstream README
  * Update copyright
  * Update Standards-Version to 4.1.0

 -- David Prévot <taffit@debian.org>  Mon, 21 Aug 2017 20:49:34 -1000

php-phpdocumentor-type-resolver (0.2.1-1) unstable; urgency=medium

  [ Mike van Riel ]
  * Last namespace separator is not removed

 -- David Prévot <taffit@debian.org>  Wed, 25 Jan 2017 16:42:01 -1000

php-phpdocumentor-type-resolver (0.2-1) unstable; urgency=medium

  [ Hidde Boomsma ]
  * Rename Void to Void_ since it is a reserved keyword in PHP7.1

  [ David Prévot ]
  * Update Standards-Version to 3.9.8

 -- David Prévot <taffit@debian.org>  Sat, 11 Jun 2016 12:28:00 -0400

php-phpdocumentor-type-resolver (0.1.8-1) unstable; urgency=medium

  [ Mike van Riel ]
  * Remove development package and upgrade phpunit

 -- David Prévot <taffit@debian.org>  Thu, 31 Mar 2016 12:02:23 -0400

php-phpdocumentor-type-resolver (0.1.7-1) unstable; urgency=medium

  [ Kévin Dunglas ]
  * Fix file_get_contents warning in ContextFactory

 -- David Prévot <taffit@debian.org>  Mon, 21 Mar 2016 20:21:15 -0400

php-phpdocumentor-type-resolver (0.1.6-3) unstable; urgency=medium

  * Rebuild with recent pkg-php-tools for the PHP 7.0 transition

 -- David Prévot <taffit@debian.org>  Wed, 09 Mar 2016 19:11:30 -0400

php-phpdocumentor-type-resolver (0.1.6-2) unstable; urgency=medium

  * Enable testsuite
  * Update Standards-Version to 3.9.7

 -- David Prévot <taffit@debian.org>  Sat, 13 Feb 2016 21:46:34 -0400

php-phpdocumentor-type-resolver (0.1.6-1) unstable; urgency=low

  * Initial release (new php-phpdocumentor-reflection-docblock dependency)

 -- David Prévot <taffit@debian.org>  Sun, 31 Jan 2016 14:56:52 -0400
