Skip to content

Commit

Permalink
Readme: mention both v2 & v3 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
janedbal authored Oct 18, 2024
1 parent 9c3aaa3 commit c58ba6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

- :rocket: **Performance Boost:** Minimizes n+1 issues by preloading related entities with **constant number of queries**.
- :arrows_counterclockwise: **Flexible:** Supports all associations: `#[OneToOne]`, `#[OneToMany]`, `#[ManyToOne]`, and `#[ManyToMany]`.
- :bulb: **Easy Integration:** Simple to integrate with your existing Doctrine setup.
- :bulb: **Easy Integration:** Simple to integrate with your existing Doctrine setup (supports both v2 and v3).


## Comparison
Expand Down

0 comments on commit c58ba6c

Please sign in to comment.