File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 2424 "symfony/browser-kit" : " ^6.4|^7.0|^8.0" ,
2525 "symfony/config" : " ^6.4|^7.0|^8.0" ,
2626 "symfony/event-dispatcher" : " ^6.4|^7.0|^8.0" ,
27- "symfony/framework-bundle" : " ^6.4|^7.0|^8.0" ,
28- "symfony/http-kernel" : " ^6.4|^7.0|^8.0" ,
27+ "symfony/framework-bundle" : " ^6.4.13|^7.1.6|^8.0" ,
28+ "symfony/http-kernel" : " ^6.4.13|^7.1.6|^8.0" ,
29+ "symfony/runtime" : " ^6.4.13|^7.1.6|^8.0" ,
2930 "nyholm/psr7" : " ^1.1" ,
3031 "php-http/discovery" : " ^1.15" ,
3132 "psr/log" : " ^1.1.4|^2|^3"
3637 },
3738 "config" : {
3839 "allow-plugins" : {
39- "php-http/discovery" : false
40+ "php-http/discovery" : false ,
41+ "symfony/runtime" : false
4042 }
4143 },
4244 "autoload" : {
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22
33<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : noNamespaceSchemaLocation =" http ://schema.phpunit.de/9 .3/phpunit.xsd"
4+ xsi : noNamespaceSchemaLocation =" https ://schema.phpunit.de/11 .3/phpunit.xsd"
55 backupGlobals =" false"
66 colors =" true"
77 bootstrap =" vendor/autoload.php"
8+ failOnDeprecation =" true"
89 failOnRisky =" true"
910 failOnWarning =" true"
1011>
1819 </testsuite >
1920 </testsuites >
2021
21- <coverage >
22+ <source ignoreSuppressionOfDeprecations = " true " >
2223 <include >
2324 <directory >./</directory >
2425 </include >
2728 <directory >./Tests</directory >
2829 <directory >./vendor</directory >
2930 </exclude >
30- </coverage >
31+ </source >
32+
33+ <extensions >
34+ <bootstrap class =" Symfony\Bridge\PhpUnit\SymfonyExtension" />
35+ </extensions >
3136</phpunit >
You can’t perform that action at this time.
0 commit comments