eric-chau/doctrine-skill

There is no license information available for the latest version (v1.0.0) of this package.

Installs: 83

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/eric-chau/doctrine-skill

v1.0.0 2016-10-12 17:29 UTC

This package is not auto-updated.

Last update: 2025-10-12 01:33:54 UTC


README

Integration of Doctrine2 into Jarvis.

To PHP 7.1 users

You should add this dependency in your project root composer.json: "doctrine/common": "v2.7.1 as 2.6.99". This is required to avoid proxy generation errors due to the new return type void.

You can learn more about this issue on Doctrine Github issue#6000.