We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9f35df commit 1e63763Copy full SHA for 1e63763
2 files changed
composer.json
@@ -39,14 +39,14 @@
39
"ext-json": "*",
40
"ext-ctype": "*",
41
"nikic/php-parser": "^4.12",
42
- "symfony/console": "^4.4"
+ "symfony/console": "^4.4|^5.0"
43
},
44
"require-dev": {
45
"phpunit/phpunit": "^7.5",
46
"phpmd/phpmd": "^2.10",
47
- "sebastian/phpcpd": "^4.1",
+ "sebastian/phpcpd": "^5.0",
48
"squizlabs/php_codesniffer": "^3.6",
49
- "phploc/phploc": "^4.0",
+ "phploc/phploc": "^2.0",
50
"jakub-onderka/php-parallel-lint": "^1.0"
51
52
"bin": [
0 commit comments