Skip to content

Commit

Permalink
move predis/predis snc/redis-bundle from require-dev to require
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeygeno committed Sep 14, 2023
1 parent 1088aa2 commit 37886d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alexgeno/phone-verification-bundle",
"description":"A Symfony bundle to verify a phone via notification channels. Any notification channel can be used as a sender. Redis(predis) or MongoDb can be used a storage.",
"description":"A Symfony bundle to verify a phone via notification channels. Any notification channel can be used as a sender. Redis or MongoDb can be used a storage.",
"type": "symfony-bundle",
"keywords":["phone", "verification", "verify", "sms", "2fa", "2factor","authentication", "signin",
"#", "redis", "mongo", "mongodb", "verify-by-phone", "otp", "notification", "notification-channel",
Expand Down Expand Up @@ -40,7 +40,9 @@
"symfony/framework-bundle": "^6.0",
"symfony/translation": "^6.0",
"symfony/console": "^6.0",
"symfony/notifier": "^6.0"
"symfony/notifier": "^6.0",
"predis/predis": "^2.2",
"snc/redis-bundle": "^4.6"
},

"config": {
Expand All @@ -55,8 +57,6 @@
"doctrine/mongodb-odm-bundle": "^4.6",
"m6web/redis-mock": "^5.6",
"php-mock/php-mock-phpunit": "^2.7",
"predis/predis": "^2.2",
"snc/redis-bundle": "^4.6",
"symfony/message-bird-notifier": "^6.0",
"symfony/twilio-notifier": "^6.0",
"symfony/vonage-notifier": "^6.0",
Expand Down

0 comments on commit 37886d8

Please # to comment.