mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-27 03:21:01 +00:00
Merge pull request #2155 from wallabag/php-cs-fixer
Use friendsofphp instead of fabpot
This commit is contained in:
commit
247cf4897a
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@
|
|||
"sensio/generator-bundle": "^3.0",
|
||||
"phpunit/phpunit": "~4.4",
|
||||
"symfony/phpunit-bridge": "^2.7",
|
||||
"fabpot/php-cs-fixer": "~1.9"
|
||||
"friendsofphp/php-cs-fixer": "~1.9"
|
||||
},
|
||||
"scripts": {
|
||||
"post-cmd": [
|
||||
|
|
Loading…
Reference in a new issue