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

Changelog

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

  [ Alexander M. Turek ]
  * Make nullable parameter types explicit

  [ David Buchmann ]
  * prepare release

 -- David Prévot <email address hidden>  Sun, 17 Mar 2024 11:05:04 +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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-http-promise_1.3.1-1.dsc 1.7 KiB 3212275e1e7f698a8ee3d6bc1adb985eacfdc5618cd996eef26d9be8ae0c41d4
php-http-promise_1.3.1.orig.tar.gz 3.6 KiB e4849ed8fa91edc38933a3a0bdae1fe9659306241c305abdeffba47ac23b5df4
php-http-promise_1.3.1-1.debian.tar.xz 2.8 KiB a9af7c6d15df0c9d98667208037ebedbc899d352e80b0a62746b9867c35467b5

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.