File tree 4 files changed +6
-5
lines changed
4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 39
39
checkreturn=" true"
40
40
>
41
41
<arg value =" install" />
42
- <arg value =" --no-suggest" />
43
42
</exec >
44
43
</target >
45
44
Original file line number Diff line number Diff line change 16
16
"slevomat/coding-standard" : " ~6.0"
17
17
},
18
18
"require-dev" : {
19
- "jakub-onderka/php-console-highlighter " : " 0.4 " ,
20
- "jakub-onderka/ php-parallel-lint" : " 1.0" ,
21
- "phing/phing " : " 2.16.1 " ,
22
- "phpunit/phpunit" : " 7 .5.1 "
19
+ "phing/phing " : " 2.17.2 " ,
20
+ "php-parallel-lint/php-console-highlighter " : " 1.0" ,
21
+ "php-parallel-lint/php-parallel-lint " : " 1.3.2 " ,
22
+ "phpunit/phpunit" : " 8 .5.25 "
23
23
},
24
24
"autoload" : {
25
25
"psr-4" : {
Original file line number Diff line number Diff line change
1
+ /.phpunit.result.cache
Original file line number Diff line number Diff line change 8
8
beStrictAboutOutputDuringTests=" true"
9
9
beStrictAboutTestsThatDoNotTestAnything=" true"
10
10
beStrictAboutTodoAnnotatedTests=" true"
11
+ convertDeprecationsToExceptions=" true"
11
12
failOnRisky=" true"
12
13
failOnWarning=" true"
13
14
>
You can’t perform that action at this time.
0 commit comments