php-league-uri-src 7.4.1-1 source package in Ubuntu

Changelog

php-league-uri-src (7.4.1-1) unstable; urgency=medium

  [ ignace nyamagana butera ]
  * Handles PHP8.4 nullable type deprecations
  * prepare patch release

  [ David Prévot ]
  * Mark php-league-uri-interfaces package as Multi-Arch: foreign

 -- David Prévot <email address hidden>  Sun, 24 Mar 2024 10:35:35 +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-league-uri-src_7.4.1-1.dsc 2.2 KiB 8de09fdd0ef7debea5d9a6d142fc12128fac162a97c5028ca7168bfea29449f0
php-league-uri-src_7.4.1.orig.tar.xz 188.6 KiB 7f3d2c1d8f6c19c24940cb65fc6eb4b3153e0e406b9a966d8f49c25829e10dba
php-league-uri-src_7.4.1-1.debian.tar.xz 12.7 KiB 48c289838fc6c766afe5396b088f8bda3a203f05bc022147a6a0db4c65a6e096

Available diffs

No changes file available.

Binary packages built by this source

php-league-uri: URI manipulation library

 The `Uri` package provides simple and intuitive classes to manage URIs in PHP.
 .
 Features include:
 .
  * parse, build and resolve URIs;
  * create URIs from different sources (string, PHP environment, base URI,
    URI template, etc.);
  * handle internalisation;
  * infer properties and features from URIs;

php-league-uri-components: URI components manipulation library

 This package contains concrete URI components instances represented as
 immutable value objects.

php-league-uri-interfaces: Common interfaces and classes for URI representation and interaction

 This package contains an interface to represents URI objects according to
 RFC 3986.