We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21f0d00 commit b03f92fCopy full SHA for b03f92f
2 files changed
packages/php-linting-rules/composer.json
@@ -17,11 +17,12 @@
17
"php": "^8.2",
18
"larastan/larastan": "^3.0",
19
"tightenco/tlint": "^9.5",
20
- "phpmd/phpmd": "^2.15",
+ "phpmd/phpmd": "^3.x-dev",
21
"symplify/easy-coding-standard": "^12.5",
22
"slevomat/coding-standard": "^8.0",
23
"phpstan/phpstan-mockery": "^2.0",
24
- "mockery/mockery": "^1.6"
+ "mockery/mockery": "^1.6",
25
+ "squizlabs/php_codesniffer": "3.13.2"
26
},
27
"autoload": {
28
"psr-4": {
@@ -35,6 +36,6 @@
35
36
"allow-plugins": {
37
"dealerdirect/phpcodesniffer-composer-installer": true
38
}
- }
39
+ },
40
+ "minimum-stability": "dev"
41
-
0 commit comments