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
59 stars 22 forks source link

Zend_Locale doesn't seem to be a necessary dep of Zend_View #176

Closed smhg closed 9 months ago

smhg commented 9 months ago

Zend_Locale is listed as a dep of Zend_View, but that only applies when using either the Translate or Currency view helpers.

Maybe because of this, it would be ok to move it to suggest? It sound unlikely that projects which need these helpers don't install either Zend_Locale directly or Zend_Tranlate (which it is a dep of).

(FWIW: I'm trying to migrate a project of of ZF1 on dep at a time and these inter-dependencies make it a bit of a challenge)