Skip to content

Commit c2fd2df

Browse files
committed
bug #51545 [AssetMapper] Make importmap:install command download the same version (jmsche)
This PR was squashed before being merged into the 6.4 branch. Discussion ---------- [AssetMapper] Make importmap:install command download the same version | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | N/A | License | MIT | Doc PR | N/A This PR improves the behaviour of the new `importmap:install` command by downloading the same version of the files that were already installed, given we already have the URL. Commits ------- 8db0a73e7a [AssetMapper] Make importmap:install command download the same version
2 parents 2dc9281 + bdac64e commit c2fd2df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Resources/config/asset_mapper.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@
143143
abstract_arg('importmap.php path'),
144144
abstract_arg('vendor directory'),
145145
service('asset_mapper.importmap.resolver'),
146+
service('http_client'),
146147
])
147148
->alias(ImportMapManager::class, 'asset_mapper.importmap.manager')
148149

0 commit comments

Comments
 (0)