File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 30
30
"phpspec/prophecy-phpunit" : " ^2.2" ,
31
31
"ramsey/uuid" : " ^4.7" ,
32
32
"ramsey/uuid-doctrine" : " ^2.0" ,
33
- "phpunit/phpunit" : " ^ 11.2 " ,
33
+ "phpunit/phpunit" : " 11.5.x-dev " ,
34
34
"symfony/type-info" : " ^7.3-dev"
35
35
},
36
36
"autoload" : {
68
68
{
69
69
"type" : " vcs" ,
70
70
"url" : " https://github.com/symfony/type-info"
71
+ },
72
+ {
73
+ "type" : " vcs" ,
74
+ "url" : " https://github.com/soyuka/phpunit"
71
75
}
72
76
]
73
77
}
Original file line number Diff line number Diff line change 8
8
<directory >./Tests/</directory >
9
9
</testsuite >
10
10
</testsuites >
11
- <source >
11
+ <source ignoreSuppressionOfDeprecations = " true " ignoreIndirectDeprecations = " false " >
12
12
<deprecationTrigger >
13
13
<function >trigger_deprecation</function >
14
14
</deprecationTrigger >
You can’t perform that action at this time.
0 commit comments