Update README.md
This commit is contained in:
parent
c96bd153a4
commit
413c9c276c
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user