php-composer-semver 3.4.2-1 source package in Ubuntu

Changelog

php-composer-semver (3.4.2-1) unstable; urgency=medium

  [ Tang Rufus ]
  * Add test cases for invalid CalVer & the boundary between SemVer and
    CalVer (#158)

  [ Jordi Boggiano ]
  * Fix normalizeStability return type to enforce valid stabilities
  * Fix PHP 5.3 compatibility
  * Fix tests

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

 -- David Prévot <email address hidden>  Thu, 18 Jul 2024 14:15:12 +0900

Upload details

Uploaded by:
Debian PHP PEAR Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-composer-semver_3.4.2-1.dsc 1.8 KiB 4e075d34f56de06d7530901d8e170966bc30cb79c54a7a528a5b506cf401e861
php-composer-semver_3.4.2.orig.tar.xz 33.7 KiB 1c037e291c37ca25182d5467078c2770ead3eb5ad71486869e88a9decc761bd1
php-composer-semver_3.4.2-1.debian.tar.xz 5.9 KiB a326e25534ff3a1c011124a260fc2534e1f2f8c0c4f19abe6c7dbc01c3fbd523

Available diffs

No changes file available.

Binary packages built by this source

php-composer-semver: utilities, version constraint parsing and validation

 The semver (Semantic Versioning) library has been split away from Composer.
 .
 Composer helps you declare, manage and install dependencies of PHP projects,
 ensuring you have the right stack everywhere.