Closed ghost closed 1 year ago
Never used this command tbh, I usually add wpcs as a dependency in composer using the composer require
command 🤷♂️
@dingo-d what's up, it's been a while. yeah, i only tried that way because of another group recommend it their project. the require and gobal require seems to work fine. so i don't really understand the create project would be an issue.
@benlumia007 I know the install instructions in the readme need to be updated (already got the update ready to pull before 3.0.0 gets released), create-project
should normally only be used by people who want to contribute to a project.
The problem you are running into has to do with dev
dependencies which are outdated on the last tagged release.
IIRC installing/creating the project with --no-dev
should hopefully resolve that.
@jrfnl I appreciated your quick response Juliette. Looking forward to the 3.0 release.
should we leave this open so other users can find this ticket or should we just close it.
I think we can just close it. IIRC there is actually another ticket already open about improving the installation instructions (#1901), so this can be closed as a duplicate.
closing ticket as duplicate!
by crating a project using
composer create-project wp-coding-standards/wpcs --no-dev
gives the following issueneed some feedback