Skip to content

Commit

Permalink
Fix long REGON validator
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Mleczko <michal@mleczko.waw.pl>
  • Loading branch information
mleczakm committed Jan 31, 2023
1 parent 3e06d36 commit 87b8fe3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"require": {
"php": ">=8.0",
"ext-intl": "*",
"kiczort/polish-validator": "^1.1",
"kiczort/polish-validator": "^1.2",
"symfony/config" : "~6.1",
"symfony/http-kernel" : "~6.1",
"symfony/dependency-injection" : "~6.1",
Expand Down
1 change: 1 addition & 0 deletions tests/Constraints/RegonValidatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ public function getInvalidRegonNumbers()
['1234567890'],
['123456789012345'],
['12345678'],
'Long REGON validation' => ['12346678512347']
];
}

Expand Down

0 comments on commit 87b8fe3

Please sign in to comment.