Skip to content

Commit

Permalink
Update composer.json dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ganiuszka committed Jul 21, 2023
1 parent 933fc93 commit 98009e2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@
"bacularis/bacularis-common": "*"
},
"require-dev": {
"phpstan/phpstan": "1.8.11"
"phpstan/phpstan": "1.8.11",
"friendsofphp/php-cs-fixer": "^3"
},
"autoload": {
"psr-4": {
Expand All @@ -81,7 +82,8 @@
},
"scripts": {
"analyse": [
"phpstan analyse Web"
"phpstan analyse Web",
"php-cs-fixer fix -vvv --dry-run --using-cache=no"
]
},
"support" : {
Expand Down

0 comments on commit 98009e2

Please sign in to comment.