Skip to content

Commit dee7828

Browse files
svyckaAkenRoberts
authored andcommitted
Rename Zend framework to Laminas
1 parent 7dde93c commit dee7828

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ For the current old-but-stable version, see the [v2.4.x branch](https://github.c
3131
* [Symfony 2](/doc/symfony2.md)
3232
* [Symfony 4](/doc/symfony4.md)
3333
* [Laravel 5](https://www.laraveldoctrine.org/docs/1.3/extensions)
34-
* [Zend Framework 2](/doc/zendframework2.md)
34+
* [Laminas](/doc/laminas.md)
3535

3636
### Upgrading
3737

doc/laminas.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
## Using Gedmo Doctrine Extensions in Zend Framework 2
1+
## Using Gedmo Doctrine Extensions in Laminas
22

33
Assuming you are familiar with [DoctrineModule](https://github.com/doctrine/DoctrineModule) (if not, you should definitely start there!), integrating Doctrine Extensions with Laminas application is super-easy.
44

55
### Composer
66

7-
Add `doctrine/doctrine-module`, `doctrine/doctrine-orm-module` and `gedmo/doctrine-extensions` to composer.json file
7+
Add `doctrine/doctrine-module`, `doctrine/doctrine-orm-module` or `doctrine/doctrine-mongo-odm-module` to composer.json file
88

99
Then run `composer.phar update`.
1010

0 commit comments

Comments
 (0)