Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: php-laminas-modulemanager | Distribution: Unknown |
Version: 2.14.0 | Vendor: Remi's RPM repository <https://rpms.remirepo.net/> #StandWithUkraine |
Release: 1.el7.remi | Build date: Mon Dec 5 15:48:59 2022 |
Group: Unspecified | Build host: builder.remirepo.net |
Size: 87408 | Source RPM: php-laminas-modulemanager-2.14.0-1.el7.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/
BSD
* Fri Oct 28 2022 Remi Collet <[email protected]> - 2.14.0-1 - update to 2.14.0 * Mon Oct 24 2022 Remi Collet <[email protected]> - 2.13.0-1 - update to 2.13.0 - raise dependency on PHP 8.0 * Tue Sep 20 2022 Remi Collet <[email protected]> - 2.12.0-1 - update to 2.12.0 (no change) * Thu Oct 14 2021 Remi Collet <[email protected]> - 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 <[email protected]> - 2.10.2-1 - update to 2.10.2 (no change) * Wed Sep 02 2020 Remi Collet <[email protected]> - 2.10.1-1 - update to 2.10.1 * Tue Aug 25 2020 Remi Collet <[email protected]> - 2.10.0-1 - update to 2.10.0 - raise dependency on PHP 7.3 - add dependency on brick/varexporter - raise dependency on laminas/laminas-config 3.4 - raise dependency on laminas/laminas-eventmanager 3.3 - raise dependency on laminas/laminas-stdlib 3.3 - raise dependency on laminas/laminas-zendframework-bridge 1.1 - switch to phpunit 9.3 * Tue Aug 25 2020 Remi Collet <[email protected]> - 2.9.0-1 - update to 2.9.0 - add dependency on webimpress/safe-writer * Wed Jan 15 2020 Remi Collet <[email protected]> - 2.8.4-1 - switch to Laminas - bootstrap build without laminas-mvc * Mon Oct 28 2019 Remi Collet <[email protected]> - 2.8.4-1 - update to 2.8.4 * Mon Oct 21 2019 Remi Collet <[email protected]> - 2.8.3-2 - update to 2.8.3 - switch to phpunit7 * Thu Feb 28 2019 Remi Collet <[email protected]> - 2.8.2-6 - use range dependencies * Tue Dec 12 2017 Remi Collet <[email protected]> - 2.8.2-2 - switch from zend-loader to fedora/autoloader * Mon Dec 04 2017 Remi Collet <[email protected]> - 2.8.2-1 - Update to 2.8.2 * Thu Nov 02 2017 Remi Collet <[email protected]> - 2.8.1-1 - Update to 2.8.1 * Wed Jul 12 2017 Remi Collet <[email protected]> - 2.8.0-1 - Update to 2.8.0 - raise dependency on PHP 5.6 - use phpunit6 on F26+ * Wed Jul 12 2017 Remi Collet <[email protected]> - 2.7.3-1 - Update to 2.7.3 * Wed Feb 22 2017 Remi Collet <[email protected]> - 2.7.2-2 - add fix for tests against PHP 7.1, fix FTBFS #1424086 from https://github.com/zendframework/zend-modulemanager/pull/55 * Tue May 17 2016 Remi Collet <[email protected]> - 2.7.2-1 - update to 2.7.2 - zend-config is now required * Sun Feb 28 2016 Remi Collet <[email protected]> - 2.7.1-1 - update to 2.7.1 - https://github.com/zendframework/zend-modulemanager/pull/33 * Fri Feb 26 2016 Remi Collet <[email protected]> - 2.7.0-1 - update to 2.7.0 - raise dependency on zend-eventmanager >= 2.6.2 * Thu Jan 28 2016 Remi Collet <[email protected]> - 2.6.1-1 - update to 2.6.1 - raise dependency on zend-stdlib ~2.7 * Thu Sep 10 2015 Remi Collet <[email protected]> - 2.5.3-1 - update to 2.5.3 - raise minimum php version to 5.5 * Tue Aug 04 2015 Remi Collet <[email protected]> - 2.5.1-1 - initial package
/usr/share/doc/php-laminas-modulemanager-2.14.0 /usr/share/doc/php-laminas-modulemanager-2.14.0/COPYRIGHT.md /usr/share/doc/php-laminas-modulemanager-2.14.0/README.md /usr/share/doc/php-laminas-modulemanager-2.14.0/composer.json /usr/share/licenses/php-laminas-modulemanager-2.14.0 /usr/share/licenses/php-laminas-modulemanager-2.14.0/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 Jul 9 10:20:33 2024