Skip to content

Commit

Permalink
Merge branch '6.5' into 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Nov 8, 2018
2 parents 1bb3ca0 + 9f149b9 commit 786bb8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -120,7 +120,7 @@
</exec>
</target>

<target name="phar" depends="-phar-determine-version,-phar-prepare" description="Create PHAR archive of PHPUnit and all its dependencies">
<target name="phar" depends="-phar-prepare,-phar-determine-version" description="Create PHAR archive of PHPUnit and all its dependencies">
<antcall target="-phar-build">
<param name="type" value="release"/>
</antcall>
Expand Down

0 comments on commit 786bb8f

Please sign in to comment.