🚿 dependency update

This commit is contained in:
smiley
2025-03-14 20:01:50 +01:00
parent 0a8d48da67
commit 965146f210
2 changed files with 7 additions and 8 deletions
+6 -6
View File
@@ -54,15 +54,15 @@
"require-dev": {
"ext-fileinfo": "*",
"chillerlan/php-authenticator": "^5.2.1",
"intervention/image": "^3.8",
"phpbench/phpbench": "^1.3",
"phpunit/phpunit": "^11.3",
"intervention/image": "^3.11",
"phpbench/phpbench": "^1.4",
"phpunit/phpunit": "^11.5",
"phpmd/phpmd": "^2.15",
"phpstan/phpstan": "^2.0",
"phpstan/phpstan": "^2.1",
"phpstan/phpstan-deprecation-rules": "^2.0",
"setasign/fpdf": "^1.8.2",
"setasign/fpdf": "^1.8.6",
"slevomat/coding-standard": "^8.15",
"squizlabs/php_codesniffer": "^3.10"
"squizlabs/php_codesniffer": "^3.11"
},
"suggest": {
"chillerlan/php-authenticator": "Yet another Google authenticator! Also creates URIs for mobile apps.",
+1 -2
View File
@@ -110,9 +110,8 @@
<exclude-pattern>examples</exclude-pattern>
</rule>
<rule ref="SlevomatCodingStandard.TypeHints.UnionTypeHintFormat">
<rule ref="SlevomatCodingStandard.TypeHints.DNFTypeHintFormat">
<properties>
<property name="withSpaces" value="no"/>
<property name="shortNullable" value="no"/>
<property name="nullPosition" value="last"/>
</properties>