Skip to content

Commit

Permalink
Added missing dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ruff committed Sep 26, 2023
1 parent 34122e5 commit dee5d03
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@
"symfony/yaml": "^5.3|^6.0"
},
"require-dev": {
"pdepend/pdepend": "^2",
"phploc/phploc": "^7",
"phpmd/phpmd": "^2",
"phpstan/phpstan": "^1.8",
"phpunit/phpunit": "^9",
"sebastian/phpcpd": "^6",
"squizlabs/php_codesniffer": "^3",
"theseer/phpdox": "^0"
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit dee5d03

Please sign in to comment.