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 20
20
},
21
21
"require-dev" : {
22
22
"phpunit/phpunit" : " ^8.5.36" ,
23
- "codacy/coverage" : " ^1.4.3"
23
+ "codacy/coverage" : " ^1.4.3" ,
24
+ "phpstan/phpstan" : " ^1.10.57"
24
25
},
25
26
"suggest" : {
26
27
"ext-mbstring" : " for parsing UTF-8 CSS"
30
31
"Sabberworm\\ CSS\\ " : " src/"
31
32
}
32
33
},
34
+ "config" : {
35
+ "allow-plugins" : {
36
+ "phpstan/extension-installer" : true
37
+ }
38
+ },
33
39
"autoload-dev" : {
34
40
"psr-4" : {
35
41
"Sabberworm\\ CSS\\ Tests\\ " : " tests/"
46
52
],
47
53
"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" ,
48
54
"ci:php:sniffer" : " @php ./.phive/phpcs.phar --standard=config/phpcs.xml bin src tests" ,
49
- "ci:php:stan" : " @php ./.phive/ phpstan.phar --configuration=config/phpstan.neon" ,
55
+ "ci:php:stan" : " phpstan --no-progress --configuration=config/phpstan.neon" ,
50
56
"ci:static" : [
51
57
" @ci:php:fixer" ,
52
58
" @ci:php:sniffer" ,
You can’t perform that action at this time.
0 commit comments