brandoriented / annotations
Docblock Annotations Parser
v2.0.2
2017-06-14 06:09 UTC
Requires
- php: >=7.0.0
- hoa/compiler: 3.*
Requires (Dev)
- doctrine/cache: 1.*
- instaclick/coding-standard: ~1.1
- instaclick/object-calisthenics-sniffs: dev-master
- instaclick/symfony2-coding-standard: dev-remaster
- phpunit/phpunit: 5.*
- satooshi/php-coveralls: ~1.0
- squizlabs/php_codesniffer: ~1.5
Replaces
README
Docblock Annotations Parser library (extracted from Doctrine Common).
Changelog
v1.2.0
- HHVM support
- Allowing dangling comma in annotations
- Excluded annotations are no longer autoloaded
- Importing namespaces also in traits
- Added support for
::class
5.5-style constant, works also in 5.3 and 5.4
v1.1
- Add Exception when ZendOptimizer+ or Opcache is configured to drop comments