Package: php-phar-io-version / 3.2.1-4

Metadata

Package Version Patches format
php-phar-io-version 3.2.1-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Adapt upstream build system to Debian expectations.patch | (download)

build.xml | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 adapt upstream build system to debian expectations


0002 Make provider functions static PHPUnit 11 Fix.patch | (download)

tests/Integration/CompliesTest.php | 4 2 + 2 - 0 !
tests/Integration/VersionConstraintParserTest.php | 4 2 + 2 - 0 !
tests/Unit/AnyVersionConstraintTest.php | 2 1 + 1 - 0 !
tests/Unit/ExactVersionConstraintTest.php | 4 2 + 2 - 0 !
tests/Unit/GreaterThanOrEqualToVersionConstraintTest.php | 2 1 + 1 - 0 !
tests/Unit/PreReleaseSuffixTest.php | 4 2 + 2 - 0 !
tests/Unit/SpecificMajorAndMinorVersionConstraintTest.php | 2 1 + 1 - 0 !
tests/Unit/SpecificMajorVersionConstraintTest.php | 2 1 + 1 - 0 !
tests/Unit/VersionTest.php | 8 4 + 4 - 0 !
9 files changed, 16 insertions(+), 16 deletions(-)

 make provider functions static (phpunit 11 fix)


0003 Modernize PHPUnit syntax.patch | (download)

tests/Integration/CompliesTest.php | 9 3 + 6 - 0 !
tests/Integration/VersionConstraintParserTest.php | 7 3 + 4 - 0 !
tests/Unit/AndVersionConstraintGroupTest.php | 8 4 + 4 - 0 !
tests/Unit/AnyVersionConstraintTest.php | 5 2 + 3 - 0 !
tests/Unit/ExactVersionConstraintTest.php | 7 3 + 4 - 0 !
tests/Unit/GreaterThanOrEqualToVersionConstraintTest.php | 4 2 + 2 - 0 !
tests/Unit/OrVersionConstraintGroupTest.php | 10 5 + 5 - 0 !
tests/Unit/PreReleaseSuffixTest.php | 9 3 + 6 - 0 !
tests/Unit/SpecificMajorAndMinorVersionConstraintTest.php | 4 2 + 2 - 0 !
tests/Unit/SpecificMajorVersionConstraintTest.php | 4 2 + 2 - 0 !
tests/Unit/VersionTest.php | 20 7 + 13 - 0 !
11 files changed, 36 insertions(+), 51 deletions(-)

 modernize phpunit syntax