1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120
|
php-hamcrest (2.1.1-2) unstable; urgency=medium
* Compatibility with recent PHPUnit (12)
* Remove Rules-Requires-Root
* debian/control: Document nocheck flag
-- David Prévot <taffit@debian.org> Sat, 30 Aug 2025 16:42:22 +0200
php-hamcrest (2.1.1-1) unstable; urgency=medium
[ Fabien Villepinte ]
* Allow installation of PHPUnit 8 in order to test with PHP 8.1 and 8.2 (#82)
* Fix all PHPUnit's deprecations
* Allow installation of PHPUnit 9 in order to test with PHP 8.3
[ JasonnnW3000 ]
* Update LICENSE.txt, fix license year
[ Dave Marshall ]
* drops support for PHP <7.4
[ Fabio Spadea ]
* remove implicitly nullable via default value null
[ David Prévot ]
* Drop now useless file
* Update Standards-Version to 4.7.2
* Update copyright (years)
-- David Prévot <taffit@debian.org> Thu, 01 May 2025 22:07:03 +0200
php-hamcrest (2.0.1-6) unstable; urgency=medium
* Rename some Test classes as TestCase (Closes: #1070553)
-- David Prévot <taffit@debian.org> Fri, 27 Dec 2024 23:09:05 +0100
php-hamcrest (2.0.1-5) unstable; urgency=medium
* Update Standards-Version to 4.7.0
* Use secure URI in Homepage field.
* Use --require-file for phpabtl (Closes: #1074198)
-- David Prévot <taffit@debian.org> Sun, 14 Jul 2024 20:46:27 +0200
php-hamcrest (2.0.1-4) unstable; urgency=medium
* Fix debci
-- David Prévot <taffit@debian.org> Tue, 12 Jul 2022 07:57:17 +0200
php-hamcrest (2.0.1-3) unstable; urgency=medium
* Simplify gbp import-orig
* Use dh-sequence-phpcomposer instead of --with phpcomposer
* Install and use phpabtpl(1) autoloaders
* Mark package as Multi-Arch: foreign
* Update Standards-Version to 4.6.1
-- David Prévot <taffit@debian.org> Sat, 09 Jul 2022 21:50:58 +0200
php-hamcrest (2.0.1-2) unstable; urgency=medium
* Forwarded patch
* Rename main branch to debian/latest (DEP-14)
* Update watch file format version to 4.
* Update Standards-Version to 4.5.1
* Adapt to recent version of PHPUnit (9)
-- David Prévot <taffit@debian.org> Sat, 12 Dec 2020 16:23:57 -0400
php-hamcrest (2.0.1-1) unstable; urgency=medium
[ Graham Campbell ]
* PHP 8 support
* Release 2.0.1
[ David Prévot ]
* Set upstream metadata fields:
Bug-Database, Bug-Submit, Repository, Repository-Browse.
* Update standards version to 4.5.0, no changes needed.
* Set Rules-Requires-Root: no.
* Drop versioned dependency satisfied in (old)stable
* Use debhelper-compat 13
* Simplify override_dh_auto_test
-- David Prévot <taffit@debian.org> Sun, 12 Jul 2020 12:22:34 -0400
php-hamcrest (2.0.0-3) unstable; urgency=medium
* Update standards version, no changes needed.
-- David Prévot <taffit@debian.org> Fri, 13 Sep 2019 05:11:28 -1000
php-hamcrest (2.0.0-2) unstable; urgency=medium
* Upload to unstable with recent php-mockery
* Compatibility with recent PHPUnit
* Use debhelper-compat 12
* Drop get-orig-source target
* Use debian/clean for directories
* Move repository to salsa.d.o
* Use https in Format
* Update Standards-Version to 4.3.0
-- David Prévot <taffit@debian.org> Fri, 28 Jun 2019 08:41:56 -1000
php-hamcrest (2.0.0-1) experimental; urgency=medium
* Upload to experimental since php-mockery depends on php-hamcrest (<< 2~~)
* Simplify CI
* Update Standards-Version to 3.9.7
-- David Prévot <taffit@debian.org> Thu, 25 Feb 2016 21:58:18 -0400
php-hamcrest (1.2.2-1) unstable; urgency=low
* Initial release (php-mockery dependency)
-- David Prévot <taffit@debian.org> Mon, 01 Feb 2016 20:34:59 -0400
|