8000 write version · symfony/symfony@ca75ec2 · GitHub
[go: up one dir, main page]

Skip to content

Commit ca75ec2

Browse files
committed
write version
1 parent c213bbd commit ca75ec2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Symfony/Component/AssetMapper/ImportMap/ImportMapConfigReader.php

+3
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ public function writeEntries(ImportMapEntries $entries): void
8484
if ($entry->isEntrypoint) {
8585
$config['entrypoint'] = true;
8686
}
87+
if ($entry->version) {
88+
$config['version'] = $entry->version;
89+
}
8790
$importMapConfig[$entry->importName] = $config;
8891
}
8992

0 commit comments

Comments
 (0)
0