We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaed72a commit 6dd3b40Copy full SHA for 6dd3b40
.gitattributes
@@ -9,7 +9,7 @@
9
/.editorconfig export-ignore
10
/.gitattributes export-ignore
11
/.gitignore export-ignore
12
-/phpcs.xml export-ignore
+/phpcs.xml.dist export-ignore
13
/phpunit.xml export-ignore
14
/phpstan.neon export-ignore
15
/README.md export-ignore
src/Validator.php
@@ -6,7 +6,7 @@
6
7
class Validator
8
{
- public const VERSION = '0.1.0';
+ public const VERSION = '1.0.2';
/**
* @param array<string> $publicSuffixList
0 commit comments