-
Notifications
You must be signed in to change notification settings - Fork 223
Allow Symfony 4.x as valid Symfony version #213
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
Changes from all commits
8fdedfe
74cc7b7
c7949eb
d101155
e5cf8e2
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,5 +16,6 @@ Giving some love to PHP CS | |
--------------------------- | ||
|
||
```bash | ||
bin/php-cs-fixer fix ./ | ||
composer require --dev 'friendsofphp/php-cs-fixer:^2.0' | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @mcg-web how about creating a composer script to install and run the php cs?
Could even do a There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm not against, we will dedicate a PR to this |
||
bin/php-cs-fixer fix | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea! Let's make it run on 7.1 instead for speed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove it from requirements because it seems to not be compatible with Symfony 4