We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45a4d77 commit 9fff664Copy full SHA for 9fff664
.scruntinizer.yml
@@ -1,7 +1,7 @@
1
build:
2
dependencies:
3
before:
4
- - composer global require "fxp/composer-asset-plugin:1.0.0"
+ - composer global require "fxp/composer-asset-plugin:~1.1.0"
5
6
tools:
7
php_sim: true
@@ -107,4 +107,4 @@ checks:
107
single_namespace_per_use: true
108
optional_parameters_at_the_end: true
109
non_commented_empty_catch_block: true
110
- function_body_start_on_new_line: true
+ function_body_start_on_new_line: true
0 commit comments