File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 68
68
"rector/rector" : " ^2.0.6" ,
69
69
"symfony/console" : " ^5.4 || ^6.0 || ^7.0" ,
70
70
"symfony/doctrine-bridge" : " ^5.4 || ^6.0 || ^7.0" ,
71
- "symfony/phpunit-bridge" : " ^6.0 || ^7.0" ,
71
+ "symfony/phpunit-bridge" : " ^6.4 || ^7.0" ,
72
72
"symfony/uid" : " ^5.4 || ^6.0 || ^7.0" ,
73
73
"symfony/yaml" : " ^5.4 || ^6.0 || ^7.0"
74
74
},
Original file line number Diff line number Diff line change 67
67
</testsuite >
68
68
</testsuites >
69
69
<php >
70
- <env name =" SYMFONY_DEPRECATIONS_HELPER" value =" max[self]=0" />
70
+ <env name =" SYMFONY_DEPRECATIONS_HELPER" value =" ignoreFile=./tests/symfony-deprecations-baseline & max[self]=0" />
71
71
<env name =" MONGODB_SERVER" value =" mongodb://mongodb:27017" />
72
72
</php >
73
73
<listeners >
Original file line number Diff line number Diff line change
1
+ # Ignore MongoDB deprecations from low dependencies
2
+ %Passing an integer mode to "MongoDB\\Driver\\ReadPreference::__construct" is deprecated%
3
+ # Ignore deprecated ORM 2.x proxies
4
+ %class implements "Doctrine\\ORM\\Proxy\\Proxy" that is deprecated%
5
+ # Ignore symfony/var-dumper lazy ghost deprecations (required for PHP 8.3 and earlier compat)
6
+ %Using ProxyHelper::generateLazyGhost() is deprecated%
You can’t perform that action at this time.
0 commit comments