mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-21 04:16:24 +03:00
Update Flex endpoint
This commit is contained in:
@@ -512,6 +512,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [slot/mandrill-bundle](https://packagist.org/packages/slot/mandrill-bundle) | [1.1](slot/mandrill-bundle/1.1) |
|
||||
| [snc/redis-bundle](https://packagist.org/packages/snc/redis-bundle) | [2.0](snc/redis-bundle/2.0) |
|
||||
| [softavis/flysystem-cloudflare-bundle](https://packagist.org/packages/softavis/flysystem-cloudflare-bundle) | [0.1](softavis/flysystem-cloudflare-bundle/0.1) |
|
||||
| [softspring/components](https://packagist.org/packages/softspring/components) | [5.1](softspring/components/5.1) |
|
||||
| [soljian/steam-authentication-bundle](https://packagist.org/packages/soljian/steam-authentication-bundle) | [1.0](soljian/steam-authentication-bundle/1.0) |
|
||||
| [solvrtech/symfony-logbook](https://packagist.org/packages/solvrtech/symfony-logbook) | [1.0](solvrtech/symfony-logbook/1.0) |
|
||||
| [sonata-project/admin-bundle](https://packagist.org/packages/sonata-project/admin-bundle) | [4.0](sonata-project/admin-bundle/4.0) |
|
||||
|
||||
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"manifests": {
|
||||
"softspring/components": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Softspring\\Component\\Components\\SfsComponentsBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "config/",
|
||||
"templates/": "templates/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/sfs_components.yaml": {
|
||||
"contents": [
|
||||
"twig:",
|
||||
" globals:",
|
||||
" sfs_components_theme: 'bootstrap5'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"templates/base.html.twig": {
|
||||
"contents": [
|
||||
"{% extends '@SfsComponents/base.html.twig' %}",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "bb3fd2f45a461fba3e8b41481362fbdac4426dd8"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1625,6 +1625,9 @@
|
||||
"softavis/flysystem-cloudflare-bundle": [
|
||||
"0.1"
|
||||
],
|
||||
"softspring/components": [
|
||||
"5.1"
|
||||
],
|
||||
"soljian/steam-authentication-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
|
||||
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"manifests": {
|
||||
"softspring/components": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Softspring\\Component\\Components\\SfsComponentsBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "config/",
|
||||
"templates/": "templates/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/sfs_components.yaml": {
|
||||
"contents": [
|
||||
"twig:",
|
||||
" globals:",
|
||||
" sfs_components_theme: 'bootstrap5'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"templates/base.html.twig": {
|
||||
"contents": [
|
||||
"{% extends '@SfsComponents/base.html.twig' %}",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "bb3fd2f45a461fba3e8b41481362fbdac4426dd8"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user