Update Flex endpoint

This commit is contained in:
github-action[bot]
2025-09-09 12:57:50 +00:00
parent 0c8509426a
commit 525a7205c1
4 changed files with 90 additions and 0 deletions
+1
View File
@@ -578,6 +578,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [spatie/symfony-ignition-bundle](https://packagist.org/packages/spatie/symfony-ignition-bundle) | [0.0](spatie/symfony-ignition-bundle/0.0) |
| [specshaper/encrypt-bundle](https://packagist.org/packages/specshaper/encrypt-bundle) | [3.0](specshaper/encrypt-bundle/3.0) |
| [spiechu/symfony-commons-bundle](https://packagist.org/packages/spiechu/symfony-commons-bundle) | [0.1](spiechu/symfony-commons-bundle/0.1) |
| [spiriitlabs/auth-log-bundle](https://packagist.org/packages/spiriitlabs/auth-log-bundle) | [1.0](spiriitlabs/auth-log-bundle/1.0) |
| [spomky-labs/jose-bundle](https://packagist.org/packages/spomky-labs/jose-bundle) | [2.2](spomky-labs/jose-bundle/2.2) |
| [spomky-labs/lexik-jose-bridge](https://packagist.org/packages/spomky-labs/lexik-jose-bridge) | [2.0](spomky-labs/lexik-jose-bridge/2.0) |
| [sprintechnology/firebase-cloud-messaging](https://packagist.org/packages/sprintechnology/firebase-cloud-messaging) | [1.0](sprintechnology/firebase-cloud-messaging/1.0) |
@@ -0,0 +1,43 @@
{
"manifests": {
"spiriitlabs/auth-log-bundle": {
"manifest": {
"bundles": {
"Spiriit\\Bundle\\AuthLogBundle\\SpiriitAuthLogBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": [
" <bg=blue;fg=white> </>",
" <bg=blue;fg=white> Getting Started with </><bg=blue;fg=white;options=bold>spiriit/auth-log-bundle</><bg=blue;fg=white> </>",
" <bg=blue;fg=white> </>",
"",
" * <fg=blue>Configure</> transport sender in <comment>config/packages/spiriit_auth_log.yaml</>",
" * <fg=blue>Read</> the complete documentation at <comment>https://github.com/SpiriitLabs/auth-log-bundle/</>"
]
},
"files": {
"config/packages/spiriit_auth_log.yaml": {
"contents": [
"spiriit_auth_log:",
" # Email notification settings",
" transports:",
" sender_email: no-reply@yourdomain.com",
" sender_name: Your App Security",
"",
"# location: # not required",
"# provider: 'ipApi' # geoip2",
"",
"# messenger: 'messenger.default_bus'",
""
],
"executable": false
}
},
"ref": "15cdf786467adfb74a41d1c14bdb6d8f214991cd"
}
}
}
+3
View File
@@ -1849,6 +1849,9 @@
"spiechu/symfony-commons-bundle": [
"0.1"
],
"spiriitlabs/auth-log-bundle": [
"1.0"
],
"spomky-labs/jose-bundle": [
"2.2"
],
+43
View File
@@ -0,0 +1,43 @@
{
"manifests": {
"spiriitlabs/auth-log-bundle": {
"manifest": {
"bundles": {
"Spiriit\\Bundle\\AuthLogBundle\\SpiriitAuthLogBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": [
" <bg=blue;fg=white> </>",
" <bg=blue;fg=white> Getting Started with </><bg=blue;fg=white;options=bold>spiriit/auth-log-bundle</><bg=blue;fg=white> </>",
" <bg=blue;fg=white> </>",
"",
" * <fg=blue>Configure</> transport sender in <comment>config/packages/spiriit_auth_log.yaml</>",
" * <fg=blue>Read</> the complete documentation at <comment>https://github.com/SpiriitLabs/auth-log-bundle/</>"
]
},
"files": {
"config/packages/spiriit_auth_log.yaml": {
"contents": [
"spiriit_auth_log:",
" # Email notification settings",
" transports:",
" sender_email: no-reply@yourdomain.com",
" sender_name: Your App Security",
"",
"# location: # not required",
"# provider: 'ipApi' # geoip2",
"",
"# messenger: 'messenger.default_bus'",
""
],
"executable": false
}
},
"ref": "15cdf786467adfb74a41d1c14bdb6d8f214991cd"
}
}
}