Skip to content
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

Symfony 3.x compatibility #90

Closed
wants to merge 10 commits into from
Prev Previous commit
Next Next commit
Update .php_cs and .gitignore
  • Loading branch information
emodric committed Apr 20, 2017
commit cf558e6d5a10c2c1ea508ce31fc5241be45e5dbb
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/vendor/
composer.lock
ezpublish_legacy
var
bin
config.php
.php_cs.cache
Expand Down
1 change: 1 addition & 0 deletions .php_cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ return PhpCsFixer\Config::create()
->in(__DIR__)
->exclude([
'vendor',
'ezpublish_legacy',
])
->files()->name('*.php')
)
Expand Down