Added php-cs-fixer to composer dev requirements
This commit is contained in:
parent
32927aea3d
commit
bd079722c0
2 changed files with 2087 additions and 95 deletions
|
@ -53,9 +53,9 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
"require-dev" : {
|
"require-dev" : {
|
||||||
"phpunit/phpunit" : "^9.0"
|
"phpunit/phpunit" : "^9.0",
|
||||||
|
"friendsofphp/php-cs-fixer" : "*"
|
||||||
},
|
},
|
||||||
|
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"ext-memcache": "memcache caching",
|
"ext-memcache": "memcache caching",
|
||||||
"ext-memcached": "memcached caching",
|
"ext-memcached": "memcached caching",
|
||||||
|
|
2178
composer.lock
generated
2178
composer.lock
generated
File diff suppressed because it is too large
Load diff
Reference in a new issue