File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 5757 <rule ref =" PHPCompatibility" >
5858 <!-- Exclude PHP constants back-filled by PHPCS. -->
5959 <exclude name =" PHPCompatibility.Constants.NewConstants.t_coalesce_equalFound" />
60+ <exclude name =" PHPCompatibility.Constants.NewConstants.t_bad_characterFound" />
61+ <exclude name =" PHPCompatibility.Constants.NewConstants.t_fnFound" />
62+ <exclude name =" PHPCompatibility.Constants.NewConstants.t_attributeFound" />
63+ <exclude name =" PHPCompatibility.Constants.NewConstants.t_matchFound" />
64+ <exclude name =" PHPCompatibility.Constants.NewConstants.t_nullsafe_object_operatorFound" />
65+ <exclude name =" PHPCompatibility.Constants.NewConstants.t_name_fully_qualifiedFound" />
66+ <exclude name =" PHPCompatibility.Constants.NewConstants.t_name_qualifiedFound" />
67+ <exclude name =" PHPCompatibility.Constants.NewConstants.t_name_relativeFound" />
6068 <exclude name =" PHPCompatibility.Constants.NewConstants.t_readonlyFound" />
69+ <exclude name =" PHPCompatibility.Constants.NewConstants.t_enumFound" />
70+ <exclude name =" PHPCompatibility.Constants.NewConstants.t_public_setFound" />
71+ <exclude name =" PHPCompatibility.Constants.NewConstants.t_protected_setFound" />
72+ <exclude name =" PHPCompatibility.Constants.NewConstants.t_private_setFound" />
73+ <exclude name =" PHPCompatibility.Constants.RemovedConstants.t_bad_characterFound" />
6174 </rule >
6275
6376 <!-- Enforce PSR1 compatible namespaces. -->
Original file line number Diff line number Diff line change 2626 "phpcsstandards/phpcsextra" : " ^1.5.0"
2727 },
2828 "require-dev" : {
29- "phpcompatibility/php-compatibility" : " ^9.0 " ,
29+ "phpcompatibility/php-compatibility" : " ^10.0.0@dev " ,
3030 "phpunit/phpunit" : " ^8.0 || ^9.0" ,
3131 "phpcsstandards/phpcsdevtools" : " ^1.2.0" ,
3232 "php-parallel-lint/php-parallel-lint" : " ^1.4.0" ,
3636 "ext-iconv" : " For improved results" ,
3737 "ext-mbstring" : " For improved results"
3838 },
39+ "minimum-stability" : " dev" ,
40+ "prefer-stable" : true ,
3941 "config" : {
4042 "allow-plugins" : {
4143 "dealerdirect/phpcodesniffer-composer-installer" : true
You can’t perform that action at this time.
0 commit comments