mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 18:16:46 +03:00
Update Flex endpoint
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1428,6 +1428,9 @@
|
||||
"sonata-project/twig-extensions": [
|
||||
"1.2"
|
||||
],
|
||||
"spatie/symfony-ignition-bundle": [
|
||||
"0.0"
|
||||
],
|
||||
"spiechu/symfony-commons-bundle": [
|
||||
"0.1"
|
||||
],
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user