File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 21
21
},
22
22
"config" : {
23
23
"allow-plugins" : {
24
- "phpstan/extension-installer" : true
24
+ "phpstan/extension-installer" : true ,
25
+ "dealerdirect/phpcodesniffer-composer-installer" : true
25
26
},
26
27
"platform" : {
27
28
"php" : " 8.0"
36
37
"phpstan/extension-installer" : " ^1.4" ,
37
38
"league/flysystem" : " ^2.5" ,
38
39
"symfony/console" : " ^5.4" ,
39
- "symfony/finder" : " ^5.4"
40
+ "symfony/finder" : " ^5.4" ,
41
+ "dealerdirect/phpcodesniffer-composer-installer" : " ^1.0" ,
42
+ "phpcompatibility/php-compatibility" : " dev-develop"
40
43
},
41
44
"scripts" : {
42
45
"test" : [
Original file line number Diff line number Diff line change 3
3
<ruleset name =" mozart" >
4
4
<description >Coding standard ruleset based on the PSR-2 coding standard.</description >
5
5
<rule ref =" PSR2" />
6
+
7
+ <rule ref =" PHPCompatibility" />
8
+ <config name =" testVersion" value =" 8.0-" />
9
+
6
10
<file >./src</file >
7
- </ruleset >
11
+ </ruleset >
You can’t perform that action at this time.
0 commit comments