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

Changelog

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

  * Upload to unstable for composer 2.3
  * Update Standards-Version to 4.6.1

 -- David Prévot <email address hidden>  Sat, 18 Jun 2022 12:13:53 +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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-composer-pcre_3.0.0-2.dsc 1.8 KiB ded7599d0e717f15eb354a30132a53300e542bf44395bfed1c12caa5502e4ab9
php-composer-pcre_3.0.0.orig.tar.xz 10.6 KiB 80d915ec6da012e1a6089de4813a58ee3c9af132ed0be4f5938c53c696d37977
php-composer-pcre_3.0.0-2.debian.tar.xz 2.9 KiB d134748639d5b020dcc729a21dee2d062725a2e1437fdf5f78bac31bae9f4806

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.