doctrine 2.7.0-1 source package in Ubuntu

Changelog

doctrine (2.7.0-1) unstable; urgency=medium

  [ Luís Cobucci ]
  * Bump up version

  [ Nicolas Grekas ]
  * Allow Symfony 5.0

  [ David Prévot ]
  * d/u/metadata: Set Bug-Database, Repository, Repository-Browse
  * d/autoload.php.tpl: Update homemade autoload
  * d/control:
    - Drop versioned dependency satisfied in (old)stable
    - Update standards version to 4.4.1, no changes needed.

 -- David Prévot <email address hidden>  Tue, 10 Dec 2019 07:01:36 -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

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
doctrine_2.7.0-1.dsc 2.2 KiB 2e44113e8e356c205159a0f08d4670efe17a59858459a5337f8429b860a7b8ad
doctrine_2.7.0.orig.tar.xz 556.1 KiB dcf09f206fb48f3deaeda1018e9ddaaa5ae8613ac51453fa0a8e6b34d931a51d
doctrine_2.7.0-1.debian.tar.xz 57.8 KiB ff13ce3b5e3d39a759586e08077f2334703529bb80408c1649cbcb96d819acef

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.