zf1s / zf1

Monorepo of a fork of Zend Framework 1, with all components split into individual composer packages. PHP 5.3-8.3 compatible.
BSD 3-Clause "New" or "Revised" License
57 stars 22 forks source link

[zend-controller] make zend-filter dep required because of default usage #171

Closed smhg closed 6 months ago

smhg commented 6 months ago

ViewRenderer in zf1s/zend-controller directly depends on Zend_Filter Classes

See this PR for more info. (originally submitted by @Anyqax)

falkenhawk commented 6 months ago

@smhg could you rebase please? I fixed failing test runs in https://github.com/zf1s/zf1/pull/172

smhg commented 6 months ago

@falkenhawk I don't know if force-push is the way to do this, but can you please re-run the test suite if ok? Thanks!