File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 46
46
},
47
47
"require-dev" : {
48
48
"chillerlan/php-authenticator" : " ^4.3.1 || ^5.2.1" ,
49
+ "dealerdirect/phpcodesniffer-composer-installer" : " ^1.0" ,
49
50
"phan/phan" : " ^5.4" ,
51
+ "phpcompatibility/php-compatibility" : " 10.x-dev" ,
50
52
"phpunit/phpunit" : " ^9.6" ,
51
53
"phpmd/phpmd" : " ^2.15" ,
52
54
"setasign/fpdf" : " ^1.8.2" ,
Original file line number Diff line number Diff line change 9
9
<file >src</file >
10
10
<file >tests</file >
11
11
12
+ <arg value =" ps" />
13
+ <arg name =" parallel" value =" 8" />
14
+ <arg name =" cache" value =" .build/phpcs.cache" />
15
+
12
16
<arg name =" basepath" value =" ." />
13
17
<arg name =" extensions" value =" php" />
14
18
<arg name =" tab-width" value =" 4" />
15
19
20
+ <config name =" installed_paths" value =" ../../phpcompatibility/php-compatibility,../../phpcsstandards/phpcsutils,../../slevomat/coding-standard" />
21
+
16
22
<rule ref =" Internal.Tokenizer.Exception" >
17
23
<type >error</type >
18
24
</rule >
19
25
26
+ <!--
27
+ PHPCompatibility https://github.com/PHPCompatibility/PHPCompatibility
28
+ -->
29
+ <config name =" testVersion" value =" 7.4-" />
30
+ <rule ref =" PHPCompatibility" />
31
+
20
32
<!--
21
33
Slevomat https://github.com/slevomat/coding-standard
22
34
-->
23
35
24
- <config name =" installed_paths" value =" ../../slevomat/coding-standard" />
25
36
<rule ref =" SlevomatCodingStandard.Arrays.TrailingArrayComma" />
26
37
<rule ref =" SlevomatCodingStandard.Arrays.DisallowImplicitArrayCreation" />
27
38
<rule ref =" SlevomatCodingStandard.Arrays.DisallowPartiallyKeyed" />
You can’t perform that action at this time.
0 commit comments