Skip to content

Drop PHP-CS-Fixer 1.x support #34

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

soullivaneuh
Copy link
Owner

@soullivaneuh soullivaneuh commented Sep 30, 2015

Closes #31.

  • Change version check
  • Change version constraint (composer)
  • Remove conditional stuff for both versions support
  • Deprecate ConfigBridge::getFixers. Move stuff on ConfigBridge::getRules.
  • Add a note to the correct upgrade file
  • PHP-CS-Fixer 2.x stable setup #79
  • Create a 2.x branch

ConfigBridge::getLevel has no need to be removed as it's already done on #33.

Note: Make a new major branch for 2.x before merging this one.

@soullivaneuh soullivaneuh self-assigned this Sep 30, 2015
@soullivaneuh soullivaneuh force-pushed the cs-fixer-1.x-drop branch 3 times, most recently from 28614be to 1635f6e Compare September 30, 2015 16:17
- php: 5.6
env: PHP_CS_FIXER_VERSION=2.*@dev
env: PHP_CS_FIXER_VERSION=3.*@dev

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure there will be a 3.x for a long time

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i doubt the master will become 3.x

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, I'll not merge this PR very soon, this is just a preparation.

Let's see what it will be done when php-cs-fixer will be stable.

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

Successfully merging this pull request may close these issues.

Drop PHP-CS-Fixer 1.x support
2 participants