Closed photodude closed 7 years ago
You need to use ~2.0@alpha
as your version constraint. The CMS is set up to by default require stable packages, there isn't a stable 2.0 tag.
Thank you. That worked.
looks like the scripts section is failing to install the standard into the phpcs folder
seems we have the wrong path for the --config-set installed_paths ../../..
in the post install
I've been told I misunderstand how the scripts portion of composer works. Apparently, it only works from a root package. So it works in the context of testing the package but not in the context of installing it as a dependency in a project.
See
We will need to update our documentation on use to explain how to use the phpcs --config-set installed_paths /path/to/joomla-coding-standards
I've been trying to run the alpha install on the Joomla CMS. I added it to the require-dev section of the composer file, and since this is a testing run I've removed the lock file.
seems something is wrong in the composer file setup for the package.