php-http-promise 1.2.1-1 source package in Ubuntu

Changelog

php-http-promise (1.2.1-1) unstable; urgency=medium

  [ Philip Gichuhi ]
  * Accept Throwable for onRejected and expand return type for wait() (#30)

  [ David Buchmann ]
  * prepare release

 -- David Prévot <email address hidden>  Sun, 12 Nov 2023 10:23:14 +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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-http-promise_1.2.1-1.dsc 1.7 KiB dac9f80fb559f0e8b0e137255de32cbbee48007e61e27a802623620d4cf496da
php-http-promise_1.2.1.orig.tar.gz 3.6 KiB a2093fc218328df1d2512a68031b6023e9f3513999e1ec60fb288dc4d2956a5e
php-http-promise_1.2.1-1.debian.tar.xz 2.7 KiB 0778bda2bc2551e4b344af231cea8cf102527c3da91b403fe842162610e37733

Available diffs

No changes file available.

Binary packages built by this source

php-http-promise: Promise used for asynchronous HTTP requests

 A promise represents a single result of an asynchronous operation. It is not
 necessarily available at a specific time, but should become in the future.