Skip to content

Commit

Permalink
Translations - Require symfony/translation component
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Mistulov committed Jun 13, 2019
1 parent 8c73e86 commit 5e95589
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@
},
"require": {
"prowebcraft/php-json-db": "~0.1",
"telegram-bot/api": "~2.3.7",
"telegram-bot/api": "~2.3.13",
"symfony/console": "~3.3",
"monolog/monolog": "~1.23.0"
"monolog/monolog": "~1.23.0",
"symfony/translation": "^4.3"
}
}

0 comments on commit 5e95589

Please sign in to comment.