mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 10:36:52 +03:00
Update Flex endpoint
This commit is contained in:
+1
-1
@@ -112,7 +112,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [cyberomulus/sitemap-generator-bundle](https://packagist.org/packages/cyberomulus/sitemap-generator-bundle) | [1.2](cyberomulus/sitemap-generator-bundle/1.2) |
|
||||
| [dahromy/glide-symfony](https://packagist.org/packages/dahromy/glide-symfony) | [1.0](dahromy/glide-symfony/1.0) |
|
||||
| [dahromy/mvola-bundle](https://packagist.org/packages/dahromy/mvola-bundle) | [1.0](dahromy/mvola-bundle/1.0) |
|
||||
| [dama/doctrine-test-bundle](https://packagist.org/packages/dama/doctrine-test-bundle) | [7.2](dama/doctrine-test-bundle/7.2) |
|
||||
| [dama/doctrine-test-bundle](https://packagist.org/packages/dama/doctrine-test-bundle) | [8.3](dama/doctrine-test-bundle/8.3) |
|
||||
| [damienharper/auditor-bundle](https://packagist.org/packages/damienharper/auditor-bundle) | [4.0](damienharper/auditor-bundle/4.0) |
|
||||
| [damienharper/doctrine-audit-bundle](https://packagist.org/packages/damienharper/doctrine-audit-bundle) | [1.0](damienharper/doctrine-audit-bundle/1.0) |
|
||||
| [datana-gmbh/datapool-api](https://packagist.org/packages/datana-gmbh/datapool-api) | [3.16](datana-gmbh/datapool-api/3.16) |
|
||||
|
||||
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"manifests": {
|
||||
"dama/doctrine-test-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"DAMA\\DoctrineTestBundle\\DAMADoctrineTestBundle": [
|
||||
"test"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"add-lines": [
|
||||
{
|
||||
"file": "phpunit.xml.dist",
|
||||
"content": " <bootstrap class=\"DAMA\\DoctrineTestBundle\\PHPUnit\\PHPUnitExtension\" />",
|
||||
"position": "after_target",
|
||||
"target": "<extensions>",
|
||||
"warn_if_missing": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/packages/dama_doctrine_test_bundle.yaml": {
|
||||
"contents": [
|
||||
"when@test:",
|
||||
" dama_doctrine_test:",
|
||||
" enable_static_connection: true",
|
||||
" enable_static_meta_data_cache: true",
|
||||
" enable_static_query_cache: true",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "dfc51177476fb39d014ed89944cde53dc3326d23"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"manifests": {
|
||||
"dama/doctrine-test-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"DAMA\\DoctrineTestBundle\\DAMADoctrineTestBundle": [
|
||||
"test"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"add-lines": [
|
||||
{
|
||||
"file": "phpunit.xml.dist",
|
||||
"content": " <bootstrap class=\"DAMA\\DoctrineTestBundle\\PHPUnit\\PHPUnitExtension\" />",
|
||||
"position": "after_target",
|
||||
"target": "<extensions>",
|
||||
"warn_if_missing": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/packages/dama_doctrine_test_bundle.yaml": {
|
||||
"contents": [
|
||||
"when@test:",
|
||||
" dama_doctrine_test:",
|
||||
" enable_static_connection: true",
|
||||
" enable_static_meta_data_cache: true",
|
||||
" enable_static_query_cache: true",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "dfc51177476fb39d014ed89944cde53dc3326d23"
|
||||
}
|
||||
}
|
||||
}
|
||||
+2
-1
@@ -341,7 +341,8 @@
|
||||
],
|
||||
"dama/doctrine-test-bundle": [
|
||||
"4.0",
|
||||
"7.2"
|
||||
"7.2",
|
||||
"8.3"
|
||||
],
|
||||
"damienharper/auditor-bundle": [
|
||||
"4.0"
|
||||
|
||||
Reference in New Issue
Block a user