File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 7
7
All sniffs in ./Sniffs will be auto loaded
8
8
</description >
9
9
10
- <config name =" php_version" value =" 70400 " />
10
+ <config name =" php_version" value =" 80000 " />
11
11
12
12
<exclude-pattern >*/tests/_support/_generated/*</exclude-pattern >
13
13
<exclude-pattern >*/tests/_helpers/*</exclude-pattern >
20
20
21
21
<rule ref =" Spryker.Internal.SprykerDisallowFunctions" >
22
22
<properties >
23
- <!-- We want to prevent 8.0 + functions to break 7.4 compatibility -->
24
- <property name =" phpVersion" value =" 7.4 " />
23
+ <!-- We want to prevent 8.1 + functions to break 8.0 compatibility -->
24
+ <property name =" phpVersion" value =" 8.0 " />
25
25
</properties >
26
26
</rule >
27
27
Original file line number Diff line number Diff line change 7
7
All sniffs in ./Sniffs will be auto loaded
8
8
</description >
9
9
10
- <config name =" php_version" value =" 70400 " />
10
+ <config name =" php_version" value =" 80000 " />
11
11
12
12
<exclude-pattern >*/tests/_support/_generated/*</exclude-pattern >
13
13
<exclude-pattern >*/tests/_helpers/*</exclude-pattern >
20
20
21
21
<rule ref =" Spryker.Internal.SprykerDisallowFunctions" >
22
22
<properties >
23
- <!-- We want to prevent 8.0 + functions to break 7.4 compatibility -->
24
- <property name =" phpVersion" value =" 7.4 " />
23
+ <!-- We want to prevent 8.1 + functions to break 8.0 compatibility -->
24
+ <property name =" phpVersion" value =" 8.0 " />
25
25
</properties >
26
26
</rule >
27
27
You can’t perform that action at this time.
0 commit comments