We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e06d36 commit 87b8fe3Copy full SHA for 87b8fe3
composer.json
@@ -12,7 +12,7 @@
12
"require": {
13
"php": ">=8.0",
14
"ext-intl": "*",
15
- "kiczort/polish-validator": "^1.1",
+ "kiczort/polish-validator": "^1.2",
16
"symfony/config" : "~6.1",
17
"symfony/http-kernel" : "~6.1",
18
"symfony/dependency-injection" : "~6.1",
tests/Constraints/RegonValidatorTest.php
@@ -94,6 +94,7 @@ public function getInvalidRegonNumbers()
94
['1234567890'],
95
['123456789012345'],
96
['12345678'],
97
+ 'Long REGON validation' => ['12346678512347']
98
];
99
}
100
0 commit comments