Skip to content

Commit dff69dc

Browse files
authored
Merge pull request #965 from petk/patch-zend
Rename zend-* packages to laminas-*
2 parents 5b39af1 + e14aaf9 commit dff69dc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_posts/07-05-01-Abstraction-Layers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ installed in any application you like:
2020
* [Doctrine2 DBAL][2]
2121
* [Medoo][8]
2222
* [Propel][7]
23-
* [Zend-db][4]
23+
* [laminas-db][4]
2424

2525

2626
[1]: https://www.php.net/book.pdo
2727
[2]: https://www.doctrine-project.org/projects/dbal.html
28-
[4]: https://packages.zendframework.com/docs/latest/manual/en/index.html#zendframework/zend-db
28+
[4]: https://docs.laminas.dev/laminas-db/
2929
[5]: https://atlasphp.io
3030
[6]: https://github.com/auraphp/Aura.Sql
3131
[7]: https://propelorm.org/

_posts/08-05-01-Further-Reading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ anchor: templating_further_reading
2626
* [Plates](https://platesphp.com/) *(native)*
2727
* [Smarty](https://www.smarty.net/) *(compiled)*
2828
* [Twig](https://twig.symfony.com/) *(compiled)*
29-
* [Zend-View](https://docs.zendframework.com/zend-view/) *(native, framework specific)*
29+
* [laminas-view](https://docs.laminas.dev/laminas-view/) *(native, framework specific)*

0 commit comments

Comments
 (0)