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:
@@ -30,6 +30,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [anyx/login-gate-bundle](https://packagist.org/packages/anyx/login-gate-bundle) | [1.0](anyx/login-gate-bundle/1.0) |
|
||||
| [arad021/entity-already-exists-validation-constraint](https://packagist.org/packages/arad021/entity-already-exists-validation-constraint) | [1.0](arad021/entity-already-exists-validation-constraint/1.0) |
|
||||
| [armin/scssphp-bundle](https://packagist.org/packages/armin/scssphp-bundle) | [1.0](armin/scssphp-bundle/1.0) |
|
||||
| [artack/svg-inline-bundle](https://packagist.org/packages/artack/svg-inline-bundle) | [1.0](artack/svg-inline-bundle/1.0) |
|
||||
| [artox-lab/clarc-bundle](https://packagist.org/packages/artox-lab/clarc-bundle) | [0.1](artox-lab/clarc-bundle/0.1) |
|
||||
| [artox-lab/clarc-message-bus-bundle](https://packagist.org/packages/artox-lab/clarc-message-bus-bundle) | [1.0](artox-lab/clarc-message-bus-bundle/1.0) |
|
||||
| [artox-lab/sms-bundle](https://packagist.org/packages/artox-lab/sms-bundle) | [1.0](artox-lab/sms-bundle/1.0) |
|
||||
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"manifests": {
|
||||
"artack/svg-inline-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Artack\\SvgInlineBundle\\SvgInlineBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/artack_svg_inline.yaml": {
|
||||
"contents": [
|
||||
"svg_inline:",
|
||||
" path: \"%kernel.project_dir%/assets/svg\"",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "2efd7e97ed639c30c26e50642b93c85367757680"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"manifests": {
|
||||
"artack/svg-inline-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Artack\\SvgInlineBundle\\SvgInlineBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/artack_svg_inline.yaml": {
|
||||
"contents": [
|
||||
"svg_inline:",
|
||||
" path: \"%kernel.project_dir%/assets/svg\"",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "2efd7e97ed639c30c26e50642b93c85367757680"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -80,6 +80,9 @@
|
||||
"armin/scssphp-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
"artack/svg-inline-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
"artox-lab/clarc-bundle": [
|
||||
"0.1"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user