File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 66 *
77 */
88
9- $ config = include '.. /phpfui/PhpCsFixer.php ' ;
9+ $ config = include 'vendor /phpfui/phpunit-syntax-coverage /PhpCsFixer.php ' ;
1010
1111return $ config ->setFinder (PhpCsFixer \Finder::create ()
1212->exclude ('vendor ' )
Original file line number Diff line number Diff line change 1212 }
1313 ],
1414 "require" : {
15- "php" : " >=7.4 <8.3" ,
15+ "php" : " >=8.0 <8.3" ,
1616 "rexxars/html-validator" : " >=2.2"
1717 },
18- "config" : {
19- "platform" : {
20- "php" : " 7.4"
21- }
22- },
2318 "require-dev" : {
2419 "phpunit/phpunit" : " ^7.0 | <10.0" ,
2520 "phpfui/phpunit-syntax-coverage" : " >=1.0" ,
Original file line number Diff line number Diff line change 66convertErrorsToExceptions=" true"
77convertNoticesToExceptions=" true"
88convertWarningsToExceptions=" true"
9+ convertDeprecationsToExceptions=" true"
910processIsolation=" false"
1011stopOnFailure=" false"
1112bootstrap=" ./tests/bootstrap.php"
You can’t perform that action at this time.
0 commit comments