File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
drush/Commands/core_development Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 4343 "drupal/core" : " *" ,
4444 "drupal/core-dev" : " *" ,
4545 "drupal/core-recommended" : " *" ,
46- "drush/drush" : " ^11.6 || ^ 12" ,
46+ "drush/drush" : " ^12" ,
4747 "phpspec/prophecy-phpunit" : " *" ,
4848 "symfony/var-dumper" : " ^5.4 | ^6.2"
4949 },
Original file line number Diff line number Diff line change 77use Drupal \Core \Site \Settings ;
88use Drush \Commands \DrushCommands ;
99use Drush \Drush ;
10+ use Psr \Container \ContainerInterface as DrushContainer ;
1011use Symfony \Component \DependencyInjection \ContainerInterface ;
1112use Symfony \Component \HttpFoundation \Request ;
1213
@@ -27,7 +28,7 @@ public function __construct(
2728 parent ::__construct ();
2829 }
2930
30- public static function create ( ContainerInterface $ container , $ drush_container ): self {
31+ public static function createEarly ( DrushContainer $ drush_container ): self {
3132 $ commandHandler = new static (
3233 $ drush_container ->get ('loader ' )
3334 );
You can’t perform that action at this time.
0 commit comments