php-vlucas-phpdotenv 5.4.1-1 source package in Ubuntu

Changelog

php-vlucas-phpdotenv (5.4.1-1) unstable; urgency=medium

  [ Robin Gustafsson ]
  * New upstream version 5.4.1
  * Set upstream metadata fields: Security-Contact.
  * Bump Standards-Version
  * Replace git attributes with uscan's gitexport=all
  * Rename main branch to debian/latest (DEP-14)
  * Mark test dependencies with build profile spec
  * Avoid upstream's "make install" command
  * Build-Depend on dh-sequence-phpcomposer
  * Install a pkg-php-tools autoloader file
  * Generate phpab template with phpabtpl

  [ Katharina Drexel ]
  * Bump new standards version.
  * Removing deprecated patches.
  * Adding build dependeny for php-graham-campbell-result-type.

 -- Robin Gustafsson <email address hidden>  Sat, 23 Jul 2022 17:54:39 +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
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-vlucas-phpdotenv_5.4.1-1.dsc 2.2 KiB 8f00f6e17aa9a91aa231b7b5f28c8d261b1002491f87441a3a806d1215bb8ff5
php-vlucas-phpdotenv_5.4.1.orig.tar.xz 32.6 KiB ec136589151306ae7dc5eae678638360ebf70b19bb94f3a9622497e7f087aec3
php-vlucas-phpdotenv_5.4.1-1.debian.tar.xz 3.1 KiB 8d8c5dd970bdb2611e6a0596227ffd64637f51098c62769ee3b3079a98be6680

Available diffs

No changes file available.

Binary packages built by this source

php-vlucas-phpdotenv: environment variable file loader for PHP

 PHP library implementing an environment variable file (.env) loader for PHP.
 .
 The environment file loader will load environment variables from .env files to
 getenv(), $_ENV and $_SERVER automagically.