mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-30 03:58:28 +00:00
:octocat: dependency update
This commit is contained in:
+7
-7
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user