Skip to content

Commit

Permalink
Merge branch '5.2' into 5.x
Browse files Browse the repository at this point in the history
* 5.2:
  Install notifier and rate-limiter
  • Loading branch information
Nyholm committed Apr 21, 2021
2 parents 803c960 + 236e309 commit 90324fe
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,9 @@ MERCURE_PUBLIC_URL=https://127.0.0.1:8000/.well-known/mercure
# The secret used to sign the JWTs
MERCURE_JWT_SECRET="!ChangeMe!"
###< symfony/mercure-bundle ###

###> symfony/lock ###
# Choose one of the stores below
# postgresql+advisory://db_user:db_password@localhost/db_name
LOCK_DSN=semaphore
###< symfony/lock ###
2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@
"symfony/mercure-bundle": "^0.3.2",
"symfony/messenger": "*",
"symfony/monolog-bundle": "^3.1",
"symfony/notifier": "5.2.*",
"symfony/process": "*",
"symfony/property-access": "*",
"symfony/property-info": "*",
"symfony/proxy-manager-bridge": "*",
"symfony/rate-limiter": "5.2.*",
"symfony/security-bundle": "*",
"symfony/serializer": "*",
"symfony/translation": "*",
Expand Down
27 changes: 27 additions & 0 deletions symfony.lock
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,18 @@
"symfony/intl": {
"version": "v4.4.20"
},
"symfony/lock": {
"version": "5.2",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "master",
"version": "5.2",
"ref": "13350583a83fa636bf45a5fb62da3bdc73be52a1"
},
"files": [
"config/packages/lock.yaml"
]
},
"symfony/mailer": {
"version": "4.3",
"recipe": {
Expand Down Expand Up @@ -334,6 +346,18 @@
"config/packages/test/monolog.yaml"
]
},
"symfony/notifier": {
"version": "5.0",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "master",
"version": "5.0",
"ref": "c31585e252b32fe0e1f30b1f256af553f4a06eb9"
},
"files": [
"config/packages/notifier.yaml"
]
},
"symfony/options-resolver": {
"version": "v4.4.20"
},
Expand Down Expand Up @@ -397,6 +421,9 @@
"symfony/proxy-manager-bridge": {
"version": "v4.4.20"
},
"symfony/rate-limiter": {
"version": "v5.2.6"
},
"symfony/redis-messenger": {
"version": "v5.3.0-beta1"
},
Expand Down

0 comments on commit 90324fe

Please sign in to comment.