Merge pull request #965 from petk/patch-zend

Rename zend-* packages to laminas-*
This commit is contained in:
Xymph
2023-01-19 19:39:37 +01:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -20,12 +20,12 @@ installed in any application you like:
* [Doctrine2 DBAL][2]
* [Medoo][8]
* [Propel][7]
* [Zend-db][4]
* [laminas-db][4]
[1]: https://www.php.net/book.pdo
[2]: https://www.doctrine-project.org/projects/dbal.html
[4]: https://packages.zendframework.com/docs/latest/manual/en/index.html#zendframework/zend-db
[4]: https://docs.laminas.dev/laminas-db/
[5]: https://atlasphp.io
[6]: https://github.com/auraphp/Aura.Sql
[7]: https://propelorm.org/

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)*