File tree 5 files changed +6
-4
lines changed
5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 188
188
"phpstan/phpstan-deprecation-rules" : " 1.2.1" ,
189
189
"phpstan/phpstan-phpunit" : " 1.4.1" ,
190
190
"phpstan/phpstan-symfony" : " 1.4.12" ,
191
- "phpunit/phpunit" : " ^10.5" ,
191
+ "phpunit/phpunit" : " ^10.5.38 " ,
192
192
"predis/predis" : " ^2.2" ,
193
193
"rector/type-perfect" : " 1.0.0" ,
194
194
"shopware/dev-tools" : " ^1.3" ,
Original file line number Diff line number Diff line change 4
4
bootstrap =" src/Core/TestBootstrap.php"
5
5
cacheResult =" false"
6
6
executionOrder =" random"
7
+ displayDetailsOnPhpunitDeprecations =" true"
8
+ displayDetailsOnTestsThatTriggerWarnings =" true"
7
9
cacheDirectory =" .phpunit.cache" >
8
10
<coverage includeUncoveredFiles =" true" />
9
11
<source >
Original file line number Diff line number Diff line change 154
154
"league/flysystem-google-cloud-storage" : " ^3.10.3" ,
155
155
"nikic/php-parser" : " ^4.16.0" ,
156
156
"opis/json-schema" : " ^2.3.0" ,
157
- "phpunit/phpunit" : " ^10.5" ,
157
+ "phpunit/phpunit" : " ^10.5.38 " ,
158
158
"smalot/pdfparser" : " ^2.2.2" ,
159
159
"symfony/browser-kit" : " ~7.1.1" ,
160
160
"symfony/phpunit-bridge" : " ~7.1.1" ,
Original file line number Diff line number Diff line change 41
41
"symfony/messenger" : " ~7.1.1"
42
42
},
43
43
"require-dev" : {
44
- "phpunit/phpunit" : " ^10.5"
44
+ "phpunit/phpunit" : " ^10.5.38 "
45
45
}
46
46
}
Original file line number Diff line number Diff line change 56
56
},
57
57
"require-dev" : {
58
58
"symfony/css-selector" : " ~7.1.1" ,
59
- "phpunit/phpunit" : " ^10.5"
59
+ "phpunit/phpunit" : " ^10.5.38 "
60
60
}
61
61
}
You can’t perform that action at this time.
0 commit comments