File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ jobs:
130
130
131
131
- name : Install development tools
132
132
run : |
133
- phive --no-progress install --trust-gpg-keys BBAB5DF0A0D6672989CF1869E82B2FB314E9906E,95DE904AB800754A11D80B605E6DDE998AB73B8E,CA7C2C7A30C8E8E1274A847651C67305FFC2E5C0
133
+ phive --no-progress install --trust-gpg-keys BBAB5DF0A0D6672989CF1869E82B2FB314E9906E,95DE904AB800754A11D80B605E6DDE998AB73B8E
134
134
135
135
- name : Run Command
136
136
run : composer ci:php:${{ matrix.command }}
Original file line number Diff line number Diff line change 3
3
<phar name =" php-cs-fixer" version =" ^3.49.0" installed =" 3.49.0" location =" ./.phive/php-cs-fixer.phar" copy =" false" />
4
4
<phar name =" phpcbf" version =" ^3.8.1" installed =" 3.8.1" location =" ./.phive/phpcbf.phar" copy =" false" />
5
5
<phar name =" phpcs" version =" ^3.8.1" installed =" 3.8.1" location =" ./.phive/phpcs.phar" copy =" false" />
6
- <phar name =" phpstan" version =" ^1.10.57" installed =" 1.10.57" location =" ./.phive/phpstan.phar" copy =" false" />
7
6
</phive >
Original file line number Diff line number Diff line change 28
28
},
29
29
"require-dev" : {
30
30
"phpunit/phpunit" : " ^8.5.36" ,
31
- "codacy/coverage" : " ^1.4.3"
31
+ "codacy/coverage" : " ^1.4.3" ,
32
+ "phpstan/phpstan" : " ^1.10.57"
32
33
},
33
34
"suggest" : {
34
35
"ext-mbstring" : " for parsing UTF-8 CSS"
38
39
"Sabberworm\\ CSS\\ " : " src/"
39
40
}
40
41
},
42
+ "config" : {
43
+ "allow-plugins" : {
44
+ "phpstan/extension-installer" : true
45
+ }
46
+ },
41
47
"autoload-dev" : {
42
48
"psr-4" : {
43
49
"Sabberworm\\ CSS\\ Tests\\ " : " tests/"
54
60
],
55
61
"ci:php:fixer" : " @php ./.phive/php-cs-fixer.phar --config=config/php-cs-fixer.php fix --dry-run -v --show-progress=dots bin src tests" ,
56
62
"ci:php:sniffer" : " @php ./.phive/phpcs.phar --standard=config/phpcs.xml bin src tests" ,
57
- "ci:php:stan" : " @php ./.phive/ phpstan.phar --configuration=config/phpstan.neon" ,
63
+ "ci:php:stan" : " phpstan --no-progress --configuration=config/phpstan.neon" ,
58
64
"ci:static" : [
59
65
" @ci:php:fixer" ,
60
66
" @ci:php:sniffer" ,
You can’t perform that action at this time.
0 commit comments