Update Flex endpoint

This commit is contained in:
github-action[bot]
2022-12-15 07:00:03 +00:00
parent ca2874eff4
commit b3a3ae603b
4 changed files with 58 additions and 0 deletions
+1
View File
@@ -456,6 +456,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) | [3.9](sonata-project/page-bundle/3.9) |
| [sonata-project/translation-bundle](https://packagist.org/packages/sonata-project/translation-bundle) | [2.3](sonata-project/translation-bundle/2.3) |
| [sonata-project/twig-extensions](https://packagist.org/packages/sonata-project/twig-extensions) | [1.2](sonata-project/twig-extensions/1.2) |
| [spatie/symfony-ignition-bundle](https://packagist.org/packages/spatie/symfony-ignition-bundle) | [0.0](spatie/symfony-ignition-bundle/0.0) |
| [spiechu/symfony-commons-bundle](https://packagist.org/packages/spiechu/symfony-commons-bundle) | [0.1](spiechu/symfony-commons-bundle/0.1) |
| [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) |
@@ -0,0 +1,27 @@
{
"manifests": {
"spatie/symfony-ignition-bundle": {
"manifest": {
"bundles": {
"Spatie\\SymfonyIgnitionBundle\\IgnitionBundle": [
"dev"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/ignition.yaml": {
"contents": [
"ignition:",
" dark_mode: false",
""
],
"executable": false
}
},
"ref": "5e504db6aa95f5d8f664f6c9e073c406fb60c85d"
}
}
}
+3
View File
@@ -1428,6 +1428,9 @@
"sonata-project/twig-extensions": [
"1.2"
],
"spatie/symfony-ignition-bundle": [
"0.0"
],
"spiechu/symfony-commons-bundle": [
"0.1"
],
+27
View File
@@ -0,0 +1,27 @@
{
"manifests": {
"spatie/symfony-ignition-bundle": {
"manifest": {
"bundles": {
"Spatie\\SymfonyIgnitionBundle\\IgnitionBundle": [
"dev"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/ignition.yaml": {
"contents": [
"ignition:",
" dark_mode: false",
""
],
"executable": false
}
},
"ref": "5e504db6aa95f5d8f664f6c9e073c406fb60c85d"
}
}
}