File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 23
23
},
24
24
"require-dev" : {
25
25
"doctrine/coding-standard" : " ^12.0" ,
26
- "rector/rector" : " ^0.18 " ,
26
+ "rector/rector" : " ^2.0 " ,
27
27
"symfony/browser-kit" : " ^6.3 || ^7.0" ,
28
28
"symfony/filesystem" : " ^6.3 || ^7.0" ,
29
29
"symfony/framework-bundle" : " ^6.3.5 || ^7.0" ,
Original file line number Diff line number Diff line change 19
19
*/
20
20
21
21
use Rector \Config \RectorConfig ;
22
- use Rector \Core \ValueObject \PhpVersion ;
23
22
use Rector \Set \ValueObject \LevelSetList ;
24
23
use Rector \Set \ValueObject \SetList ;
24
+ use Rector \ValueObject \PhpVersion ;
25
25
26
26
return static function (RectorConfig $ rectorConfig ): void {
27
27
$ rectorConfig ->parallel ();
Original file line number Diff line number Diff line change 20
20
21
21
namespace MongoDB \Bundle ;
22
22
23
+ use MongoDB \Bundle \DependencyInjection \Compiler \DataCollectorPass ;
23
24
use MongoDB \Bundle \DependencyInjection \MongoDBExtension ;
24
25
use Symfony \Component \DependencyInjection \ContainerBuilder ;
25
26
use Symfony \Component \DependencyInjection \Extension \ExtensionInterface ;
@@ -34,6 +35,6 @@ public function getContainerExtension(): ?ExtensionInterface
34
35
35
36
public function build (ContainerBuilder $ container ): void
36
37
{
37
- $ container ->addCompilerPass (new DependencyInjection \ Compiler \ DataCollectorPass ());
38
+ $ container ->addCompilerPass (new DataCollectorPass ());
38
39
}
39
40
}
You can’t perform that action at this time.
0 commit comments