mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 10:36:52 +03:00
Update Flex endpoint
This commit is contained in:
@@ -627,6 +627,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [sonata-project/page-bundle](https://packagist.org/packages/sonata-project/page-bundle) | [4.9](../../../tree/main/sonata-project/page-bundle/4.9) |
|
||||
| [sonata-project/translation-bundle](https://packagist.org/packages/sonata-project/translation-bundle) | [2.3](../../../tree/main/sonata-project/translation-bundle/2.3) |
|
||||
| [sonata-project/twig-extensions](https://packagist.org/packages/sonata-project/twig-extensions) | [1.2](../../../tree/main/sonata-project/twig-extensions/1.2) |
|
||||
| [soviann/deploy-tasks-bundle](https://packagist.org/packages/soviann/deploy-tasks-bundle) | [0.1](../../../tree/main/soviann/deploy-tasks-bundle/0.1) |
|
||||
| [spatie/symfony-ignition-bundle](https://packagist.org/packages/spatie/symfony-ignition-bundle) | [0.0](../../../tree/main/spatie/symfony-ignition-bundle/0.0) |
|
||||
| [specshaper/encrypt-bundle](https://packagist.org/packages/specshaper/encrypt-bundle) | [3.0](../../../tree/main/specshaper/encrypt-bundle/3.0) |
|
||||
| [spiechu/symfony-commons-bundle](https://packagist.org/packages/spiechu/symfony-commons-bundle) | [0.1](../../../tree/main/spiechu/symfony-commons-bundle/0.1) |
|
||||
|
||||
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"manifests": {
|
||||
"soviann/deploy-tasks-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Soviann\\DeployTasksBundle\\SoviannDeployTasksBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/",
|
||||
"deploy/": "deploy/"
|
||||
},
|
||||
"copy-from-package": {
|
||||
"bin/deploy-tasks-host.sh.dist": "%BIN_DIR%/deploy-tasks-host.sh"
|
||||
},
|
||||
"gitignore": [
|
||||
"/.deploy-tasks-host.log",
|
||||
"/.deploy-tasks-host.lock",
|
||||
"/deploy-tasks-host.local.sh"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/packages/soviann_deploy_tasks.yaml": {
|
||||
"contents": [
|
||||
"soviann_deploy_tasks:",
|
||||
" storage:",
|
||||
" type: filesystem",
|
||||
" filesystem:",
|
||||
" path: '%kernel.project_dir%/var/deploy-tasks'",
|
||||
"",
|
||||
" # Full reference: vendor/soviann/deploy-tasks-bundle/docs/",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"deploy/host-tasks/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "a4fd9d706a78ebc8df5a6d0bfda60ab0b8c4d674"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2011,6 +2011,9 @@
|
||||
"sonata-project/twig-extensions": [
|
||||
"1.2"
|
||||
],
|
||||
"soviann/deploy-tasks-bundle": [
|
||||
"0.1"
|
||||
],
|
||||
"spatie/symfony-ignition-bundle": [
|
||||
"0.0"
|
||||
],
|
||||
|
||||
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"manifests": {
|
||||
"soviann/deploy-tasks-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Soviann\\DeployTasksBundle\\SoviannDeployTasksBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/",
|
||||
"deploy/": "deploy/"
|
||||
},
|
||||
"copy-from-package": {
|
||||
"bin/deploy-tasks-host.sh.dist": "%BIN_DIR%/deploy-tasks-host.sh"
|
||||
},
|
||||
"gitignore": [
|
||||
"/.deploy-tasks-host.log",
|
||||
"/.deploy-tasks-host.lock",
|
||||
"/deploy-tasks-host.local.sh"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/packages/soviann_deploy_tasks.yaml": {
|
||||
"contents": [
|
||||
"soviann_deploy_tasks:",
|
||||
" storage:",
|
||||
" type: filesystem",
|
||||
" filesystem:",
|
||||
" path: '%kernel.project_dir%/var/deploy-tasks'",
|
||||
"",
|
||||
" # Full reference: vendor/soviann/deploy-tasks-bundle/docs/",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"deploy/host-tasks/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "a4fd9d706a78ebc8df5a6d0bfda60ab0b8c4d674"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user