mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-09-11 18:26:33 +00:00
🚿 dependency update
This commit is contained in:
+6
-6
@@ -54,15 +54,15 @@
|
||||
"require-dev": {
|
||||
"ext-fileinfo": "*",
|
||||
"chillerlan/php-authenticator": "^5.2.1",
|
||||
"intervention/image": "^3.8",
|
||||
"phpbench/phpbench": "^1.3",
|
||||
"phpunit/phpunit": "^11.3",
|
||||
"intervention/image": "^3.11",
|
||||
"phpbench/phpbench": "^1.4",
|
||||
"phpunit/phpunit": "^11.5",
|
||||
"phpmd/phpmd": "^2.15",
|
||||
"phpstan/phpstan": "^2.0",
|
||||
"phpstan/phpstan": "^2.1",
|
||||
"phpstan/phpstan-deprecation-rules": "^2.0",
|
||||
"setasign/fpdf": "^1.8.2",
|
||||
"setasign/fpdf": "^1.8.6",
|
||||
"slevomat/coding-standard": "^8.15",
|
||||
"squizlabs/php_codesniffer": "^3.10"
|
||||
"squizlabs/php_codesniffer": "^3.11"
|
||||
},
|
||||
"suggest": {
|
||||
"chillerlan/php-authenticator": "Yet another Google authenticator! Also creates URIs for mobile apps.",
|
||||
|
||||
+1
-2
@@ -110,9 +110,8 @@
|
||||
<exclude-pattern>examples</exclude-pattern>
|
||||
</rule>
|
||||
|
||||
<rule ref="SlevomatCodingStandard.TypeHints.UnionTypeHintFormat">
|
||||
<rule ref="SlevomatCodingStandard.TypeHints.DNFTypeHintFormat">
|
||||
<properties>
|
||||
<property name="withSpaces" value="no"/>
|
||||
<property name="shortNullable" value="no"/>
|
||||
<property name="nullPosition" value="last"/>
|
||||
</properties>
|
||||
|
||||
Reference in New Issue
Block a user