-
-
Notifications
You must be signed in to change notification settings - Fork 420
php-cs-fixer/shim is userland #1644
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
You'll need to expend on why this is the case, it is not the expected behaviour for sure. From this ( |
I hope this infos will help. my composer.json
`Symfony operations: 4 recipes (e3eb63c1ad767ffc8e3fff791285e9d0)
|
Adding |
…al PHAR) (kbond) This PR was merged into the 1.x-dev branch. Discussion ---------- Revert #1575 (Use a PHP-CS-Fixer shim rather than an external PHAR) This reverts #1575. This PR has caused a lot of trouble as it made php-cs-fixer a required dep which installs a recipe. See #1644, #1653, #1651, #1648. We can't have php-cs-fixer (or the shim) as a required dependency. I think we need to have this bundle only use php-cs-fixer if available/configured (or drop it entirely). I'm not sure why it is used at all - feels like a lot of added complexity... Commits ------- 41744d7 Revert "feature #1575 [make:*] Use a PHP-CS-Fixer shim rather than an external PHAR"
I've reverted #1575 and released v1.62.1. It was causing a lot of problems. I think we need to rethink the php-cs-fixer integration. |
is it intended that php-cs-fixer/shim is in
require
and not inrequire-dev
?4735ff1#diff-d2ab9925cad7eac58e0ff4cc0d251a937ecf49e4b6bf57f8b95aab76648a9d34R19
Now
friendsofphp/php-cs-fixer
will be uninstalled andphp-cs-fixer/shim
will be installed in userland code.@theofidry @jrushlow
The text was updated successfully, but these errors were encountered: