php-phpoption 1.9.1-1 source package in Ubuntu

Changelog

php-phpoption (1.9.1-1) unstable; urgency=medium

  * New upstream version 1.9.1
  * Support PHPUnit 10 (Closes: #1039816)
  * Update standards version to 4.6.2, no changes needed.

 -- Robin Gustafsson <email address hidden>  Sat, 22 Jul 2023 23:29:28 +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
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-phpoption_1.9.1-1.dsc 2.0 KiB 91ed89bb3126a28fb13d79e5e25aced92600c5c6721ce449dc66a39440bbd291
php-phpoption_1.9.1.orig.tar.xz 17.9 KiB c0693c2065e9253556fc6443bc6a1dfbd37378ebc3dab8a08ef1fdddfa76240c
php-phpoption_1.9.1-1.debian.tar.xz 2.5 KiB b1ab453342ed2c607aec34c2659f48bc80bbb42bb9c0e3efc3d798adeb0d11ea

Available diffs

No changes file available.

Binary packages built by this source

php-phpoption: Option type for PHP

 PHP library implementing an Option type for PHP.
 .
 The Option type is intended for cases where you sometimes might return a value
 (typically an object), and sometimes you might return a base value (typically
 null) depending on arguments, or other runtime factors.