Remi's RPM repository - Packages

Blog | Forum | Repository | Wizard

php-stack-builder - Builder for stack middleware based on HttpKernelInterface

Website:
https://github.com/stackphp/builder
Licence:
MIT
Vendor:
Remi Collet
Description:
Builder for stack middlewares based on HttpKernelInterface.

Stack/Builder is a small library that helps you construct a nested
HttpKernelInterface decorator tree. It models it as a stack of middlewares.

Autoloader: /usr/share/php/Stack/autoload-builder.php

Packages

php-stack-builder-1.0.6-1.el7.remi.noarch [7 KiB] Changelog by Shawn Iwinski (2020-02-26):
- Update to 1.0.6 (RHBZ #1796631)
- Drop Symfony 2 interoperability
- Patch tests boostrap to run with Symfony >=5 and <5
- Use range dependencies
- Use PHPUnit 8
php-stack-builder-1.0.5-1.el7.remi.noarch [7 KiB] Changelog by Shawn Iwinski (2017-12-13):
- Update to 1.0.5 (RHBZ #1514861)
- Fix autoloader for multiple versions of Symfony
- Test with SCLs if available