sasa1977 / boundary

Manage and restrain cross-module dependencies in Elixir projects
MIT License
818 stars 21 forks source link

Docs: phoenix and gettext compilers no longer required in mix.exs #61

Open bianchidotdev opened 10 months ago

bianchidotdev commented 10 months ago

Just went through setup instructions, and I'm getting compilation warnings saying that phoenix and gettext are no longer required to be in the compilers keyword list in the mix project.

Looks to be as of Phoenix 1.6.2 and Elixir 1.11 https://hexdocs.pm/phoenix/1.6.2/changelog.html#deprecations

Maybe it's better to have it there in the docs anyway for anyone on previous version. Not sure. Happy to PR if you think it ought to be removed.