George Steel
George Steel
This pull aids SA for consumers, marking all the assertions as pure preventing errors [such as this](https://psalm.dev/r/39bc7ac575)
Hi There, I use the Postmark PHP library in a lot of projects which I've recently migrated to PHP 8.1. Because of the invalid PHP version constraint in `composer.json`, this...
### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | yes/no | BC Break | yes/no #### Summary When #129 goes in,...
### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | yes/no | BC Break | yes/no #### Summary with #129, minimum required...
| Q | A |-------------- | ------ | Documentation | yes | New Feature | yes ### Description This patch updates all `$container->get()` call sites to use a FQCN instead...
| Q | A |-------------- | ------ | BC Break | yes | New Feature | yes | RFC | yes ### Description Is there any appetite for refactoring the...
The [Doctype factory in ViewHelperManagerFactory](https://github.com/laminas/laminas-mvc/blob/3.4.x/src/Service/ViewHelperManagerFactory.php#L131-L152) can be dropped in favour of the shipped factory in https://github.com/laminas/laminas-mvc-view once 1.0 is released.
The URL view helper factory is a [closure created here](https://github.com/laminas/laminas-mvc/blob/3.4.x/src/Service/ViewHelperManagerFactory.php#L73-L100). This closure will need to be changed to inject the router and route match instances into the helper constructor, or,...