Skip to content

Commit b399763

Browse files
Merge branch '6.4' into 7.0
* 6.4: [AssetMapper] Add command to download missing downloaded packages [FrameworkBundle] Fix "save_path" deprecation
2 parents 1817356 + fe4833c commit b399763

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Resources/config/asset_mapper.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
use Symfony\Component\AssetMapper\Command\AssetMapperCompileCommand;
2020
use Symfony\Component\AssetMapper\Command\DebugAssetMapperCommand;
2121
use Symfony\Component\AssetMapper\Command\ImportMapExportCommand;
22+
use Symfony\Component\AssetMapper\Command\ImportMapInstallCommand;
2223
use Symfony\Component\AssetMapper\Command\ImportMapRemoveCommand;
2324
use Symfony\Component\AssetMapper\Command\ImportMapRequireCommand;
2425
use Symfony\Component\AssetMapper\Command\ImportMapUpdateCommand;
@@ -202,5 +203,9 @@
202203
->set('asset_mapper.importmap.command.export', ImportMapExportCommand::class)
203204
->args([service('asset_mapper.importmap.manager')])
204205
->tag('console.command')
206+
207+
->set('asset_mapper.importmap.command.install', ImportMapInstallCommand::class)
208+
->args([service('asset_mapper.importmap.manager')])
209+
->tag('console.command')
205210
;
206211
};

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
"phpdocumentor/reflection-docblock": "<3.2.2",
7878
"phpdocumentor/type-resolver": "<1.4.0",
7979
"symfony/asset": "<6.4",
80+
"symfony/asset-mapper": "<6.4",
8081
"symfony/clock": "<6.4",
8182
"symfony/console": "<6.4",
8283
"symfony/dotenv": "<6.4",

0 commit comments

Comments
 (0)