diff --git a/.scruntinizer.yml b/.scruntinizer.yml index bb0f9ac..07182a6 100644 --- a/.scruntinizer.yml +++ b/.scruntinizer.yml @@ -1,7 +1,7 @@ build: dependencies: before: - - composer global require "fxp/composer-asset-plugin:1.0.0" + - composer global require "fxp/composer-asset-plugin:~1.1.0" tools: php_sim: true @@ -107,4 +107,4 @@ checks: single_namespace_per_use: true optional_parameters_at_the_end: true non_commented_empty_catch_block: true - function_body_start_on_new_line: true \ No newline at end of file + function_body_start_on_new_line: true