Added php-cs-fixer to composer dev requirements

This commit is contained in:
Matthew Barbour 2021-01-18 08:52:41 -06:00
parent 32927aea3d
commit bd079722c0
2 changed files with 2087 additions and 95 deletions

View File

@ -53,9 +53,9 @@
},
"require-dev" : {
"phpunit/phpunit" : "^9.0"
"phpunit/phpunit" : "^9.0",
"friendsofphp/php-cs-fixer" : "*"
},
"suggest": {
"ext-memcache": "memcache caching",
"ext-memcached": "memcached caching",

2178
composer.lock generated

File diff suppressed because it is too large Load Diff