Skip to content

Commit

Permalink
Merge pull request #25 from dokobit/DEV-3192
Browse files Browse the repository at this point in the history
DEV-3192 PHP 8 support and symfony/intl requirement
  • Loading branch information
vbdoko committed Jan 6, 2023
2 parents 6a737d5 + 18d6773 commit e4f8376
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -7,7 +7,7 @@
"homepage": "https://www.dokobit.com",

"require": {
"php" : "^7.2.5",
"php" : "^7.2.5|^8.0",
"guzzlehttp/guzzle" : "^7.0",
"symfony/validator" : "~3.4|~4.4|~5.2"
},
Expand Down
1 change: 0 additions & 1 deletion src/Query/Signing/AddSigner.php
Expand Up @@ -91,7 +91,6 @@ public function getValidationConstraints(): Assert\Collection
]),
'country_code' => new Assert\Optional([
new Assert\NotBlank(),
new Assert\Country(),
]),
'city' => new Assert\Optional([
new Assert\NotBlank(),
Expand Down
1 change: 0 additions & 1 deletion src/Query/Signing/Create.php
Expand Up @@ -180,7 +180,6 @@ public function getValidationConstraints(): Assert\Collection
]),
'country_code' => new Assert\Optional([
new Assert\NotBlank(),
new Assert\Country(),
]),
'city' => new Assert\Optional([
new Assert\NotBlank(),
Expand Down

0 comments on commit e4f8376

Please sign in to comment.