eric-chau / doctrine-skill
Installs: 83
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/eric-chau/doctrine-skill
Requires
- php: >=7.0.0
- doctrine/orm: ~2.5.0
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.