Skip to content

Commit

Permalink
doc: phoenix_view is no longer needed for v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aesmail committed Oct 6, 2023
1 parent 1987c6c commit 78154cf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,13 @@ def deps do
]
end
```
as of phoenix version 1.7 you need the following dependencies

If you are using `kaffy` v0.9.x with `phoenix` 1.7, you need to add `phoenix_view` to your dependencies:
```elixir
def deps do
[
{:phoenix_view, "~> 2.0.2"},
{:kaffy, "~> 0.10.0"}
{:kaffy, "~> 0.9.4"}
]
end
```
Expand Down

0 comments on commit 78154cf

Please sign in to comment.