Skip to content

Commit b1e9383

Browse files
committed
Fix readme and documentation
1 parent 71b4f36 commit b1e9383

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

docs/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Installation
1010
The best way to install Arachne/EntityLoader is using [Composer](http://getcomposer.org/).
1111

1212
```sh
13-
$ composer require arachne/entity-loader arachne/event-dispatcher
13+
$ composer require arachne/entity-loader
1414
```
1515

1616
Now you need to register the necessary extensions using your [neon](http://ne-on.org/) config file.
@@ -24,8 +24,6 @@ extensions:
2424
- Arachne\EntityLoader\DI\EntityLoaderExtension
2525
```
2626

27-
Alternatively you can use kdyby/events instead of arachne/event-dispatcher.
28-
2927
Add the `Arachne\EntityLoader\Application\EntityLoaderPresenterTrait` to your BasePresenter. It overrides the storeRequest & restoreRequest methods to make them work with object parameters.
3028

3129
```php

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Installation
1717
The best way to install Arachne/EntityLoader is using [Composer](http://getcomposer.org/):
1818

1919
```sh
20-
$ composer require arachne/entity-loader arachne/event-dispatcher
20+
$ composer require arachne/entity-loader
2121
```
2222

2323

0 commit comments

Comments
 (0)