Update README.md

This commit is contained in:
David Badura 2015-06-17 10:55:59 +02:00
parent c96bd153a4
commit 413c9c276c
1 changed files with 6 additions and 0 deletions

View File

@ -12,6 +12,12 @@ used by [doThings](https://github.com/DavidBadura/doThings) - a Taskwarrior web-
composer require 'davidbadura/taskwarrior' 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 ## Requirements
Taskwarrior changes its behavior by patch level updates and it is very difficult to support all versions. Taskwarrior changes its behavior by patch level updates and it is very difficult to support all versions.