mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-17 13:36:08 +00:00
:octocat: dependency update
This commit is contained in:
+2
-2
@@ -58,11 +58,11 @@
|
||||
"phpbench/phpbench": "^1.4",
|
||||
"phpunit/phpunit": "^11.5",
|
||||
"phpmd/phpmd": "^2.15",
|
||||
"phpstan/phpstan": "^2.1",
|
||||
"phpstan/phpstan": "^2.1.13",
|
||||
"phpstan/phpstan-deprecation-rules": "^2.0",
|
||||
"setasign/fpdf": "^1.8.6",
|
||||
"slevomat/coding-standard": "^8.15",
|
||||
"squizlabs/php_codesniffer": "^3.11"
|
||||
"squizlabs/php_codesniffer": "^3.12"
|
||||
},
|
||||
"suggest": {
|
||||
"chillerlan/php-authenticator": "Yet another Google authenticator! Also creates URIs for mobile apps.",
|
||||
|
||||
@@ -228,6 +228,12 @@ parameters:
|
||||
count: 1
|
||||
path: tests/Common/MaskPatternTest.php
|
||||
|
||||
-
|
||||
message: '#^Catching internal class PHPUnit\\Framework\\ExpectationFailedException\.$#'
|
||||
identifier: catch.internalClass
|
||||
count: 1
|
||||
path: tests/Data/DataInterfaceTestAbstract.php
|
||||
|
||||
-
|
||||
message: '#^Parameter \#1 \$string of static method chillerlan\\QRCode\\Data\\QRDataModeInterface\:\:validateString\(\) expects string, string\|false given\.$#'
|
||||
identifier: argument.type
|
||||
|
||||
Reference in New Issue
Block a user