Augmentation vers version 3.3.0

This commit is contained in:
Gauvain Boiché
2020-03-31 15:31:03 +02:00
parent d926806907
commit a1864c0414
2618 changed files with 406015 additions and 31377 deletions

View File

@@ -6,15 +6,15 @@
"keywords": ["bbcode","bbcodes","blog","censor","embed","emoji","emoticons","engine","forum","html","markdown","markup","media","parser","shortcodes"],
"license": "MIT",
"require": {
"php": ">=5.4.7",
"php": ">=7.1",
"ext-dom": "*",
"ext-filter": "*",
"lib-pcre": ">=7.2"
"lib-pcre": ">=8.13",
"s9e/regexp-builder": "^1.4"
},
"require-dev": {
"matthiasmullie/minify": "*",
"php-coveralls/php-coveralls": "*",
"s9e/regexp-builder": "1.*"
"matthiasmullie/minify": "*",
"phpunit/phpunit": "^7 || 8.2.*"
},
"suggest": {
"ext-curl": "Improves the performance of the MediaEmbed plugin and some JavaScript minifiers",
@@ -34,5 +34,8 @@
"psr-4": {
"s9e\\TextFormatter\\Tests\\": "tests"
}
},
"extra": {
"version": "2.3.1"
}
}
}