Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: php-phpdocumentor-reflection-docblock4 | Distribution: Unknown |
Version: 4.3.3 | Vendor: Remi Collet |
Release: 1.el6.remi | Build date: Fri Dec 20 15:32:03 2019 |
Group: Unspecified | Build host: builder.remirepo.net |
Size: 125251 | Source RPM: php-phpdocumentor-reflection-docblock4-4.3.3-1.el6.remi.src.rpm |
Packager: https://blog.remirepo.net/ | |
Url: https://github.com/phpDocumentor/ReflectionDocBlock | |
Summary: DocBlock parser |
The ReflectionDocBlock component of phpDocumentor provides a DocBlock parser that is fully compatible with the PHPDoc standard. With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock. Autoloader: /usr/share/php/phpDocumentor/Reflection/DocBlock4/autoload.php
MIT
* Fri Dec 20 2019 Remi Collet <remi@remirepo.net> - 4.3.3-1 - update to 4.3.3 * Fri Sep 13 2019 Remi Collet <remi@remirepo.net> - 4.3.2-1 - update to 4.3.2 - allow reflection-common 2.0 - allow type-resolver 1.0 * Thu May 02 2019 Remi Collet <remi@remirepo.net> - 4.3.1-1 - update to 4.3.1 * Wed Jan 31 2018 Remi Collet <remi@remirepo.net> - 4.3.0-1 - Update to 4.3.0 * Mon Jan 22 2018 Remi Collet <remi@remirepo.net> - 4.2.0-1 - Update to 4.2.0 - rename to php-phpdocumentor-reflection-docblock4 - move to /usr/share/php/phpDocumentor/Reflection/DocBlock4 - raise dependency on PHP 7.0 - raise dependency on phpdocumentor/type-resolver 0.4.0 - use phpunit6 and php-mockery for test suite * Tue Aug 08 2017 Remi Collet <remi@remirepo.net> - 3.2.2-1 - Update to 3.2.2 * Mon Aug 07 2017 Remi Collet <remi@remirepo.net> - 3.2.1-2 - add patch to fix BC break, thanks to Koschei, from https://github.com/phpDocumentor/ReflectionDocBlock/pull/113 * Sat Aug 05 2017 Shawn Iwinski <shawn@iwin.ski> - 3.2.1-1 - Update to 3.2.1 (RHBZ #1471379) * Tue Jul 18 2017 Shawn Iwinski <shawn@iwin.ski> - 3.2.0-1 - Update to 3.2.0 (RHBZ #1471379) * Fri May 05 2017 Shawn Iwinski <shawn@iwin.ski>, Remi Collet <remi@remirepo.net> - 3.1.1-1 - update to 3.1.1 - raise dependency on PHP 5.5 - add dependency on phpdocumentor/reflection-common - add dependency on phpdocumentor/type-resolver - add dependency on webmozart/assert - switch to fedora/autoloader * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Wed Feb 11 2015 Remi Collet <remi@fedoraproject.org> - 2.0.4-1 - update to 2.0.4 - LICENSE is in upstream archive * Tue Feb 03 2015 Remi Collet <remi@fedoraproject.org> - 2.0.3-2 - add LICENSE from upstream repository * Fri Dec 19 2014 Remi Collet <remi@fedoraproject.org> - 2.0.3-1 - initial package - open https://github.com/phpDocumentor/ReflectionDocBlock/issues/40 for missing LICENSE file
/usr/share/doc/php-phpdocumentor-reflection-docblock4-4.3.3 /usr/share/doc/php-phpdocumentor-reflection-docblock4-4.3.3/LICENSE /usr/share/doc/php-phpdocumentor-reflection-docblock4-4.3.3/README.md /usr/share/doc/php-phpdocumentor-reflection-docblock4-4.3.3/composer.json /usr/share/php/phpDocumentor/Reflection /usr/share/php/phpDocumentor/Reflection/DocBlock4 /usr/share/php/phpDocumentor/Reflection/DocBlock4/Description.php /usr/share/php/phpDocumentor/Reflection/DocBlock4/DescriptionFactory.php /usr/share/php/phpDocumentor/Reflection/DocBlock4/DocBlock.php /usr/share/php/phpDocumentor/Reflection/DocBlock4/DocBlockFactory.php /usr/share/php/phpDocumentor/Reflection/DocBlock4/DocBlockFactoryInterface.php /usr/share/php/phpDocumentor/Reflection/DocBlock4/ExampleFinder.php /usr/share/php/phpDocumentor/Reflection/DocBlock4/Serializer.php /usr/share/php/phpDocumentor/Reflection/DocBlock4/StandardTagFactory.php /usr/share/php/phpDocumentor/Reflection/DocBlock4/Tag.php /usr/share/php/phpDocumentor/Reflection/DocBlock4/TagFactory.php /usr/share/php/phpDocumentor/Reflection/DocBlock4/Tags /usr/share/php/phpDocumentor/Reflection/DocBlock4/Tags/Author.php /usr/share/php/phpDocumentor/Reflection/DocBlock4/Tags/BaseTag.php /usr/share/php/phpDocumentor/Reflection/DocBlock4/Tags/Covers.php /usr/share/php/phpDocumentor/Reflection/DocBlock4/Tags/Deprecated.php /usr/share/php/phpDocumentor/Reflection/DocBlock4/Tags/Example.php /usr/share/php/phpDocumentor/Reflection/DocBlock4/Tags/Factory /usr/share/php/phpDocumentor/Reflection/DocBlock4/Tags/Factory/StaticMethod.php /usr/share/php/phpDocumentor/Reflection/DocBlock4/Tags/Factory/Strategy.php /usr/share/php/phpDocumentor/Reflection/DocBlock4/Tags/Formatter /usr/share/php/phpDocumentor/Reflection/DocBlock4/Tags/Formatter.php /usr/share/php/phpDocumentor/Reflection/DocBlock4/Tags/Formatter/AlignFormatter.php /usr/share/php/phpDocumentor/Reflection/DocBlock4/Tags/Formatter/PassthroughFormatter.php /usr/share/php/phpDocumentor/Reflection/DocBlock4/Tags/Generic.php /usr/share/php/phpDocumentor/Reflection/DocBlock4/Tags/Link.php /usr/share/php/phpDocumentor/Reflection/DocBlock4/Tags/Method.php /usr/share/php/phpDocumentor/Reflection/DocBlock4/Tags/Param.php /usr/share/php/phpDocumentor/Reflection/DocBlock4/Tags/Property.php /usr/share/php/phpDocumentor/Reflection/DocBlock4/Tags/PropertyRead.php /usr/share/php/phpDocumentor/Reflection/DocBlock4/Tags/PropertyWrite.php /usr/share/php/phpDocumentor/Reflection/DocBlock4/Tags/Reference /usr/share/php/phpDocumentor/Reflection/DocBlock4/Tags/Reference/Fqsen.php /usr/share/php/phpDocumentor/Reflection/DocBlock4/Tags/Reference/Reference.php /usr/share/php/phpDocumentor/Reflection/DocBlock4/Tags/Reference/Url.php /usr/share/php/phpDocumentor/Reflection/DocBlock4/Tags/Return_.php /usr/share/php/phpDocumentor/Reflection/DocBlock4/Tags/See.php /usr/share/php/phpDocumentor/Reflection/DocBlock4/Tags/Since.php /usr/share/php/phpDocumentor/Reflection/DocBlock4/Tags/Source.php /usr/share/php/phpDocumentor/Reflection/DocBlock4/Tags/Throws.php /usr/share/php/phpDocumentor/Reflection/DocBlock4/Tags/Uses.php /usr/share/php/phpDocumentor/Reflection/DocBlock4/Tags/Var_.php /usr/share/php/phpDocumentor/Reflection/DocBlock4/Tags/Version.php /usr/share/php/phpDocumentor/Reflection/DocBlock4/autoload.php
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 10:22:40 2024