php-react-promise 3.1.0-1 source package in Ubuntu

Changelog

php-react-promise (3.1.0-1) unstable; urgency=medium

  * Upload to unstable now that Bookworm has been released

  [ Christian Lück ]
  * Describe callable arguments for Deferred
  * Describe callable arguments for Promise

  [ Simon Frings ]
  * Prepare v3.1.0 release

  [ David Prévot ]
  * Don’t expect src/ in test output

 -- David Prévot <email address hidden>  Sat, 18 Nov 2023 15:34:37 +0100

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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-react-promise_3.1.0-1.dsc 1.8 KiB eca1b6f82df0cb5cad813981f9e0e4592891f88a7087f8aa03baa9fd65f89fcc
php-react-promise_3.1.0.orig.tar.xz 27.4 KiB d1090f2930cbfb3d2c5cf45e27f979913de3c58ee6828de9719dfe94ce5065bf
php-react-promise_3.1.0-1.debian.tar.xz 5.6 KiB 044af961aa9d779ce8e2d171f4edf9505f9a6cf739f1c520c0e2d0027bfb287f

Available diffs

No changes file available.

Binary packages built by this source

php-react-promise: lightweight implementation of CommonJS Promises/A for PHP

 React/Promise also provides several other useful promise-related
 concepts, such as joining multiple promises and mapping and reducing
 collections of promises.
 It is part of ReactPHP.