Skip to content

Commit

Permalink
cs-fixer update (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin255 authored Aug 8, 2021
1 parent 64835d7 commit a6475cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ vendor
composer.lock
.php_cs.cache
.phpunit.result.cache
.php-cs-fixer.cache

tests/coverage
docker/.env
test.php

.~lock.*
.~lock.*
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"require-dev": {
"phpunit/phpunit": "^9.0",
"friendsofphp/php-cs-fixer": "^2.11",
"friendsofphp/php-cs-fixer": "^2.11|^3.0",
"sebastian/phpcpd": "^6.0",
"vimeo/psalm": "^4.0",
"psalm/plugin-phpunit": "^0.15"
Expand Down

0 comments on commit a6475cc

Please sign in to comment.