|
@@ -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.",
|