We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59aa2d0 commit 4c501d5Copy full SHA for 4c501d5
composer.json
@@ -9,7 +9,8 @@
9
"process-timeout": 0,
10
"allow-plugins": {
11
"phpstan/extension-installer": true
12
- }
+ },
13
+ "lock": false
14
},
15
"require": {
16
"php": ">=7.4",
@@ -18,9 +19,8 @@
18
19
20
"require-dev": {
21
"composer/composer": "^2.0",
- "micheh/phpcs-gitlab": "^1.1",
22
"mikey179/vfsstream": "1.6.11",
23
- "phpmd/phpmd": "@stable",
+ "phpmd/phpmd": "^2.15",
24
"phpstan/phpstan": "^1.4",
25
"phpstan/phpstan-phpunit": "^1.0",
26
"phpstan/phpstan-strict-rules": "^1.1",
0 commit comments