File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 19
19
use Symfony \Component \AssetMapper \Command \AssetMapperCompileCommand ;
20
20
use Symfony \Component \AssetMapper \Command \DebugAssetMapperCommand ;
21
21
use Symfony \Component \AssetMapper \Command \ImportMapExportCommand ;
22
+ use Symfony \Component \AssetMapper \Command \ImportMapInstallCommand ;
22
23
use Symfony \Component \AssetMapper \Command \ImportMapRemoveCommand ;
23
24
use Symfony \Component \AssetMapper \Command \ImportMapRequireCommand ;
24
25
use Symfony \Component \AssetMapper \Command \ImportMapUpdateCommand ;
202
203
->set ('asset_mapper.importmap.command.export ' , ImportMapExportCommand::class)
203
204
->args ([service ('asset_mapper.importmap.manager ' )])
204
205
->tag ('console.command ' )
206
+
207
+ ->set ('asset_mapper.importmap.command.install ' , ImportMapInstallCommand::class)
208
+ ->args ([service ('asset_mapper.importmap.manager ' )])
209
+ ->tag ('console.command ' )
205
210
;
206
211
};
Original file line number Diff line number Diff line change 77
77
"phpdocumentor/reflection-docblock" : " <3.2.2" ,
78
78
"phpdocumentor/type-resolver" : " <1.4.0" ,
79
79
"symfony/asset" : " <6.4" ,
80
+ "symfony/asset-mapper" : " <6.4" ,
80
81
"symfony/clock" : " <6.4" ,
81
82
"symfony/console" : " <6.4" ,
82
83
"symfony/dotenv" : " <6.4" ,
You can’t perform that action at this time.
0 commit comments