File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
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 37
37
"doctrine/persistence" : " ^1.3|^2|^3" ,
38
38
"seld/jsonlint" : " ^1.10" ,
39
39
"symfony/asset" : " ^5.4|^6.0|^7.0" ,
40
- "symfony/asset-mapper" : " ^6.3 |^7.0" ,
40
+ "symfony/asset-mapper" : " ^6.4 |^7.0" ,
41
41
"symfony/browser-kit" : " ^5.4|^6.0|^7.0" ,
42
42
"symfony/console" : " ^5.4.9|^6.0.9|^7.0" ,
43
43
"symfony/clock" : " ^6.2|^7.0" ,
79
79
"phpdocumentor/reflection-docblock" : " <3.2.2" ,
80
80
"phpdocumentor/type-resolver" : " <1.4.0" ,
81
81
"symfony/asset" : " <5.4" ,
82
+ "symfony/asset-mapper" : " <6.4" ,
82
83
"symfony/clock" : " <6.3" ,
83
84
"symfony/console" : " <5.4" ,
84
85
"symfony/dotenv" : " <5.4" ,
You can’t perform that action at this time.
0 commit comments