Slack notify

This commit is contained in:
Marko
2023-06-14 17:02:24 +02:00
parent 0579a62931
commit 30a8e73f21
33 changed files with 1334 additions and 1137 deletions

View File

@@ -1,20 +1,19 @@
{
"api-platform/core": {
"version": "2.6",
"version": "3.1",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "2.5",
"ref": "05b57782a78c21a664a42055dc11cf1954ca36bb"
"version": "3.0",
"ref": "0330386d716d3eecc52ee5ac66976e733eb8f961"
},
"files": [
"config/packages/api_platform.yaml",
"config/routes/api_platform.yaml",
"src/Entity/.gitignore"
"src/ApiResource/.gitignore"
]
},
"doctrine/annotations": {
"version": "1.13",
"version": "1.14",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
@@ -23,7 +22,7 @@
}
},
"doctrine/doctrine-bundle": {
"version": "2.8",
"version": "2.9",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
@@ -50,7 +49,7 @@
]
},
"nelmio/cors-bundle": {
"version": "2.2",
"version": "2.3",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
@@ -62,7 +61,7 @@
]
},
"phpunit/phpunit": {
"version": "9.5",
"version": "9.6",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
@@ -112,7 +111,7 @@
]
},
"symfony/flex": {
"version": "2.2",
"version": "2.3",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
@@ -143,7 +142,7 @@
]
},
"symfony/maker-bundle": {
"version": "1.43",
"version": "1.48",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
@@ -163,8 +162,20 @@
"config/packages/monolog.yaml"
]
},
"symfony/notifier": {
"version": "6.1",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "5.0",
"ref": "c31585e252b32fe0e1f30b1f256af553f4a06eb9"
},
"files": [
"config/packages/notifier.yaml"
]
},
"symfony/phpunit-bridge": {
"version": "6.2",
"version": "6.3",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
@@ -203,6 +214,15 @@
"config/packages/security.yaml"
]
},
"symfony/slack-notifier": {
"version": "6.1",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "5.2",
"ref": "192bc241a3095c6861353e5a7a652ad35659ca92"
}
},
"symfony/twig-bundle": {
"version": "6.1",
"recipe": {