-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Both this package and the https://github.com/stickeepaul/laravel-code-style package run into an issue when installing on a brand new project.
As no grumphp.yml file exists, the GrumPHP package runs its own post-install-cmd which creates a blank one.
These two projects therefore need to run their own post-install-cmd which copy the /dist files over on installation. This isn't possible with Composer however GrumPHP gets around this by registering itself as a Composer plugin which does run the post-install-cmd.
These two packages need their own copy of this code which will run on installation so that the default grumphp.yml file is replaced by the one contained in these packages.
Metadata
Metadata
Assignees
Labels
No labels