Bump mime to ~> 2.0 and elixir_make to ~> 0.9 #21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi! Would it be possible to relax the version constraints on two dependencies?
mime ~> 1.0->~> 2.0: the Phoenix/Plug ecosystem has been on mime 2.x for a while and it's a common conflictelixir_make ~> 0.8.4->~> 0.9: conflicts with packages like lazy_html that require 0.9Currently both require
override: trueworkarounds to usemajicalongside a standard Phoenix app. Happy to submit a PR if helpful.