This PR fixes a fatal error that was preventing Bedrock installs from being created due to a conflict with illuminate/support which isn't required by this command, but a dependency of newer versions of illuminate/container (which is).
It also updates some of the rewriting that happens for .env for compatibility with the newer quoted format.
This PR fixes a fatal error that was preventing Bedrock installs from being created due to a conflict with
illuminate/support
which isn't required by this command, but a dependency of newer versions ofilluminate/container
(which is).It also updates some of the rewriting that happens for
.env
for compatibility with the newer quoted format.Resolves #62