Skip to content

Commit

Permalink
Merge pull request #23 from dokobit/DEV-2207
Browse files Browse the repository at this point in the history
DEV-2207 Removed symfony/intl requirement
  • Loading branch information
irojus authored Jan 6, 2023
2 parents cbb02ea + b44140d commit 6a737d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"require": {
"php" : "^7.2.5",
"guzzlehttp/guzzle" : "^7.0",
"symfony/validator" : "~3.4|~4.4|~5.2",
"symfony/intl" : "^5.2"
"symfony/validator" : "~3.4|~4.4|~5.2"
},
"require-dev": {
"psr/log" : "~1.0",
Expand Down

0 comments on commit 6a737d5

Please sign in to comment.