eric-chau / doctrine-skill
There is no license information available for the latest version (v1.0.0) of this package.
v1.0.0
2016-10-12 17:29 UTC
Requires
- php: >=7.0.0
- doctrine/orm: ~2.5.0
This package is not auto-updated.
Last update: 2024-10-26 19:32:24 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.