maintainers
maintainers copied to clipboard
Contributors and maintainers information for Zend Framework.
**This pull request includes a _radical_ change: removal of the link to the chat from the readme file.** # Background Here is some background: The chat itself is good for...
As highlighted in https://github.com/zendframework/zend-validator/pull/264 and https://github.com/zendframework/zend-validator/pull/259, the PHP version for zend-validator is not allowing support of newer libraries such as PSR-18. I'd like to challenge currently established policy of not...
# Problem At the moment we must add and edit all the labels with name and color (code) by hand. This results in different labels across the entire "zendframework" account....
We can now have better ISSUE and PR templates on GitHub, please see for example it here: https://github.com/doctrine/doctrine2/issues/new/choose I think it would be nice to update it also in ZF...
Can we update the maintainers guide and use keep-a-changelog? I've been using keep-a-changelog a few times for my own projects and it's really easy to use. The maintainers guide could...
As per https://github.com/Roave/BackwardCompatibilityCheck/issues/37#issuecomment-392429139 by @alcohol: > Composer does not strictly follow semver formatting. If you look at https://github.com/composer/semver (specifically, the tests) you'll see it is very similar but there are...
The following is a working draft of what we plan to build for an Expressive-based Apigility. > ### Updates will occur > > We will be periodically updating the issue...
Unsure if this is good, but after I opened https://github.com/zendframework/zend-inputfilter/pull/165, @froschdesign suggested in https://github.com/zendframework/zend-inputfilter/pull/165#issuecomment-381826008 I suggest [`localheinz/composer-normalize`](https://github.com/localheinz/composer-normalize) here. Maybe it is useful to keep `composer.json` consistently formatted and structured across...
Tests in zend framework are not using `@covers` annotations and create unintentional code coverage which allows some parts of code to remain untested. I believe forcing covers annotation will make...