Selaa lähdekoodia

:octocat: +phpmd & phpcs

smiley 2 vuotta sitten
vanhempi
commit
5064bfa348
1 muutettua tiedostoa jossa 5 lisäystä ja 2 poistoa
  1. 5 2
      composer.json

+ 5 - 2
composer.json

@@ -37,12 +37,15 @@
 	"require": {
 	"require": {
 		"php": "^7.4 || ^8.0",
 		"php": "^7.4 || ^8.0",
 		"ext-mbstring": "*",
 		"ext-mbstring": "*",
+		"ext-fileinfo": "*",
 		"chillerlan/php-settings-container": "^2.1.4"
 		"chillerlan/php-settings-container": "^2.1.4"
 	},
 	},
 	"require-dev": {
 	"require-dev": {
-		"phpunit/phpunit": "^9.6",
 		"phan/phan": "^5.4",
 		"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": {
 	"suggest": {
 		"chillerlan/php-authenticator": "Yet another Google authenticator! Also creates URIs for mobile apps.",
 		"chillerlan/php-authenticator": "Yet another Google authenticator! Also creates URIs for mobile apps.",