Closed Arconian closed 1 year ago
auditor
doctrine/orm
When using any doctrine related code of your application, you get Attempted to call an undefined method named "getMetadataCache" of class "Doctrine\ORM\Configuration".
Attempted to call an undefined method named "getMetadataCache" of class "Doctrine\ORM\Configuration".
Install auditor 2.4.0 with doctrine/orm 2.7.5 Use auditor
No errors are thrown.
@Arconian thanks for the report, this is fixed in 2.4.1 release (thanks to @dmitryuk)
2.4.1
auditor
versiondoctrine/orm
versionSummary
137 broke the compatibility with
doctrine/orm
<2.9 . Method getMetadataCache() has only been introduced in doctrine/orm 2.9.Current behaviour
When using any doctrine related code of your application, you get
Attempted to call an undefined method named "getMetadataCache" of class "Doctrine\ORM\Configuration".
How to reproduce
Install auditor 2.4.0 with doctrine/orm 2.7.5 Use auditor
Expected behaviour
No errors are thrown.