Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

php-laminas-code-3.5.1-1.el7.remi RPM for noarch

From Remi's RPM for RedHat EL 7 for aarch64

Name: php-laminas-code Distribution: Unknown
Version: 3.5.1 Vendor: Remi's RPM repository <https://rpms.remirepo.net/>
Release: 1.el7.remi Build date: Mon Mar 22 14:49:17 2021
Group: Unspecified Build host: builder.remirepo.net
Size: 450283 Source RPM: php-laminas-code-3.5.1-1.el7.remi.src.rpm
Packager: Remi Collet
Url: https://github.com/laminas/laminas-code
Summary: Laminas Framework Code component
laminas-code provides facilities to generate arbitrary code using
an object-oriented interface, both to create new code as well as to update
existing code. While the current implementation is limited to generating
PHP code, you can easily extend the base class in order to provide code
generation for other tasks: JavaScript, configuration files, apache vhosts,
etc.

Documentation: https://docs.laminas.dev/laminas-code/

Provides

Requires

License

BSD

Changelog

* Tue Dec 01 2020 Remi Collet <remi@remirepo.net> - 3.5.1-1
  - update to 3.5.1 (no change)
* Thu Nov 12 2020 Remi Collet <remi@remirepo.net> - 3.5.0-1
  - update to 3.5.0
  - raise dependency on PHP 7.3
  - raise dependency on laminas-eventmanager 3.3
  - raise dependency on laminas-zendframework-bridge 1..1
  - switch to phpunit9
* Fri Jan 17 2020 Remi Collet <remi@remirepo.net> - 3.4.1-2
  - cleanup
* Tue Jan 07 2020 Remi Collet <remi@remirepo.net> - 3.4.1-1
  - switch to Laminas
* Wed Dec 11 2019 Remi Collet <remi@remirepo.net> - 3.4.1-1
  - update to 3.4.1
* Mon Oct 07 2019 Remi Collet <remi@remirepo.net> - 3.4.0-1
  - update to 3.4.0
  - drop patch merged upstream
  - use phpunit8
* Mon Sep 02 2019 Remi Collet <remi@remirepo.net> - 3.3.2-2
  - update to 3.3.2
  - use phpunit7
  - use range dependencies
  - add patch for PHP 7.4 from
    https://github.com/zendframework/zend-code/pull/172
* Mon Aug 20 2018 Remi Collet <remi@remirepo.net> - 3.3.1-1
  - update to 3.3.1
* Tue Nov 28 2017 Remi Collet <remi@remirepo.net> - 3.3.0-2
  - switch from zend-loader to fedora/autoloader
* Sat Oct 21 2017 Remi Collet <remi@remirepo.net> - 3.3.0-1
  - Update to 3.3.0
* Fri Aug 04 2017 Remi Collet <remi@remirepo.net> - 3.2.0-1
  - Update to 3.2.0
  - raise dependency on PHP 7.1
  - switch to phpunit6
* Tue Oct 25 2016 Remi Collet <remi@fedoraproject.org> - 3.1.0-1
  - update to 3.1.0
  - raise dependency on PHP 5.6
* Fri Jul 01 2016 Remi Collet <remi@fedoraproject.org> - 3.0.4-1
  - update to 3.0.4
* Wed Jun 29 2016 Remi Collet <remi@fedoraproject.org> - 3.0.3-2
  - add patch for ocramius/proxy-manager
    https://github.com/zendframework/zend-code/pull/80
* Wed Jun 29 2016 Remi Collet <remi@fedoraproject.org> - 3.0.3-1
  - update to 3.0.0 for ZendFramework 3
* Thu Apr 21 2016 Remi Collet <remi@fedoraproject.org> - 2.6.3-1
  - update to 2.6.3
* Thu Jan 28 2016 Remi Collet <remi@fedoraproject.org> - 2.6.2-1
  - update to 2.6.2
  - dependency on doctrine/annotations instrad of doctrine/common
  - raise dependency on zend-stdlib ~2.7
  - raise dependency on zend-eventmanager ~2.6
* Thu Nov 19 2015 Remi Collet <remi@fedoraproject.org> - 2.5.3-1
  - update to 2.5.3
  - run test suite with both PHP 5 and 7 when available
* Tue Aug 04 2015 Remi Collet <remi@fedoraproject.org> - 2.5.2-1
  - initial package
  - open https://github.com/zendframework/zend-code/pull/5
    avoid using 'vendor' path

Files

/usr/share/doc/php-laminas-code-3.5.1
/usr/share/doc/php-laminas-code-3.5.1/CHANGELOG.md
/usr/share/doc/php-laminas-code-3.5.1/COPYRIGHT.md
/usr/share/doc/php-laminas-code-3.5.1/README.md
/usr/share/doc/php-laminas-code-3.5.1/composer.json
/usr/share/licenses/php-laminas-code-3.5.1
/usr/share/licenses/php-laminas-code-3.5.1/LICENSE
/usr/share/php/Laminas/Code
/usr/share/php/Laminas/Code/Annotation
/usr/share/php/Laminas/Code/Annotation/AnnotationCollection.php
/usr/share/php/Laminas/Code/Annotation/AnnotationInterface.php
/usr/share/php/Laminas/Code/Annotation/AnnotationManager.php
/usr/share/php/Laminas/Code/Annotation/Parser
/usr/share/php/Laminas/Code/Annotation/Parser/DoctrineAnnotationParser.php
/usr/share/php/Laminas/Code/Annotation/Parser/GenericAnnotationParser.php
/usr/share/php/Laminas/Code/Annotation/Parser/ParserInterface.php
/usr/share/php/Laminas/Code/DeclareStatement.php
/usr/share/php/Laminas/Code/Exception
/usr/share/php/Laminas/Code/Exception/BadMethodCallException.php
/usr/share/php/Laminas/Code/Exception/ExceptionInterface.php
/usr/share/php/Laminas/Code/Exception/InvalidArgumentException.php
/usr/share/php/Laminas/Code/Exception/RuntimeException.php
/usr/share/php/Laminas/Code/Generator
/usr/share/php/Laminas/Code/Generator/AbstractGenerator.php
/usr/share/php/Laminas/Code/Generator/AbstractMemberGenerator.php
/usr/share/php/Laminas/Code/Generator/BodyGenerator.php
/usr/share/php/Laminas/Code/Generator/ClassGenerator.php
/usr/share/php/Laminas/Code/Generator/DocBlock
/usr/share/php/Laminas/Code/Generator/DocBlock/Tag
/usr/share/php/Laminas/Code/Generator/DocBlock/Tag.php
/usr/share/php/Laminas/Code/Generator/DocBlock/Tag/AbstractTypeableTag.php
/usr/share/php/Laminas/Code/Generator/DocBlock/Tag/AuthorTag.php
/usr/share/php/Laminas/Code/Generator/DocBlock/Tag/GenericTag.php
/usr/share/php/Laminas/Code/Generator/DocBlock/Tag/LicenseTag.php
/usr/share/php/Laminas/Code/Generator/DocBlock/Tag/MethodTag.php
/usr/share/php/Laminas/Code/Generator/DocBlock/Tag/ParamTag.php
/usr/share/php/Laminas/Code/Generator/DocBlock/Tag/PropertyTag.php
/usr/share/php/Laminas/Code/Generator/DocBlock/Tag/ReturnTag.php
/usr/share/php/Laminas/Code/Generator/DocBlock/Tag/TagInterface.php
/usr/share/php/Laminas/Code/Generator/DocBlock/Tag/ThrowsTag.php
/usr/share/php/Laminas/Code/Generator/DocBlock/Tag/VarTag.php
/usr/share/php/Laminas/Code/Generator/DocBlock/TagManager.php
/usr/share/php/Laminas/Code/Generator/DocBlockGenerator.php
/usr/share/php/Laminas/Code/Generator/Exception
/usr/share/php/Laminas/Code/Generator/Exception/ClassNotFoundException.php
/usr/share/php/Laminas/Code/Generator/Exception/ExceptionInterface.php
/usr/share/php/Laminas/Code/Generator/Exception/InvalidArgumentException.php
/usr/share/php/Laminas/Code/Generator/Exception/RuntimeException.php
/usr/share/php/Laminas/Code/Generator/FileGenerator.php
/usr/share/php/Laminas/Code/Generator/FileGeneratorRegistry.php
/usr/share/php/Laminas/Code/Generator/GeneratorInterface.php
/usr/share/php/Laminas/Code/Generator/InterfaceGenerator.php
/usr/share/php/Laminas/Code/Generator/MethodGenerator.php
/usr/share/php/Laminas/Code/Generator/ParameterGenerator.php
/usr/share/php/Laminas/Code/Generator/PropertyGenerator.php
/usr/share/php/Laminas/Code/Generator/PropertyValueGenerator.php
/usr/share/php/Laminas/Code/Generator/TraitGenerator.php
/usr/share/php/Laminas/Code/Generator/TraitUsageGenerator.php
/usr/share/php/Laminas/Code/Generator/TraitUsageInterface.php
/usr/share/php/Laminas/Code/Generator/TypeGenerator.php
/usr/share/php/Laminas/Code/Generator/ValueGenerator.php
/usr/share/php/Laminas/Code/Generic
/usr/share/php/Laminas/Code/Generic/Prototype
/usr/share/php/Laminas/Code/Generic/Prototype/PrototypeClassFactory.php
/usr/share/php/Laminas/Code/Generic/Prototype/PrototypeGenericInterface.php
/usr/share/php/Laminas/Code/Generic/Prototype/PrototypeInterface.php
/usr/share/php/Laminas/Code/NameInformation.php
/usr/share/php/Laminas/Code/Reflection
/usr/share/php/Laminas/Code/Reflection/ClassReflection.php
/usr/share/php/Laminas/Code/Reflection/DocBlock
/usr/share/php/Laminas/Code/Reflection/DocBlock/Tag
/usr/share/php/Laminas/Code/Reflection/DocBlock/Tag/AuthorTag.php
/usr/share/php/Laminas/Code/Reflection/DocBlock/Tag/GenericTag.php
/usr/share/php/Laminas/Code/Reflection/DocBlock/Tag/LicenseTag.php
/usr/share/php/Laminas/Code/Reflection/DocBlock/Tag/MethodTag.php
/usr/share/php/Laminas/Code/Reflection/DocBlock/Tag/ParamTag.php
/usr/share/php/Laminas/Code/Reflection/DocBlock/Tag/PhpDocTypedTagInterface.php
/usr/share/php/Laminas/Code/Reflection/DocBlock/Tag/PropertyTag.php
/usr/share/php/Laminas/Code/Reflection/DocBlock/Tag/ReturnTag.php
/usr/share/php/Laminas/Code/Reflection/DocBlock/Tag/TagInterface.php
/usr/share/php/Laminas/Code/Reflection/DocBlock/Tag/ThrowsTag.php
/usr/share/php/Laminas/Code/Reflection/DocBlock/Tag/VarTag.php
/usr/share/php/Laminas/Code/Reflection/DocBlock/TagManager.php
/usr/share/php/Laminas/Code/Reflection/DocBlockReflection.php
/usr/share/php/Laminas/Code/Reflection/Exception
/usr/share/php/Laminas/Code/Reflection/Exception/BadMethodCallException.php
/usr/share/php/Laminas/Code/Reflection/Exception/ExceptionInterface.php
/usr/share/php/Laminas/Code/Reflection/Exception/InvalidArgumentException.php
/usr/share/php/Laminas/Code/Reflection/Exception/RuntimeException.php
/usr/share/php/Laminas/Code/Reflection/FileReflection.php
/usr/share/php/Laminas/Code/Reflection/FunctionReflection.php
/usr/share/php/Laminas/Code/Reflection/MethodReflection.php
/usr/share/php/Laminas/Code/Reflection/ParameterReflection.php
/usr/share/php/Laminas/Code/Reflection/PropertyReflection.php
/usr/share/php/Laminas/Code/Reflection/ReflectionInterface.php
/usr/share/php/Laminas/Code/Scanner
/usr/share/php/Laminas/Code/Scanner/AggregateDirectoryScanner.php
/usr/share/php/Laminas/Code/Scanner/AnnotationScanner.php
/usr/share/php/Laminas/Code/Scanner/CachingFileScanner.php
/usr/share/php/Laminas/Code/Scanner/ClassScanner.php
/usr/share/php/Laminas/Code/Scanner/ConstantScanner.php
/usr/share/php/Laminas/Code/Scanner/DerivedClassScanner.php
/usr/share/php/Laminas/Code/Scanner/DirectoryScanner.php
/usr/share/php/Laminas/Code/Scanner/DocBlockScanner.php
/usr/share/php/Laminas/Code/Scanner/FileScanner.php
/usr/share/php/Laminas/Code/Scanner/FunctionScanner.php
/usr/share/php/Laminas/Code/Scanner/MethodScanner.php
/usr/share/php/Laminas/Code/Scanner/ParameterScanner.php
/usr/share/php/Laminas/Code/Scanner/PropertyScanner.php
/usr/share/php/Laminas/Code/Scanner/ScannerInterface.php
/usr/share/php/Laminas/Code/Scanner/TokenArrayScanner.php
/usr/share/php/Laminas/Code/Scanner/Util.php
/usr/share/php/Laminas/Code/Scanner/ValueScanner.php
/usr/share/php/Laminas/Code/autoload.php
/usr/share/php/Zend/Code
/usr/share/php/Zend/Code/autoload.php


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu Apr 25 05:42:46 2024