Skip to content

Commit 37886d8

Browse files
committed
move predis/predis snc/redis-bundle from require-dev to require
1 parent 1088aa2 commit 37886d8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "alexgeno/phone-verification-bundle",
3-
"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.",
3+
"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.",
44
"type": "symfony-bundle",
55
"keywords":["phone", "verification", "verify", "sms", "2fa", "2factor","authentication", "signin",
66
"signup", "redis", "mongo", "mongodb", "verify-by-phone", "otp", "notification", "notification-channel",
@@ -40,7 +40,9 @@
4040
"symfony/framework-bundle": "^6.0",
4141
"symfony/translation": "^6.0",
4242
"symfony/console": "^6.0",
43-
"symfony/notifier": "^6.0"
43+
"symfony/notifier": "^6.0",
44+
"predis/predis": "^2.2",
45+
"snc/redis-bundle": "^4.6"
4446
},
4547

4648
"config": {
@@ -55,8 +57,6 @@
5557
"doctrine/mongodb-odm-bundle": "^4.6",
5658
"m6web/redis-mock": "^5.6",
5759
"php-mock/php-mock-phpunit": "^2.7",
58-
"predis/predis": "^2.2",
59-
"snc/redis-bundle": "^4.6",
6060
"symfony/message-bird-notifier": "^6.0",
6161
"symfony/twilio-notifier": "^6.0",
6262
"symfony/vonage-notifier": "^6.0",

0 commit comments

Comments
 (0)