php-mockery (1.6.7-1) unstable; urgency=medium

  [ Nathanael Esayeas ]
  * Add factory methods for `IsEqual` and `IsSame` matchers (#1336)
  * Fix test namespaces
  * Update CHANGELOG.md

  [ Oleksandr Prypkhan ]
  * Support PHPUnit constraints as matchers

  [ David Prévot ]
  * Drop .phive content from source

 -- David Prévot <taffit@debian.org>  Tue, 12 Dec 2023 23:43:59 +0100

php-mockery (1.6.6-1) unstable; urgency=medium

  [ Nathanael Esayeas ]
  * Replace `+` with `array_merge`
  * Keep the file that caused an error for inspection
  * Update CHANGELOG.md

  [ David Prévot ]
  * Set upstream metadata fields: Security-Contact.

 -- David Prévot <taffit@debian.org>  Sun, 03 Sep 2023 04:29:42 +0530

php-mockery (1.6.4-1) unstable; urgency=medium

  [ Nathanael Esayeas ]
  * Update LICENSE
  * Create COPYRIGHT.md
  * Update CHANGELOG.md

  [ David Prévot ]
  * Update copyright

 -- David Prévot <taffit@debian.org>  Sat, 22 Jul 2023 10:37:05 +0200

php-mockery (1.6.2-1) unstable; urgency=medium

  [ Nathanael Esayeas ]
  * Create IsSame.php
  * Create IsEqual.php
  * Update CHANGELOG.md

 -- David Prévot <taffit@debian.org>  Wed, 07 Jun 2023 19:14:29 +0200

php-mockery (1.6.1-1) unstable; urgency=medium

  [ Nathanael Esayeas ]
  * Update CHANGELOG.md

 -- David Prévot <taffit@debian.org>  Mon, 05 Jun 2023 19:44:02 +0200

php-mockery (1.5.1-2) unstable; urgency=medium

  * Mark package as Multi-Arch: foreign
  * Drop tests failing with PHP 8.2 (Closes: #1028859)
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
  * Update standards version to 4.6.2, no changes needed.
  * Update source URL

 -- David Prévot <taffit@debian.org>  Sat, 14 Jan 2023 20:01:19 +0100

php-mockery (1.5.1-1) unstable; urgency=medium

  [ Kai Dederichs ]
  * Add __toString to array of methods to be removed in pass

  [ Keith Brink ]
  * Support PHP8.1 intersection types

  [ jrfnl ]
  * PHP 8.2: fix "Use of "parent" in callables is deprecated" notice
  * PHP 8.2 | Various tests: explicitly declare properties

  [ David Prévot ]
  * Drop d/pkg-php-tools-* entries
  * Update Standards-Version to 4.6.1

 -- David Prévot <taffit@debian.org>  Fri, 09 Sep 2022 09:47:11 -0400

php-mockery (1.5.0-1) unstable; urgency=medium

  [ Nathanael Esayeas ]
  * Update CHANGELOG.md

  [ David Prévot ]
  * Run all tests

 -- David Prévot <taffit@debian.org>  Thu, 20 Jan 2022 12:40:25 -0400

php-mockery (1.4.4-3) unstable; urgency=medium

  * Drop PHP80 tests that confuses PHPUnit on buildd

 -- David Prévot <taffit@debian.org>  Thu, 13 Jan 2022 04:01:01 -0400

php-mockery (1.4.4-2) unstable; urgency=medium

  * Upload to unstable now that Bulseye has been released
  * Revert "Drop PHP80 tests that confuse PHPUnit"

 -- David Prévot <taffit@debian.org>  Wed, 12 Jan 2022 11:25:10 -0400

php-mockery (1.4.4-1) experimental; urgency=medium

  [ Graham Campbell ]
  * More fixes for PHP 8.1 and setup CI again

  [ Dave Marshall ]
  * Fixes badge url
  * Adds a couple of change notes

  [ David Prévot ]
  * Compatibility with Python 3
  * Generate phpabtpl at build time
  * Drop lib-pcre from composer.json
  * Update standards version to 4.6.0, no changes needed.
  * Drop Php81 testsuite for now

 -- David Prévot <taffit@debian.org>  Sat, 09 Oct 2021 15:28:24 -0400

php-mockery (1.4.3-1) experimental; urgency=medium

  * Upload to experimental to respect the freeze

  [ Graham Campbell ]
  * Release 1.3.3

  [ Anders Jenbo ]
  * Allow shouldIgnoreMissing() to behave in a recursive fashion

  [ Thomas Gerbet ]
  * Fix crash on a union type including null

  [ martinjonas ]
  * Custom object formatters

  [ Daniel Rudolf ]
  * Fix Mockery::fetchMock() without initialized container

  [ David Prévot ]
  * Simplify gbp import-orig
  * Rename main branch to debian/latest (DEP-14)
  * Update Standards-Version to 4.5.1
  * Use dh-sequence-phpcomposer instead of pkg-php-tools

 -- David Prévot <taffit@debian.org>  Wed, 24 Feb 2021 07:35:49 -0400

php-mockery (1.4.2-1) unstable; urgency=medium

  [ Graham Campbell ]
  * Improved PHP 8.0 support
  * Release 1.4.2

  [ David Prévot ]
  * Drop PHP80 tests that confuse PHPUnit

 -- David Prévot <taffit@debian.org>  Mon, 17 Aug 2020 19:01:26 +0200

php-mockery (1.4.1-1) unstable; urgency=medium

  [ Graham Campbell ]
  * Completed PHP 8 support :tada:
  * Bumped minimum hamcrest/hamcrest-php version
  * Release 1.3.2

  [ David Prévot ]
  * Set Rules-Requires-Root: no.

 -- David Prévot <taffit@debian.org>  Sun, 12 Jul 2020 12:36:44 -0400

php-mockery (1.4.0-1) unstable; urgency=medium

  [ Dave Marshall ]
  * Drops support for older versions of PHP and PHPUnit

  [ David Prévot ]
  * Document gbp import-ref usage
  * Use secure URI in Homepage field.
  * Update standards version to 4.5.0, no changes needed.
  * Use debhelper-compat 13
  * Simplify override_dh_auto_test

 -- David Prévot <taffit@debian.org>  Sat, 30 May 2020 10:08:02 -1000

php-mockery (1.3.1-1) unstable; urgency=medium

  [ Robert Basic ]
  * Revert "Improve exception debugging"
  * Add changelog

  [ David Prévot ]
  * Set upstream metadata fields: Bug-Database, Repository, Bug-Submit
  * Revert "Adapt package to new phpunit-comparator dependency"

 -- David Prévot <taffit@debian.org>  Sun, 29 Dec 2019 17:33:02 +1100

php-mockery (1.3.0-1) unstable; urgency=medium

  [ Robert Basic ]
  * Prepare changelog for 1.3 release

  [ David Prévot ]
  * Adapt package to new phpunit-comparator dependency
  * Set upstream metadata fields: Repository-Browse.
  * Fix typo in php-mockery-doc description

 -- David Prévot <taffit@debian.org>  Tue, 26 Nov 2019 07:30:11 -1000

php-mockery (1.2.4-1) unstable; urgency=medium

  [ lintaba ]
  * Bugfix: 'Add support for ! to blacklist methods' for empty methods

  [ Dave Marshall ]
  * Prepare 1.2.4 release

  [ David Prévot ]
  * Allow stderr for CI
  * Only install php-mockery for CI
  * 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>  Fri, 04 Oct 2019 18:15:03 -1000

php-mockery (1.2.3-1) unstable; urgency=medium

  [ Dave Marshall ]
  * Update changelog

  [ David Prévot ]
  * Update standards version, no changes needed.

 -- David Prévot <taffit@debian.org>  Tue, 10 Sep 2019 04:09:27 -1000

php-mockery (1.2.2-1) unstable; urgency=medium

  [ Dave Marshall ]
  * Updates changelog with 1.2.2 release date

  [ David Prévot ]
  * Drop get-orig-source target
  * Update tests
  * Move repository to salsa.d.o
  * Use debhelper-compat 12
  * Update Standards-Version to 4.3.0
  * Use Python3 version of Sphinx
  * Update copyright
  * Don’t ship examples not provided anymore
  * Move helpers into Mockery directory

 -- David Prévot <taffit@debian.org>  Sun, 30 Jun 2019 16:50:15 -1000

php-mockery (0.9.5-1) unstable; urgency=medium

  * Update Standards-Version to 3.9.8

 -- David Prévot <taffit@debian.org>  Tue, 24 May 2016 09:09:34 -0400

php-mockery (0.9.4-2) unstable; urgency=medium

  * Update Standards-Version to 3.9.7
  * Rebuild with recent pkg-php-tools for the PHP 7.0 transition

 -- David Prévot <taffit@debian.org>  Sat, 12 Mar 2016 14:55:06 -0400

php-mockery (0.9.4-1) unstable; urgency=low

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

 -- David Prévot <taffit@debian.org>  Mon, 01 Feb 2016 20:34:59 -0400
