Skip to content

Commit

Permalink
Add the composer.json and composer.lock file to the .phar file.
Browse files Browse the repository at this point in the history
  • Loading branch information
tvbeek committed Feb 23, 2024
1 parent 3b3961c commit 600d70b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
<copy todir="${output.dir}/src/main/resources/rulesets">
<fileset dir="${commons.srcdir.resource}/rulesets" />
</copy>
<copy file="${basedir}/composer.json" todir="${output.dir}/" />
<copy file="${basedir}/composer.lock" todir="${output.dir}/" />
</target>

<!--
Expand Down

0 comments on commit 600d70b

Please sign in to comment.