Update Flex endpoint

This commit is contained in:
github-action[bot]
2023-05-07 09:38:53 +00:00
parent d686a411ce
commit 23a16f350e
4 changed files with 44 additions and 6 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [emag-tech-labs/rabbitmq-bundle](https://packagist.org/packages/emag-tech-labs/rabbitmq-bundle) | [2.0](emag-tech-labs/rabbitmq-bundle/2.0) |
| [emanuilnikolov/igdb-api-bundle](https://packagist.org/packages/emanuilnikolov/igdb-api-bundle) | [1.0](emanuilnikolov/igdb-api-bundle/1.0) |
| [enhavo/app-bundle](https://packagist.org/packages/enhavo/app-bundle) | [0.9](enhavo/app-bundle/0.9) |
| [eniams/safe-migrations](https://packagist.org/packages/eniams/safe-migrations) | [0.1](eniams/safe-migrations/0.1) |
| [eniams/safe-migrations](https://packagist.org/packages/eniams/safe-migrations) | [1.0](eniams/safe-migrations/1.0) |
| [enigma972/orange-sms-notifier](https://packagist.org/packages/enigma972/orange-sms-notifier) | [6.1](enigma972/orange-sms-notifier/6.1) |
| [enigma972/user-bundle](https://packagist.org/packages/enigma972/user-bundle) | [0.4](enigma972/user-bundle/0.4) |
| [enqueue/amqp-bunny](https://packagist.org/packages/enqueue/amqp-bunny) | [0.7](enqueue/amqp-bunny/0.7) |
@@ -4,7 +4,7 @@
"manifest": {
"bundles": {
"Eniams\\SafeMigrationsBundle\\SafeMigrationsBundle": [
"dev"
"all"
]
},
"copy-from-recipe": {
@@ -12,14 +12,14 @@
}
},
"files": {
"config/safe_migrations.yaml": {
"config/packages/safe_migrations.yaml": {
"contents": [
"# https://github.com/ismail1432/safe-migrations-bundle",
"safe_migrations:",
" # The path where the doctrine migrations are stored. (required)",
" migrations_path: '%kernel.project_dir%/migrations'",
" # List of critical tables that need a warning when they are modified. (optional)",
" # critical_tables: # List of critical tables",
" # critical_tables:",
" # - 'user'",
" # - 'product'",
" # - ...",
@@ -32,7 +32,7 @@
"executable": false
}
},
"ref": "892de2d7a992ca0f30290182f12676d385d2078a"
"ref": "9373c51640e1467579b1f638c51dd419901523fe"
}
}
}
+38
View File
@@ -0,0 +1,38 @@
{
"manifests": {
"eniams/safe-migrations": {
"manifest": {
"bundles": {
"Eniams\\SafeMigrationsBundle\\SafeMigrationsBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/safe_migrations.yaml": {
"contents": [
"# https://github.com/ismail1432/safe-migrations-bundle",
"safe_migrations:",
" # The path where the doctrine migrations are stored. (required)",
" migrations_path: '%kernel.project_dir%/migrations'",
" # List of critical tables that need a warning when they are modified. (optional)",
" # critical_tables:",
" # - 'user'",
" # - 'product'",
" # - ...",
" # The statement that will be excluded from check. (optional)",
" # excluded_statements: # List of operations that not need a warning",
" # - 'TRUNCATE TABLE'",
" # - ...",
""
],
"executable": false
}
},
"ref": "9373c51640e1467579b1f638c51dd419901523fe"
}
}
}
+1 -1
View File
@@ -445,7 +445,7 @@
"0.9"
],
"eniams/safe-migrations": [
"0.1"
"1.0"
],
"enigma972/orange-sms-notifier": [
"6.1"