Skip to content

Remove php-cs-fixer from dependencies #131

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

Merged
merged 1 commit into from
Dec 27, 2018
Merged

Remove php-cs-fixer from dependencies #131

merged 1 commit into from
Dec 27, 2018

Conversation

Nyholm
Copy link
Member

@Nyholm Nyholm commented Dec 26, 2018

IMHO PHP-cs-fixer is not a dependency. It is a tool like PHPStrom.
One should not require tools in composer.json.

@Nyholm Nyholm mentioned this pull request Dec 26, 2018
@dbu
Copy link
Contributor

dbu commented Dec 27, 2018

we went back and forth on this i think. the problem is that cs fixer as well as phpunit sometimes introduce changes that make tests fail when you don't use the right version of the tool. as we use pretty-ci which uses its own version anyways, i am ok with this, however.

@dbu dbu merged commit b4d5bbc into php-http:2.x Dec 27, 2018
@Nyholm Nyholm deleted the patch-cs branch December 27, 2018 09:19
@Nyholm
Copy link
Member Author

Nyholm commented Dec 27, 2018

Yeah, I understand.

Currently we have a problem that php-cs-fixer does not support php7.3 so we cannot support php-73. That is all kinds of wrong.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants