php-slim-psr7 1.7.0-1 source package in Ubuntu

Changelog

php-slim-psr7 (1.7.0-1) unstable; urgency=medium

  * Add MAINTAINERS.md to vendor exclude
  * New upstream version 1.7.0
  * Improve test patches
  * Exclude test group "excluded"
  * Use --do-not-cache-result for phpunit
  * Remove phpunit mocks (Closes: #1070599)

 -- William Desportes <email address hidden>  Sun, 09 Jun 2024 13:23:54 +0200

Upload details

Uploaded by:
William Desportes
Uploaded to:
Sid
Original maintainer:
William Desportes
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-slim-psr7_1.7.0-1.dsc 2.3 KiB 33e1daf925adb24fa26e50ce35207f001f4173b511edddb252d97f43b3707057
php-slim-psr7_1.7.0.orig.tar.xz 34.2 KiB 9e7dadef76ec6cb309e48decfcec116b33cf342d35a7c26020405a756bb86073
php-slim-psr7_1.7.0-1.debian.tar.xz 12.8 KiB 6fb8873628b4e2b743c841176d53883dc03b96d22e16488d60cbd57a79280757

Available diffs

No changes file available.

Binary packages built by this source

php-slim-psr7: Strict PSR-7 implementation used by the Slim Framework

 This library can be used with other libraries that are compatible
 with the PSR-7 standard.
 .
 PSR-7 is a set of common interfaces defined by PHP Framework Interop Group.
 These interfaces are representing HTTP messages, and URIs used for HTTP.
 This standard helps normalizing a request and handling a response.