Skip to content

Commit aeb1af5

Browse files
committed
:octocat: dependency update
1 parent 034b3a3 commit aeb1af5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@
5454
"require-dev": {
5555
"ext-fileinfo": "*",
5656
"chillerlan/php-authenticator": "^5.2.1",
57-
"intervention/image": "^3.7",
58-
"phpbench/phpbench": "^1.2.15",
59-
"phpunit/phpunit": "^11.2",
57+
"intervention/image": "^3.8",
58+
"phpbench/phpbench": "^1.3",
59+
"phpunit/phpunit": "^11.3",
6060
"phpmd/phpmd": "^2.15",
61-
"phpstan/phpstan": "^1.11",
61+
"phpstan/phpstan": "^1.12",
6262
"phpstan/phpstan-deprecation-rules": "^1.2",
6363
"setasign/fpdf": "^1.8.2",
6464
"slevomat/coding-standard": "^8.15",
@@ -72,13 +72,13 @@
7272
},
7373
"autoload": {
7474
"psr-4": {
75-
"chillerlan\\QRCode\\": "src/"
75+
"chillerlan\\QRCode\\": "src"
7676
}
7777
},
7878
"autoload-dev": {
7979
"psr-4": {
80-
"chillerlan\\QRCodeBenchmark\\": "benchmark/",
81-
"chillerlan\\QRCodeTest\\": "tests/"
80+
"chillerlan\\QRCodeBenchmark\\": "benchmark",
81+
"chillerlan\\QRCodeTest\\": "tests"
8282
}
8383
},
8484
"scripts": {

0 commit comments

Comments
 (0)