File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 26
26
- name : Install dependencies
27
27
run : composer install --prefer-dist --no-progress --no-suggest
28
28
29
+ - name : Install Coding Standard
30
+ run : composer bin phpcs require --dev infinityloop-dev/coding-standard:dev-master
31
+
29
32
- name : Codestyle
30
33
run : composer run-script codestyle
Original file line number Diff line number Diff line change 11
11
"slevomat/coding-standard" : " ~6.3.8"
12
12
},
13
13
"require-dev" : {
14
- "infinityloop-dev/coding-standard " : " dev-master "
14
+ "bamarni/composer-bin-plugin " : " ^1.2 " ,
15
15
},
16
16
"scripts" : {
17
- "codestyle" : " phpcs --standard=vendor/infinityloop-dev/coding-standard/InfinityloopCodingStandard/ruleset.xml --extensions=php InfinityloopCodingStandard"
17
+ "codestyle" : " phpcs --standard=vendor-bin/phpcs /infinityloop-dev/coding-standard/InfinityloopCodingStandard/ruleset.xml --extensions=php InfinityloopCodingStandard"
18
18
},
19
19
"autoload" : {
20
20
"psr-4" : {
You can’t perform that action at this time.
0 commit comments