mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 18:16:46 +03:00
Update Flex endpoint
This commit is contained in:
@@ -1,20 +1,6 @@
|
||||
{
|
||||
"locks": {
|
||||
"exercise/htmlpurifier-bundle": {
|
||||
"version": "0.2",
|
||||
"recipe": {
|
||||
"repo": "0.2",
|
||||
"branch": "master",
|
||||
"version": "0.2",
|
||||
"ref": "0b76657841c2ba52647bb1b4a5595a0e3b9f485c"
|
||||
}
|
||||
}
|
||||
},
|
||||
"manifests": {
|
||||
"exercise/htmlpurifier-bundle": {
|
||||
"repository": "github.com/symfony/recipes-contrib",
|
||||
"package": "exercise/htmlpurifier-bundle",
|
||||
"version": "0.2",
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Exercise\\HTMLPurifierBundle\\ExerciseHTMLPurifierBundle": [
|
||||
@@ -27,13 +13,18 @@
|
||||
},
|
||||
"files": {
|
||||
"config/packages/exercise_html_purifier.yaml": {
|
||||
"contents": "exercise_html_purifier:\n # full configuration reference: http://htmlpurifier.org/live/configdoc/plain.html\n default:\n # the charset used by the original contents\n Core.Encoding: 'UTF-8'\n",
|
||||
"executable": false,
|
||||
"encoding": ""
|
||||
"contents": [
|
||||
"exercise_html_purifier:",
|
||||
" # full configuration reference: http://htmlpurifier.org/live/configdoc/plain.html",
|
||||
" default:",
|
||||
" # the charset used by the original contents",
|
||||
" Core.Encoding: 'UTF-8'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"origin": "exercise/htmlpurifier-bundle:0.2@github.com/symfony/recipes-contrib:master",
|
||||
"is_contrib": true
|
||||
"ref": "0b76657841c2ba52647bb1b4a5595a0e3b9f485c"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user