We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a7e98f commit 000ff17Copy full SHA for 000ff17
.gitattributes
@@ -10,5 +10,6 @@ phpunit.xml.dist export-ignore
10
.github/ export-ignore
11
src/CountryCodeToRegionCodeMapForTesting.php export-ignore
12
phpstan.neon.dist export-ignore
13
+infection.json5 export-ignore
14
15
* text=auto
composer.json
@@ -54,6 +54,7 @@
54
"phpunit.xml.dist",
55
"phpstan.neon.dist",
56
".php-cs-fixer.dist.php",
57
+ "infection.json5",
58
"src/CountryCodeToRegionCodeMapForTesting.php"
59
]
60
},
0 commit comments