:octocat: dependency update

This commit is contained in:
smiley
2024-09-17 17:31:21 +02:00
parent 034b3a383f
commit aeb1af558f
+7 -7
View File
@@ -54,11 +54,11 @@
"require-dev": {
"ext-fileinfo": "*",
"chillerlan/php-authenticator": "^5.2.1",
"intervention/image": "^3.7",
"phpbench/phpbench": "^1.2.15",
"phpunit/phpunit": "^11.2",
"intervention/image": "^3.8",
"phpbench/phpbench": "^1.3",
"phpunit/phpunit": "^11.3",
"phpmd/phpmd": "^2.15",
"phpstan/phpstan": "^1.11",
"phpstan/phpstan": "^1.12",
"phpstan/phpstan-deprecation-rules": "^1.2",
"setasign/fpdf": "^1.8.2",
"slevomat/coding-standard": "^8.15",
@@ -72,13 +72,13 @@
},
"autoload": {
"psr-4": {
"chillerlan\\QRCode\\": "src/"
"chillerlan\\QRCode\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"chillerlan\\QRCodeBenchmark\\": "benchmark/",
"chillerlan\\QRCodeTest\\": "tests/"
"chillerlan\\QRCodeBenchmark\\": "benchmark",
"chillerlan\\QRCodeTest\\": "tests"
}
},
"scripts": {