You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe your use case and the problem you are facing
Most of the time I need to centralize all the project dependencies into the composer.json file, wp-cli.phar executable too !
But this install lot's of PHP dependencies that can conflict with project dependencies.
I can add wpcli to the required but ultimately only use the phar.
Describe the solution you'd like
Make a repository like https://github.com/phpro/grumphp-shim that can be added composing only with the .phar and not installing all the dependencies and still defining them into the composer.json file.
The text was updated successfully, but these errors were encountered:
I'm happy to add something like that, as dev dependencies have always been an issue. Not only do they cause conflicts, the autoloader also pollutes the real project with random code becoming active due to BC-logic in place.
Describe your use case and the problem you are facing
Most of the time I need to centralize all the project dependencies into the composer.json file, wp-cli.phar executable too !
But this install lot's of PHP dependencies that can conflict with project dependencies.
I can add wpcli to the required but ultimately only use the phar.
Describe the solution you'd like
Make a repository like https://github.com/phpro/grumphp-shim that can be added composing only with the .phar and not installing all the dependencies and still defining them into the composer.json file.
The text was updated successfully, but these errors were encountered: