File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 43
43
"symfony/form" : " ^5.4|^6.0|^7.0" ,
44
44
"symfony/framework-bundle" : " ^5.4|^6.0|^7.0" ,
45
45
"symfony/options-resolver" : " ^5.4|^6.0|^7.0" ,
46
- "symfony/phpunit-bridge" : " ^6.0 |^7.0" ,
46
+ "symfony/phpunit-bridge" : " ^6.1 |^7.0" ,
47
47
"symfony/property-info" : " ^5.4|^6.0|^7.0" ,
48
48
"symfony/security-bundle" : " ^5.4|^6.0|^7.0" ,
49
49
"symfony/serializer" : " ^5.4|^6.0|^7.0" ,
Original file line number Diff line number Diff line change 18
18
<server name =" KERNEL_CLASS" value =" Symfony\UX\LiveComponent\Tests\Fixtures\Kernel" />
19
19
<server name =" DATABASE_URL" value =" sqlite:///%kernel.project_dir%/var/data.db" />
20
20
<env name =" SHELL_VERBOSITY" value =" -1" />
21
- <server name =" SYMFONY_DEPRECATIONS_HELPER" value =" max[self]=0& max[direct]=0" />
21
+ <server name =" SYMFONY_DEPRECATIONS_HELPER" value =" max[self]=0& max[direct]=0& ignoreFile=./tests/baseline-ignore " />
22
22
</php >
23
23
24
24
<testsuites >
Original file line number Diff line number Diff line change
1
+ %Since symfony/property-info 7.1: The "Symfony\\Component\\PropertyInfo\\Extractor\\ReflectionExtractor::getTypes\(\)".+%
2
+ %Since symfony/property-info 7.1: The "Symfony\\Component\\PropertyInfo\\Extractor\\PhpStanExtractor::getTypes\(\)".+%
3
+ %Since symfony/property-info 7.1: The "Symfony\\Component\\PropertyInfo\\Extractor\\PhpDocExtractor::getTypes\(\)".+%
4
+ %Since symfony/property-info 7.1: The "Symfony\\Component\\PropertyInfo\\PropertyInfoExtractor::getTypes\(\)".+%
5
+ %Since symfony/property-info 7.1: The "Symfony\\Component\\PropertyInfo\\Type" class is deprecated..+%
You can’t perform that action at this time.
0 commit comments