From 413c9c276cd81cc9c3c9e63c384568e7f37519ac Mon Sep 17 00:00:00 2001 From: David Badura Date: Wed, 17 Jun 2015 10:55:59 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 39b7a57..a30496e 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,12 @@ used by [doThings](https://github.com/DavidBadura/doThings) - a Taskwarrior web- composer require 'davidbadura/taskwarrior' ``` +Unfortunately, the annotation reader is not automatically registered on composer. So you should add following line: + +```php +\Doctrine\Common\Annotations\AnnotationRegistry::registerLoader('class_exists'); +``` + ## Requirements Taskwarrior changes its behavior by patch level updates and it is very difficult to support all versions.