Explorar o código

:octocat: dependency update

smiley hai 1 ano
pai
achega
aeb1af558f
Modificáronse 1 ficheiros con 7 adicións e 7 borrados
  1. 7 7
      composer.json

+ 7 - 7
composer.json

@@ -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": {