Skip to content
This repository has been archived by the owner on Mar 20, 2019. It is now read-only.

zikula/doctrine1

Repository files navigation

Doctrine 1 fork

Build status Total Downloads

This is a maintained Doctrine 1 fork you can use in your projects using Composer.

There are two versions: dev and master. master is fully backwards-compatible with the latest original Doctrine 1 release. dev contains more fixes.

Usage

Use the dev-dev version string for the latest doctrine1, and dev-master for the backwards-compatible one:

{
  "require": {
    "drak/doctrine1": "dev-dev"
  }
}

List of backwards-incompatible changes on dev

  • whereIn with an empty array now restricts query to returning nothing instead of returning everything (issue #15)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages