doctrine 2.5.12+dfsg-1 source package in Ubuntu

Changelog

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

  [ Fabien Potencier ]
  * Allow Symfony 4

  [ Jonathan H. Wage ]
  * Preparing v2.5.12 release

  [ David Prévot ]
  * Drop versioned dependency satisfied in stable
  * Update Standards-Version to 4.1.1

 -- David Prévot <email address hidden>  Tue, 24 Oct 2017 16:07:16 -1000

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

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
doctrine_2.5.12+dfsg-1.dsc 1.7 KiB 27b560aef08e5c7276cd8ce4d85994f9e4bccf4ba7ed08197865667ed96cbe16
doctrine_2.5.12+dfsg.orig.tar.gz 330.7 KiB 87476bb29f264836a70e0031eda30e3b1598e58dce4991f3d10e22364dcdd23b
doctrine_2.5.12+dfsg-1.debian.tar.xz 22.1 KiB d956bb5c76c3c016e42787c41021634c69b1dbd3a9f524b9687a4e66298c4bab

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.