php-doctrine-instantiator 1.3.0-1 source package in Ubuntu

Changelog

php-doctrine-instantiator (1.3.0-1) unstable; urgency=medium

  * Update gbp import-ref usage
  * debian/upstream/metadata:
    + Set upstream metadata fields: Repository.
    + Remove obsolete fields Name, Contact
  * debian/control:
    + Drop versioned dependency satisfied in (old)stable
    + Update standards version to 4.4.1, no changes needed.
  * Make sure the local class takes precedence during build

 -- David Prévot <email address hidden>  Sun, 10 Nov 2019 17:21:02 -1000

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
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-doctrine-instantiator_1.3.0-1.dsc 1.9 KiB 8acd9a80ba266682f67529a602cef4cf0c7fb0f50dd68189d04a876c5c6880f2
php-doctrine-instantiator_1.3.0.orig.tar.gz 21.2 KiB 8b33ccc84e3beab47695d29f39a166a7d6a06f6f67c10b0a2261a92e4e9d7509
php-doctrine-instantiator_1.3.0-1.debian.tar.xz 4.9 KiB fc67966d79515a1ec46c52d40d91a38f1a10f3c69ce4f9382021e484aa897b71

Available diffs

No changes file available.

Binary packages built by this source

php-doctrine-instantiator: lightweight utility to instantiate objects in PHP

 Doctrine Instantiator provides a simple API to build objects without directly
 relying on the serialization hack that has been explicitly used by all other
 data mappers for quite some time.