Skip to content

Commit

Permalink
[FEATURE] Provide webhook for new releases
Browse files Browse the repository at this point in the history
Resolves #375
  • Loading branch information
gilbertsoft committed Apr 26, 2023
1 parent 642c176 commit 0098d6a
Show file tree
Hide file tree
Showing 9 changed files with 670 additions and 160 deletions.
7 changes: 7 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,10 @@ APP_DOMAIN=typo3.org
###> t3g/symfony-usercentrics-bundle ###
USERCENTRICS_ID="R9wBKTwzv"
###< t3g/symfony-usercentrics-bundle ###

###> symfony/messenger ###
# Choose one of the transports below
# MESSENGER_TRANSPORT_DSN=amqp://guest:guest@localhost:5672/%2f/messages
# MESSENGER_TRANSPORT_DSN=redis://localhost:6379/messages
MESSENGER_TRANSPORT_DSN=doctrine://default?auto_setup=0
###< symfony/messenger ###
20 changes: 11 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,20 +54,20 @@
"nelmio/api-doc-bundle": "^4.11.1",
"nelmio/cors-bundle": "^2.3.1",
"nelmio/security-bundle": "^3",
"psr/log": "^3",
"psr/log": "^3.0",
"symfony/asset": "^6.2.7",
"symfony/cache": "^6.2.8",
"symfony/cache-contracts": "^3.2.1",
"symfony/console": "^6.2.8",
"symfony/dependency-injection": "^6.2.8",
"symfony/dependency-injection": "^6.3",
"symfony/dotenv": "^6.2.8",
"symfony/expression-language": "^6.2.7",
"symfony/flex": "^2.2.5",
"symfony/form": "^6.2.8",
"symfony/framework-bundle": "^6.2.9",
"symfony/http-client": "^6.2.9",
"symfony/http-foundation": "^6.2.8",
"symfony/http-kernel": "^6.2.9",
"symfony/framework-bundle": "^6.3",
"symfony/http-client": "^6.3",
"symfony/http-foundation": "^6.3",
"symfony/http-kernel": "^6.3",
"symfony/intl": "^6.2.9",
"symfony/mailer": "^6.2.8",
"symfony/mime": "^6.2.7",
Expand All @@ -76,16 +76,17 @@
"symfony/process": "^6.2.8",
"symfony/property-access": "^6.2.8",
"symfony/property-info": "^6.2.8",
"symfony/proxy-manager-bridge": "^6.2.7",
"symfony/proxy-manager-bridge": "^6.3",
"symfony/routing": "^6.2.8",
"symfony/runtime": "^6.2.8",
"symfony/security-bundle": "^6.2.8",
"symfony/security-http": "^6.2.8",
"symfony/serializer": "^6.2.8",
"symfony/serializer": "^6.3",
"symfony/translation": "^6.2.8",
"symfony/twig-bundle": "^6.2.7",
"symfony/validator": "^6.2.8",
"symfony/validator": "^6.3",
"symfony/web-link": "^6.2.7",
"symfony/webhook": "^6.3",
"symfony/yaml": "^6.2.7",
"t3g/symfony-template-bundle": "^3.5",
"t3g/symfony-usercentrics-bundle": "^1.0.2 || dev-master",
Expand Down Expand Up @@ -128,6 +129,7 @@
"conflict": {
"symfony/symfony": "*"
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 0098d6a

Please sign in to comment.