php-composer-pcre 3.2.0-1 source package in Ubuntu
Changelog
php-composer-pcre (3.2.0-1) unstable; urgency=medium [ Jordi Boggiano ] * Add a PHPStan rule to detect invalid patterns passed to composer/pcre methods (#30) -- David Prévot <email address hidden> Fri, 26 Jul 2024 12:16:38 +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 | Published | Component | Section | |
---|---|---|---|---|
Oracular | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
php-composer-pcre_3.2.0-1.dsc | 1.8 KiB | d57d1cce288c03ac6d1ffb21df2a1d304b4f0a2da86def3fcf45842cb54fb584 |
php-composer-pcre_3.2.0.orig.tar.xz | 16.0 KiB | 8cc79e80ffbe35fd4ae084ca8193b37d350e4576e1519c748dd9e5a6a4aff7cd |
php-composer-pcre_3.2.0-1.debian.tar.xz | 4.6 KiB | 98081db11bfca86e00550e228756d7650677ea98a6ff159c43d4f7abcd95c29c |
Available diffs
- diff from 3.1.4-2 to 3.2.0-1 (8.9 KiB)
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.