Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It is probably too restrictive to have them listed in `require` section in the root `composer.json` file. Due to the nature of zf1, you may never need some of the extensions, as long as you do not use components which require them. But when you start using them, those components themselves should throw errors that required extensions are not installed. Moved to `require-dev` to ensure they are installed when running tests on dev/CI. I've considered adding them to `suggest` section but imo composer might spam too much with irrelevant information, when installing `zf1s/zf1` package.
- Loading branch information