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

php-laminas-modulemanager-2.12.0-1.fc37 RPM for noarch

From Fedora 37 for x86_64 / p

Name: php-laminas-modulemanager Distribution: Fedora Project
Version: 2.12.0 Vendor: Fedora Project
Release: 1.fc37 Build date: Tue Sep 20 13:56:46 2022
Group: Unspecified Build host: buildvm-x86-12.iad2.fedoraproject.org
Size: 87589 Source RPM: php-laminas-modulemanager-2.12.0-1.fc37.src.rpm
Packager: Fedora Project
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

* Tue Sep 20 2022 Remi Collet <remi@remirepo.net> - 2.12.0-1
  - update to 2.12.0 (no change)
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.11.0-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.11.0-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* 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
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.10.2-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Wed Apr 14 2021 Remi Collet <remi@remirepo.net> - 2.10.2-1
  - update to 2.10.2 (no change)
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.10.1-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

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, Tue Apr 9 20:33:48 2024