Skip to content

Commit

Permalink
Update phpmd composer syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
frankdekker committed Dec 3, 2023
1 parent 7b5bc28 commit 6cef971
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"digitalrevolution/phpunit-file-coverage-inspection": "^v2.0",
"roave/security-advisories": "dev-latest",
"squizlabs/php_codesniffer": "^3.6",
"phpmd/phpmd": "@stable",
"phpmd/phpmd": "^2.14",
"phpunit/phpunit": "^9.5",
"phpstan/phpstan": "^1.4",
"phpstan/phpstan-phpunit": "^1.0",
"phpstan/phpstan-strict-rules": "^1.1",
"phpstan/extension-installer": "^1.1"
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-phpunit": "^1.3",
"phpstan/phpstan-strict-rules": "^1.5",
"phpstan/extension-installer": "^1.3"
},
"scripts": {
"check": ["@check:phpstan", "@check:phpmd", "@check:phpcs"],
Expand Down

0 comments on commit 6cef971

Please sign in to comment.