Skip to content

Commit

Permalink
Fix php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
jordisala1991 committed Mar 28, 2022
1 parent 2c6f0b3 commit 98436f3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"doctrine/doctrine-fixtures-bundle": "^3.4",
"doctrine/orm": "^2.5",
"doctrine/persistence": "^2.0",
"friendsofphp/php-cs-fixer": "^3.4",
"gedmo/doctrine-extensions": "^3.0",
"knplabs/doctrine-behaviors": "^2.2",
"matthiasnoback/symfony-config-test": "^4.2",
Expand Down Expand Up @@ -79,6 +80,10 @@
}
},
"config": {
"allow-plugins": {
"composer/package-versions-deprecated": true,
"phpstan/extension-installer": true
},
"sort-packages": true
}
}

0 comments on commit 98436f3

Please sign in to comment.