Installing package QuantumInformation on julia 1.0 causes the newest version of the package 0.4.3 to be installed. Performing the same installation on julia 1.1 yields the package version 0.4.1. I am the package developer, so it seams to be my mistake which I do not know how to fix.
I was unable to find the semantics of the REQUIRE files so I assumed that writing julia 1.0 1.1 will mean that both of the versions are supported. How do I change the requirements in order to support both of the versions?
The revolution that was brought by Pkg3 confuses me a lot. And I can not find good documentation how to write REQUIRE and Project.toml files.
There is a lack of good tutorial how to port packages from Julia 0.6 to 1.0. When REQUIRE file is needed and when Project.toml. This information can be found but is scattered in various places.