:octocat: +phpmd & phpcs

This commit is contained in:
smiley
2023-03-11 02:26:06 +01:00
parent 39352f801d
commit 5064bfa348
+5 -2
View File
@@ -37,12 +37,15 @@
"require": {
"php": "^7.4 || ^8.0",
"ext-mbstring": "*",
"ext-fileinfo": "*",
"chillerlan/php-settings-container": "^2.1.4"
},
"require-dev": {
"phpunit/phpunit": "^9.6",
"phan/phan": "^5.4",
"setasign/fpdf": "^1.8.2"
"phpunit/phpunit": "^9.6",
"phpmd/phpmd": "^2.13",
"setasign/fpdf": "^1.8.2",
"squizlabs/php_codesniffer": "^3.7"
},
"suggest": {
"chillerlan/php-authenticator": "Yet another Google authenticator! Also creates URIs for mobile apps.",