Skip to content

Commit 7dde93c

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

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

doc/zendframework2.md renamed to doc/laminas.md

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

3-
Assuming you are familiar with [DoctrineModule](https://github.com/doctrine/DoctrineModule) (if not, you should definitely start there!), integrating Doctrine Extensions with Zend Framework 2 application is super-easy.
3+
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 DoctrineModule, DoctrineORMModule and DoctrineExtensions to composer.json file:
8-
9-
```json
10-
{
11-
"require": {
12-
"php": ">=5.3.3",
13-
"zendframework/zendframework": "2.1.*",
14-
"doctrine/doctrine-module": "0.*",
15-
"doctrine/doctrine-orm-module": "0.*",
16-
"gedmo/doctrine-extensions": "2.3.*",
17-
}
18-
}
19-
```
7+
Add `doctrine/doctrine-module`, `doctrine/doctrine-orm-module` and `gedmo/doctrine-extensions` to composer.json file
208

219
Then run `composer.phar update`.
2210

@@ -56,7 +44,7 @@ return array(
5644
);
5745
```
5846

59-
That's it! From now on you can use Gedmo annotations, just as it is described in [documentation](https://github.com/mtymek/DoctrineExtensions/blob/master/doc/annotations.md).
47+
That's it! From now on you can use Gedmo annotations, just as it is described in [documentation](https://github.com/Atlantic18/DoctrineExtensions/blob/master/doc/annotations.md).
6048

6149
#### Note: You may need to provide additional settings for some of the available listeners.
6250

0 commit comments

Comments
 (0)