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

php-laminas-modulemanager-2.14.0-1.el9.remi RPM for noarch

From Remi's RPM for RedHat EL 9 for aarch64

Name: php-laminas-modulemanager Distribution: Unknown
Version: 2.14.0 Vendor: Remi's RPM repository <https://rpms.remirepo.net/> #StandWithUkraine
Release: 1.el9.remi Build date: Fri Oct 28 14:44:31 2022
Group: Unspecified Build host: builder.remirepo.net
Size: 87408 Source RPM: php-laminas-modulemanager-2.14.0-1.el9.remi.src.rpm
Packager: Remi Collet
Url: https://github.com/laminas/laminas-modulemanager
Summary: Laminas Framework ModuleManager component
Laminas Framework introduces a new and powerful approach to modules.
This new module system is designed with flexibility, simplicity, and
re-usability in mind. A module may contain just about anything:
PHP code, including MVC functionality; library code; view scripts;
and/or public assets such as images, CSS, and JavaScript.
The possibilities are endless.

Laminas\ModuleManager is the component that enables the design of a module
architecture for PHP applications.

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

Provides

Requires

License

BSD

Changelog

* Fri Oct 28 2022 Remi Collet <remi@remirepo.net> - 2.14.0-1
  - update to 2.14.0
* Mon Oct 24 2022 Remi Collet <remi@remirepo.net> - 2.13.0-1
  - update to 2.13.0
  - raise dependency on PHP 8.0
* Tue Sep 20 2022 Remi Collet <remi@remirepo.net> - 2.12.0-1
  - update to 2.12.0 (no change)
* Thu Oct 14 2021 Remi Collet <remi@remirepo.net> - 2.11.0-1
  - update to 2.11.0
  - keep compatibility using laminas-zendframework-bridge
    as this is only used using compat autolader
  - raise dependency on laminas-config 3.7
  - raise dependency on laminas-eventmanager 3.4
  - raise dependency on laminas-stdlib 3.3
* Wed Apr 14 2021 Remi Collet <remi@remirepo.net> - 2.10.2-1
  - update to 2.10.2 (no change)

Files

/usr/share/doc/php-laminas-modulemanager
/usr/share/doc/php-laminas-modulemanager/COPYRIGHT.md
/usr/share/doc/php-laminas-modulemanager/README.md
/usr/share/doc/php-laminas-modulemanager/composer.json
/usr/share/licenses/php-laminas-modulemanager
/usr/share/licenses/php-laminas-modulemanager/LICENSE
/usr/share/php/Laminas/ModuleManager
/usr/share/php/Laminas/ModuleManager/Exception
/usr/share/php/Laminas/ModuleManager/Exception/ExceptionInterface.php
/usr/share/php/Laminas/ModuleManager/Exception/InvalidArgumentException.php
/usr/share/php/Laminas/ModuleManager/Exception/MissingDependencyModuleException.php
/usr/share/php/Laminas/ModuleManager/Exception/RuntimeException.php
/usr/share/php/Laminas/ModuleManager/Feature
/usr/share/php/Laminas/ModuleManager/Feature/AutoloaderProviderInterface.php
/usr/share/php/Laminas/ModuleManager/Feature/BootstrapListenerInterface.php
/usr/share/php/Laminas/ModuleManager/Feature/ConfigProviderInterface.php
/usr/share/php/Laminas/ModuleManager/Feature/ConsoleBannerProviderInterface.php
/usr/share/php/Laminas/ModuleManager/Feature/ConsoleUsageProviderInterface.php
/usr/share/php/Laminas/ModuleManager/Feature/ControllerPluginProviderInterface.php
/usr/share/php/Laminas/ModuleManager/Feature/ControllerProviderInterface.php
/usr/share/php/Laminas/ModuleManager/Feature/DependencyIndicatorInterface.php
/usr/share/php/Laminas/ModuleManager/Feature/FilterProviderInterface.php
/usr/share/php/Laminas/ModuleManager/Feature/FormElementProviderInterface.php
/usr/share/php/Laminas/ModuleManager/Feature/HydratorProviderInterface.php
/usr/share/php/Laminas/ModuleManager/Feature/InitProviderInterface.php
/usr/share/php/Laminas/ModuleManager/Feature/InputFilterProviderInterface.php
/usr/share/php/Laminas/ModuleManager/Feature/LocatorRegisteredInterface.php
/usr/share/php/Laminas/ModuleManager/Feature/LogProcessorProviderInterface.php
/usr/share/php/Laminas/ModuleManager/Feature/LogWriterProviderInterface.php
/usr/share/php/Laminas/ModuleManager/Feature/RouteProviderInterface.php
/usr/share/php/Laminas/ModuleManager/Feature/SerializerProviderInterface.php
/usr/share/php/Laminas/ModuleManager/Feature/ServiceProviderInterface.php
/usr/share/php/Laminas/ModuleManager/Feature/TranslatorPluginProviderInterface.php
/usr/share/php/Laminas/ModuleManager/Feature/ValidatorProviderInterface.php
/usr/share/php/Laminas/ModuleManager/Feature/ViewHelperProviderInterface.php
/usr/share/php/Laminas/ModuleManager/Listener
/usr/share/php/Laminas/ModuleManager/Listener/AbstractListener.php
/usr/share/php/Laminas/ModuleManager/Listener/AutoloaderListener.php
/usr/share/php/Laminas/ModuleManager/Listener/ConfigListener.php
/usr/share/php/Laminas/ModuleManager/Listener/ConfigMergerInterface.php
/usr/share/php/Laminas/ModuleManager/Listener/DefaultListenerAggregate.php
/usr/share/php/Laminas/ModuleManager/Listener/Exception
/usr/share/php/Laminas/ModuleManager/Listener/Exception/ConfigCannotBeCachedException.php
/usr/share/php/Laminas/ModuleManager/Listener/Exception/ExceptionInterface.php
/usr/share/php/Laminas/ModuleManager/Listener/Exception/InvalidArgumentException.php
/usr/share/php/Laminas/ModuleManager/Listener/Exception/RuntimeException.php
/usr/share/php/Laminas/ModuleManager/Listener/InitTrigger.php
/usr/share/php/Laminas/ModuleManager/Listener/ListenerOptions.php
/usr/share/php/Laminas/ModuleManager/Listener/LocatorRegistrationListener.php
/usr/share/php/Laminas/ModuleManager/Listener/ModuleDependencyCheckerListener.php
/usr/share/php/Laminas/ModuleManager/Listener/ModuleLoaderListener.php
/usr/share/php/Laminas/ModuleManager/Listener/ModuleResolverListener.php
/usr/share/php/Laminas/ModuleManager/Listener/OnBootstrapListener.php
/usr/share/php/Laminas/ModuleManager/Listener/ServiceListener.php
/usr/share/php/Laminas/ModuleManager/Listener/ServiceListenerInterface.php
/usr/share/php/Laminas/ModuleManager/ModuleEvent.php
/usr/share/php/Laminas/ModuleManager/ModuleManager.php
/usr/share/php/Laminas/ModuleManager/ModuleManagerInterface.php
/usr/share/php/Laminas/ModuleManager/autoload.php
/usr/share/php/Zend/ModuleManager
/usr/share/php/Zend/ModuleManager/autoload.php


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri May 3 05:15:44 2024