mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-19 06:51:33 +02:00
[ticket/15261] Fix censoring HTML tags
PHPBB3-15261
This commit is contained in:
18
phpBB/composer.lock
generated
18
phpBB/composer.lock
generated
@@ -4,8 +4,8 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"hash": "a66e58446c273c4b92f8e5f227180be8",
|
||||
"content-hash": "d3646acce6058e89ebcf76debb7f72ea",
|
||||
"hash": "3b947e5d38012be6ef86609c709c7b4b",
|
||||
"content-hash": "447fa8ed870502dc3089b0a0ffa08ef0",
|
||||
"packages": [
|
||||
{
|
||||
"name": "bantu/ini-get-wrapper",
|
||||
@@ -660,16 +660,16 @@
|
||||
},
|
||||
{
|
||||
"name": "s9e/text-formatter",
|
||||
"version": "0.9.6",
|
||||
"version": "0.10.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/s9e/TextFormatter.git",
|
||||
"reference": "077c510109f3011dec68a5bcbaeb93a1f9138128"
|
||||
"reference": "9380fd3d3e3289d7e966bab7769ca2aae5d23f67"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/s9e/TextFormatter/zipball/077c510109f3011dec68a5bcbaeb93a1f9138128",
|
||||
"reference": "077c510109f3011dec68a5bcbaeb93a1f9138128",
|
||||
"url": "https://api.github.com/repos/s9e/TextFormatter/zipball/9380fd3d3e3289d7e966bab7769ca2aae5d23f67",
|
||||
"reference": "9380fd3d3e3289d7e966bab7769ca2aae5d23f67",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -721,7 +721,7 @@
|
||||
"parser",
|
||||
"shortcodes"
|
||||
],
|
||||
"time": "2017-05-10 19:37:30"
|
||||
"time": "2017-07-03 13:55:54"
|
||||
},
|
||||
{
|
||||
"name": "symfony/config",
|
||||
@@ -2825,9 +2825,7 @@
|
||||
"authors": [
|
||||
{
|
||||
"name": "Fabien Potencier",
|
||||
"email": "fabien@symfony.com",
|
||||
"homepage": "http://fabien.potencier.org",
|
||||
"role": "Lead Developer"
|
||||
"email": "fabien@symfony.com"
|
||||
}
|
||||
],
|
||||
"description": "Pimple is a simple Dependency Injection Container for PHP 5.3",
|
||||
|
Reference in New Issue
Block a user