Skip to content

Commit 1ce5e20

Browse files
committed
adjusting build script
1 parent 463f85a commit 1ce5e20

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/build-packages.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@
1616

1717
$json = preg_replace('/\n "repositories": \[\n.*?\n \],/s', '', $json);
1818
$json = rtrim(json_encode(['repositories' => $package->repositories], $flags), "\n}").','.substr($json, 1);
19-
file_put_contents('composer.json', $json);
19+
$json = preg_replace('/"symfony\/ux-twig-component": "(\^[\d]+\.[\d]+)"/s', '"symfony/ux-twig-component": "@dev"', $json);
20+
file_put_contents($dir.'/composer.json', $json);
2021

0 commit comments

Comments
 (0)