Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

zf-apigility-doctrine 2.1.0

Compare
Choose a tag to compare
@weierophinney weierophinney released this 17 Oct 14:39
· 118 commits to master since this release

Added

  • #267 adds support for version 3 releases of zend-servicemanager and zend-eventmanager, while retaining compatibility for v2 releases.

Changes

  • #267 exposes the module to zendframework/zend-component-installer, exposing both ZF\Apigility\Doctrine\Admin and ZF\Apigility\Doctrine\Server. The former should be installed in the development configuration, and the latter in your application modules.
  • #267 updates dependency requirements for the following modules and components:
    • zfcampus/zf-apigilty-admin ^1.5
    • phpro/zf-doctrine-hydration-module ^3.0
    • doctrine/DoctrineModule ^1.2
    • doctrine/DoctrineORMModule ^1.1
    • doctrine/DoctrineMongoODMModule ^0.11

Deprecated

  • Nothing.

Removed

  • #267 removes support for PHP 5.5.

Fixed

  • #267 adds a ton of tests to the module, and fixes a number of issues encountered.