doctrine 2.14.0+dfsg-1 source package in Ubuntu

Changelog

doctrine (2.14.0+dfsg-1) unstable; urgency=medium

  [ Grégoire Paris ]
  * Allow collections 2
  * Allow doctrine/lexer 2

  [ Alexander M. Turek ]
  * Allow doctrine/event-manager 2 (#10123)

 -- David Prévot <email address hidden>  Wed, 21 Dec 2022 07:11:44 +0100

Upload details

Uploaded by:
Debian PHP PEAR Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
oldlibs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
doctrine_2.14.0+dfsg-1.dsc 2.0 KiB 88ca1b3b3f4c2ba858f412ab2fcf1eb10100628f69e4676af30d6a442c26b2d3
doctrine_2.14.0+dfsg.orig.tar.xz 621.0 KiB 9b9684a4d3c5f38638fa4d4aa1b5748a9da61fb5dce1772ac42989df0653194e
doctrine_2.14.0+dfsg-1.debian.tar.xz 56.5 KiB 458b489a6edbbb5df95c05be73a3fd74430bfde35e7b0b1533ba3a3060546347

Available diffs

No changes file available.

Binary packages built by this source

php-doctrine-orm: tool for object-relational mapping

 Object-Relational-Mapper for PHP.
 Doctrine 2 is an object-relational mapper (ORM) for PHP that provides
 transparent persistence for PHP objects. It sits on top of a powerful
 database abstraction layer (DBAL). One of its key features is the
 option to write database queries in a proprietary object oriented SQL
 dialect called Doctrine Query Language (DQL), inspired by Hibernates
 HQL. This provides developers with a powerful alternative to SQL that
 maintains flexibility without requiring unnecessary code duplication.
 .
 The Doctrine Project provides several libraries primarily focused on
 database storage and object mapping.