6 lines
204 B
Bash
Executable File
6 lines
204 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Due to the fact that we are disabling plugins when installing/updating/downgrading composer dependencies
|
|
# we have to manually enable the coding standard here.
|
|
composer enable-codestandard
|