mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
Update Flex endpoint
This commit is contained in:
@@ -146,6 +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) |
|
||||
| [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) |
|
||||
|
||||
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"manifests": {
|
||||
"eniams/safe-migrations": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Eniams\\SafeMigrationsBundle\\SafeMigrationsBundle": [
|
||||
"dev"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/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",
|
||||
" # - '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": "892de2d7a992ca0f30290182f12676d385d2078a"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"manifests": {
|
||||
"eniams/safe-migrations": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Eniams\\SafeMigrationsBundle\\SafeMigrationsBundle": [
|
||||
"dev"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/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",
|
||||
" # - '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": "892de2d7a992ca0f30290182f12676d385d2078a"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -444,6 +444,9 @@
|
||||
"enhavo/app-bundle": [
|
||||
"0.9"
|
||||
],
|
||||
"eniams/safe-migrations": [
|
||||
"0.1"
|
||||
],
|
||||
"enigma972/orange-sms-notifier": [
|
||||
"6.1"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user