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

Changelog

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

  [ Alexander M. Turek ]
  * Fix tests on PHP 8.2 (#91)

  [ David Prévot ]
  * Track version 1 for now (Bookworm?)
  * Update standards version to 4.6.2, no changes needed.

 -- David Prévot <email address hidden>  Sun, 01 Jan 2023 09:47:23 +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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-doctrine-instantiator_1.5.0-1.dsc 1.9 KiB 8d968c4ccf704cac7551b3c1b414006f30c582b0703fc23d43cfc865e2b7a9e8
php-doctrine-instantiator_1.5.0.orig.tar.xz 10.4 KiB 9424d382e199b78f4d81047c1ee589767ed83c9f63684378d441b22004b26fca
php-doctrine-instantiator_1.5.0-1.debian.tar.xz 9.2 KiB de2701605dabbccef69beb33adf511171c5590b35c6d26236bcd040e214b5e4a

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.