Skip to content

Commit

Permalink
Merge pull request #311 from maglnet/3.3.x-merge-up-into-3.4.x_4h6ATz9w
Browse files Browse the repository at this point in the history
Merge release 3.3.1 into 3.4.x
  • Loading branch information
Ocramius authored Nov 8, 2021
2 parents d7bf4b4 + 01c4fb3 commit b503714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<!-- ============================================ -->
<target name="phar-build" depends="run-test">
<!--create the package-->
<php expression="file_put_contents('bin/clistub.php', '#!/usr/bin/env php' . PHP_EOL . Phar::createDefaultStub('bin/composer-require-checker.php'))"/>
<php expression="file_put_contents('bin/clistub.php', '#!/usr/bin/env php' . chr(10) . Phar::createDefaultStub('bin/composer-require-checker.php'))"/>
<pharpackage basedir="./"
destfile="${build-dir}/${phing.project.name}.phar"
stub="bin/clistub.php"
Expand Down

0 comments on commit b503714

Please sign in to comment.