Skip to content

Commit dcb4f0f

Browse files
authored
Merge pull request #236 from sprain/thePanz-updarte-phpstan-level-6
Adjust to PHPStan level 7
2 parents 3a79742 + da0ef5e commit dcb4f0f

File tree

7 files changed

+441
-580
lines changed

7 files changed

+441
-580
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"php": "^8.0.0|^8.1.0|^8.2.0",
88
"ext-dom": "*",
99
"ext-bcmath": "*",
10+
"ext-iconv": "*",
1011
"symfony/validator": "^4.4|^5.0|^6.0",
1112
"symfony/intl": "^4.4|^5.0|^6.0",
1213
"kmukku/php-iso11649": "^1.5",
@@ -20,7 +21,7 @@
2021
"fpdf/fpdf": "^1.85",
2122
"friendsofphp/php-cs-fixer": "^3.15",
2223
"khanamiryan/qrcode-detector-decoder": "^1.0.3",
23-
"phpstan/phpstan": "^1.10.37",
24+
"phpstan/phpstan": "^1.11-dev",
2425
"setasign/fpdi": "^2.3.5",
2526
"setasign/fpdf": "^1.8.2",
2627
"tecnickcom/tcpdf": "^6.3.2"

0 commit comments

Comments
 (0)