mirror of
https://github.com/flarum/framework.git
synced 2025-03-15 00:05:12 +08:00
Updated s9e\TextFormatter to 0.5.0 (#947)
This commit is contained in:
parent
bdcea8e152
commit
4fa705d945
@ -49,7 +49,7 @@
|
||||
"symfony/http-foundation": "^2.7",
|
||||
"symfony/translation": "^2.7",
|
||||
"symfony/yaml": "^2.7",
|
||||
"s9e/text-formatter": "^0.4.12",
|
||||
"s9e/text-formatter": "^0.5.0",
|
||||
"tobscure/json-api": "^0.3.0",
|
||||
"zendframework/zend-diactoros": "^1.1",
|
||||
"zendframework/zend-stratigility": "^1.1"
|
||||
|
@ -93,11 +93,11 @@ class JsCompiler extends RevisionCompiler
|
||||
|
||||
$hostedMinifer = $minifier->add('HostedMinifier');
|
||||
$hostedMinifer->url = 'http://s9e-textformatter.rhcloud.com/flarum-minifier/';
|
||||
$hostedMinifer->timeout = 30;
|
||||
$hostedMinifer->httpClient->timeout = 30;
|
||||
|
||||
$ccs = $minifier->add('ClosureCompilerService');
|
||||
$ccs->compilationLevel = 'SIMPLE_OPTIMIZATIONS';
|
||||
$ccs->timeout = 30;
|
||||
$ccs->httpClient->timeout = 30;
|
||||
|
||||
$minifier->add('MatthiasMullieMinify');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user