php-composer-pcre 3.1.3-3 source package in Ubuntu

Changelog

php-composer-pcre (3.1.3-3) unstable; urgency=medium

  * Group nophpunit10 for tests failing with PHPUnit 10 (Closes: #1039760)

 -- David Prévot <email address hidden>  Mon, 20 May 2024 11:59:04 +0200

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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-composer-pcre_3.1.3-3.dsc 1.8 KiB fb1c4ae92351982d17752f3a1610849c53ac8fbd37069ac7a095e683a37642c2
php-composer-pcre_3.1.3.orig.tar.xz 12.1 KiB 6c007cac3198a77c08822bde24f534e394046421daef1d4147d12578568a7dba
php-composer-pcre_3.1.3-3.debian.tar.xz 4.5 KiB 1df25de992bfa3ec663723b58f7ae71cce132ba7fe81b6809be3967c0a00e021

Available diffs

No changes file available.

Binary packages built by this source

php-composer-pcre: PCRE wrapping library that offers type-safe preg_* replacements

 This library gives you a way to ensure `preg_*` functions do not fail
 silently, returning unexpected `null`s that may not be handled.
 .
 It also makes it easier to work with static analysis tools like PHPStan
 or Psalm as it simplifies and reduces the possible return values from
 all the `preg_*` functions which are quite packed with edge cases.
 .
 This library is a thin wrapper around `preg_*` functions with some
 limitations. If you are looking for a richer API to handle regular
 expressions have a look at rawr/t-regx instead.
 .
 Composer helps you declare, manage and install dependencies of PHP projects,
 ensuring you have the right stack everywhere.