mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/11768] Updated s9e\TextFormatter
PHPBB3-11768
This commit is contained in:
parent
55c3fc02cf
commit
c1bc05a860
2 changed files with 5 additions and 5 deletions
8
phpBB/composer.lock
generated
8
phpBB/composer.lock
generated
|
@ -169,12 +169,12 @@
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/s9e/TextFormatter.git",
|
"url": "https://github.com/s9e/TextFormatter.git",
|
||||||
"reference": "ad4384b2c792cf55c456de018a525bbaea106fc0"
|
"reference": "564074d68ec4295b7b9746e5f712366af947d3d7"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/s9e/TextFormatter/zipball/ad4384b2c792cf55c456de018a525bbaea106fc0",
|
"url": "https://api.github.com/repos/s9e/TextFormatter/zipball/564074d68ec4295b7b9746e5f712366af947d3d7",
|
||||||
"reference": "ad4384b2c792cf55c456de018a525bbaea106fc0",
|
"reference": "564074d68ec4295b7b9746e5f712366af947d3d7",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -219,7 +219,7 @@
|
||||||
"parser",
|
"parser",
|
||||||
"shortcodes"
|
"shortcodes"
|
||||||
],
|
],
|
||||||
"time": "2015-03-25 02:37:49"
|
"time": "2015-03-26 15:45:58"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/config",
|
"name": "symfony/config",
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
namespace phpbb\textformatter\s9e;
|
namespace phpbb\textformatter\s9e;
|
||||||
|
|
||||||
use s9e\TextFormatter\Configurator;
|
use s9e\TextFormatter\Configurator;
|
||||||
use s9e\TextFormatter\Configurator\Items\AttributeFilters\Regexp as RegexpFilter;
|
use s9e\TextFormatter\Configurator\Items\AttributeFilters\RegexpFilter;
|
||||||
use s9e\TextFormatter\Configurator\Items\UnsafeTemplate;
|
use s9e\TextFormatter\Configurator\Items\UnsafeTemplate;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue