mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-19 02:56:26 +03:00
Update Flex endpoint
This commit is contained in:
@@ -230,6 +230,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [gpslab/domain-event-bundle](https://packagist.org/packages/gpslab/domain-event-bundle) | [2.2](gpslab/domain-event-bundle/2.2) |
|
||||
| [gpslab/geoip2](https://packagist.org/packages/gpslab/geoip2) | [2.0](gpslab/geoip2/2.0) |
|
||||
| [gpslab/pagination-bundle](https://packagist.org/packages/gpslab/pagination-bundle) | [1.2](gpslab/pagination-bundle/1.2) |
|
||||
| [gurtok/seo-bundle](https://packagist.org/packages/gurtok/seo-bundle) | [1.0](gurtok/seo-bundle/1.0) |
|
||||
| [hans-peter-ording/nflfastr-symfony-bundle](https://packagist.org/packages/hans-peter-ording/nflfastr-symfony-bundle) | [0.9](hans-peter-ording/nflfastr-symfony-bundle/0.9) |
|
||||
| [happyr/entity-exists-validation-constraint](https://packagist.org/packages/happyr/entity-exists-validation-constraint) | [1.0](happyr/entity-exists-validation-constraint/1.0) |
|
||||
| [happyr/json-api-response-factory](https://packagist.org/packages/happyr/json-api-response-factory) | [0.1](happyr/json-api-response-factory/0.1) |
|
||||
|
||||
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"manifests": {
|
||||
"gurtok/seo-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Gurtok\\SeoBundle\\GurtokSeoBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"conflict": {
|
||||
"php": "<8.1",
|
||||
"symfony/framework-bundle": "<6.0"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/gurtok_seo.yaml": {
|
||||
"contents": [
|
||||
"gurtok_seo:",
|
||||
" # this switch off validation of meta tags (other case will be validated by MetaTag enum)",
|
||||
" allow_custom_meta: false",
|
||||
" # this switch on auto inject of meta tags in response",
|
||||
" auto_inject_response: false",
|
||||
" # this parameter is used to exclude some paths from auto inject of seo response",
|
||||
" excluded_paths:",
|
||||
"# - /admin",
|
||||
"# - /api",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "93ab55f86453f83a321956096a0710f595254c95"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"manifests": {
|
||||
"gurtok/seo-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Gurtok\\SeoBundle\\GurtokSeoBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"conflict": {
|
||||
"php": "<8.1",
|
||||
"symfony/framework-bundle": "<6.0"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/gurtok_seo.yaml": {
|
||||
"contents": [
|
||||
"gurtok_seo:",
|
||||
" # this switch off validation of meta tags (other case will be validated by MetaTag enum)",
|
||||
" allow_custom_meta: false",
|
||||
" # this switch on auto inject of meta tags in response",
|
||||
" auto_inject_response: false",
|
||||
" # this parameter is used to exclude some paths from auto inject of seo response",
|
||||
" excluded_paths:",
|
||||
"# - /admin",
|
||||
"# - /api",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "93ab55f86453f83a321956096a0710f595254c95"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -723,6 +723,9 @@
|
||||
"gpslab/pagination-bundle": [
|
||||
"1.2"
|
||||
],
|
||||
"gurtok/seo-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
"hans-peter-ording/nflfastr-symfony-bundle": [
|
||||
"0.9"
|
||||
],
|
||||
@@ -2206,6 +2209,12 @@
|
||||
"symfony/framework-bundle": "<5.3"
|
||||
}
|
||||
},
|
||||
"gurtok/seo-bundle": {
|
||||
"1.0": {
|
||||
"php": "<8.1",
|
||||
"symfony/framework-bundle": "<6.0"
|
||||
}
|
||||
},
|
||||
"jane-php/json-schema": {
|
||||
"6.0": {
|
||||
"symfony/symfony": "<5.0"
|
||||
|
||||
Reference in New Issue
Block a user