8000 Fix release script · symfony/requirements-checker@e158a5b · GitHub
[go: up one dir, main page]

Skip to content < 8000 span data-view-component="true" class="progress-pjax-loader Progress position-fixed width-full">

Commit e158a5b

Browse files
committed
Fix release script
1 parent 10e35b4 commit e158a5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/release.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
$contents = str_replace('<?php', '', $contents);
1717
$contents = preg_replace('{^require_once .+$}m', '', $contents);
1818

19-
file_put_contents($root.'/check-requirements.php', "<?php\n".$contents);
19+
echo "<?php\n".$contents;

0 commit comments

Comments
 (0)
0