Skip to content

Commit

Permalink
Documentation updated to friendsofphp/proxy-manager-lts as well
Browse files Browse the repository at this point in the history
Signed-off-by: Filippo Tessarotto <[email protected]>
  • Loading branch information
Slamdunk committed Mar 21, 2023
1 parent fe767f6 commit 5ad5f68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/book/lazy-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ object is really needed.
`Laminas\ServiceManager\Proxy\LazyServiceFactory` is a [delegator factory](delegators.md)
capable of generating lazy loading proxies for your services.

The lazy service facilities depend on [ProxyManager](https://github.com/Ocramius/ProxyManager);
The lazy service facilities depend on [ProxyManager](https://github.com/FriendsOfPHP/proxy-manager-lts);
you will need to install that package before using the feature:

```php
$ composer require ocramius/proxy-manager
$ composer require friendsofphp/proxy-manager-lts
```

## Practical example
Expand Down

0 comments on commit 5ad5f68

Please sign in to comment.