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

Changelog

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

  * Add missing Breaks+Replaces: composer (<< 2.2)
    Thanks to Andreas Beckmann <email address hidden> (Closes: #1070423)
  * Update Standards-Version to 4.7.0

 -- David Prévot <email address hidden>  Sun, 05 May 2024 11:05:16 +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-2.dsc 1.8 KiB df3b2ab4fe2260b34c06f5b32e964eea91e928f849fffa4b74c823a22b258d1e
php-composer-pcre_3.1.3.orig.tar.xz 12.1 KiB 6c007cac3198a77c08822bde24f534e394046421daef1d4147d12578568a7dba
php-composer-pcre_3.1.3-2.debian.tar.xz 3.3 KiB d3b7d58527574cef56feda4c694298b837741e996b8106207b257a56866b483a

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.