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:
@@ -516,6 +516,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [softspring/cms-module-collection](https://packagist.org/packages/softspring/cms-module-collection) | [5.2](softspring/cms-module-collection/5.2) |
|
||||
| [softspring/components](https://packagist.org/packages/softspring/components) | [5.1](softspring/components/5.1) |
|
||||
| [softspring/doctrine-migrations-version-comparator](https://packagist.org/packages/softspring/doctrine-migrations-version-comparator) | [5.1](softspring/doctrine-migrations-version-comparator/5.1) |
|
||||
| [softspring/media-bundle](https://packagist.org/packages/softspring/media-bundle) | [5.2](softspring/media-bundle/5.2) |
|
||||
| [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,39 @@
|
||||
{
|
||||
"manifests": {
|
||||
"softspring/media-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Softspring\\MediaBundle\\SfsMediaBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "config/"
|
||||
},
|
||||
"post-install-output": [
|
||||
" * The <fg=green>SfsMediaBundle</> is ready to use.",
|
||||
" * <fg=blue>Read</> the documentation at <comment>https://github.com/softspring/media-bundle/blob/5.2/README.md</>"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/packages/sfs_media.yaml": {
|
||||
"contents": [
|
||||
"imports:",
|
||||
" - { resource: '@SfsMediaBundle/config/security/admin_role_hierarchy.yaml' }",
|
||||
"",
|
||||
"sfs_media:",
|
||||
" driver: filesystem",
|
||||
" filesystem:",
|
||||
" path: '%kernel.project_dir%/public/media'",
|
||||
" url: '/media'",
|
||||
" media:",
|
||||
" admin_controller: true",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "589fde8af23fd4eeca9dd712b300d13344a7b64a"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1637,6 +1637,9 @@
|
||||
"softspring/doctrine-migrations-version-comparator": [
|
||||
"5.1"
|
||||
],
|
||||
"softspring/media-bundle": [
|
||||
"5.2"
|
||||
],
|
||||
"soljian/steam-authentication-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
|
||||
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"manifests": {
|
||||
"softspring/media-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Softspring\\MediaBundle\\SfsMediaBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "config/"
|
||||
},
|
||||
"post-install-output": [
|
||||
" * The <fg=green>SfsMediaBundle</> is ready to use.",
|
||||
" * <fg=blue>Read</> the documentation at <comment>https://github.com/softspring/media-bundle/blob/5.2/README.md</>"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/packages/sfs_media.yaml": {
|
||||
"contents": [
|
||||
"imports:",
|
||||
" - { resource: '@SfsMediaBundle/config/security/admin_role_hierarchy.yaml' }",
|
||||
"",
|
||||
"sfs_media:",
|
||||
" driver: filesystem",
|
||||
" filesystem:",
|
||||
" path: '%kernel.project_dir%/public/media'",
|
||||
" url: '/media'",
|
||||
" media:",
|
||||
" admin_controller: true",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "589fde8af23fd4eeca9dd712b300d13344a7b64a"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user