diff options
Diffstat (limited to 'vendor/doctrine/annotations/README.md')
-rw-r--r-- | vendor/doctrine/annotations/README.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/vendor/doctrine/annotations/README.md b/vendor/doctrine/annotations/README.md new file mode 100644 index 0000000..ddeddd2 --- /dev/null +++ b/vendor/doctrine/annotations/README.md @@ -0,0 +1,22 @@ +# Doctrine Annotations + +[](https://github.com/doctrine/persistence/actions) +[](https://www.versioneye.com/package/php--doctrine--annotations) +[](https://www.versioneye.com/php/doctrine:annotations/references) +[](https://packagist.org/packages/doctrine/annotations) +[](https://packagist.org/packages/doctrine/annotations) + +Docblock Annotations Parser library (extracted from [Doctrine Common](https://github.com/doctrine/common)). + +## Documentation + +See the [doctrine-project website](https://www.doctrine-project.org/projects/doctrine-annotations/en/latest/index.html). + +## Contributing + +When making a pull request, make sure your changes follow the +[Coding Standard Guidelines](https://www.doctrine-project.org/projects/doctrine-coding-standard/en/current/reference/index.html#introduction). + +## Changelog + +See [CHANGELOG.md](CHANGELOG.md). |