Rename zend-* packages to laminas-*

The Laminas project is a continuation of the Zend Framework.
This commit is contained in:
Peter Kokot
2023-01-19 18:28:33 +01:00
parent cde634abc9
commit e14aaf93ba
2 changed files with 3 additions and 3 deletions

View File

@@ -26,4 +26,4 @@ anchor: templating_further_reading
* [Plates](https://platesphp.com/) *(native)*
* [Smarty](https://www.smarty.net/) *(compiled)*
* [Twig](https://twig.symfony.com/) *(compiled)*
* [Zend-View](https://docs.zendframework.com/zend-view/) *(native, framework specific)*
* [laminas-view](https://docs.laminas.dev/laminas-view/) *(native, framework specific)*