File tree 3 files changed +3
-7
lines changed 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 6
6
*
7
7
*/
8
8
9
- $ config = include '.. /phpfui/PhpCsFixer.php ' ;
9
+ $ config = include 'vendor /phpfui/phpunit-syntax-coverage /PhpCsFixer.php ' ;
10
10
11
11
return $ config ->setFinder (PhpCsFixer \Finder::create ()
12
12
->exclude ('vendor ' )
Original file line number Diff line number Diff line change 12
12
}
13
13
],
14
14
"require" : {
15
- "php" : " >=7.4 <8.3" ,
15
+ "php" : " >=8.0 <8.3" ,
16
16
"rexxars/html-validator" : " >=2.2"
17
17
},
18
- "config" : {
19
- "platform" : {
20
- "php" : " 7.4"
21
- }
22
- },
23
18
"require-dev" : {
24
19
"phpunit/phpunit" : " ^7.0 | <10.0" ,
25
20
"phpfui/phpunit-syntax-coverage" : " >=1.0" ,
Original file line number Diff line number Diff line change 6
6
convertErrorsToExceptions=" true"
7
7
convertNoticesToExceptions=" true"
8
8
convertWarningsToExceptions=" true"
9
+ convertDeprecationsToExceptions=" true"
9
10
processIsolation=" false"
10
11
stopOnFailure=" false"
11
12
bootstrap=" ./tests/bootstrap.php"
You can’t perform that action at this time.
0 commit comments