Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bwaidelich authored Jun 6, 2023
1 parent b2e4d91 commit 8392889
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ Install via [composer](https://getcomposer.org):
composer create-project wwwision/dcb-example
```

> **Note**
> The example requires [PHP 8.2+](https://www.php.net/) to be installed.
> If composer complaints even though the right version is installed, try using the `--ignore-platform-reqs` flag
Now you should be able to run the [example script](index.php) via

```shell
Expand Down Expand Up @@ -96,4 +92,4 @@ Feel free to start/join a [discussion](https://github.com/bwaidelich/dcb-example
¹ The purpose of the [AggregateLoader](https://github.com/bwaidelich/dcb-eventstore/blob/main/src/Aggregate/AggregateLoader.php)
is to allow interaction with multiple Aggregates without having to fetch multiple Event Streams.
It is currently one of the weakest links in this implementation because it adds some hidden complexity – I hope, that I
can rework this at some point
can rework this at some point

0 comments on commit 8392889

Please sign in to comment.