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,20 +1,6 @@
|
||||
{
|
||||
"locks": {
|
||||
"machy8/webloader-bundle": {
|
||||
"version": "1.1",
|
||||
"recipe": {
|
||||
"repo": "1.1",
|
||||
"branch": "master",
|
||||
"version": "1.1",
|
||||
"ref": "b112347eb64f7c47ec375c42dfe32489d2687b95"
|
||||
}
|
||||
}
|
||||
},
|
||||
"manifests": {
|
||||
"machy8/webloader-bundle": {
|
||||
"repository": "github.com/symfony/recipes-contrib",
|
||||
"package": "machy8/webloader-bundle",
|
||||
"version": "1.1",
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"WebLoader\\WebLoaderBundle\\WebLoaderBundle": [
|
||||
@@ -28,23 +14,33 @@
|
||||
},
|
||||
"files": {
|
||||
"public/webtemp/.gitignore": {
|
||||
"contents": "*\n!.gitignore\n",
|
||||
"executable": false,
|
||||
"encoding": ""
|
||||
"contents": [
|
||||
"*",
|
||||
"!.gitignore",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/dev/web_loader.yaml": {
|
||||
"contents": "web_loader:\n disableCache: true\n",
|
||||
"executable": false,
|
||||
"encoding": ""
|
||||
"contents": [
|
||||
"web_loader:",
|
||||
" disableCache: true",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/web_loader.yaml": {
|
||||
"contents": "web_loader:\n pathPlaceholders:\n filesCollections:\n filesCollectionsContainers:\n",
|
||||
"executable": false,
|
||||
"encoding": ""
|
||||
"contents": [
|
||||
"web_loader:",
|
||||
" pathPlaceholders:",
|
||||
" filesCollections:",
|
||||
" filesCollectionsContainers:",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"origin": "machy8/webloader-bundle:1.1@github.com/symfony/recipes-contrib:master",
|
||||
"is_contrib": true
|
||||
"ref": "b112347eb64f7c47ec375c42dfe32489d2687b95"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user