Skip to content

Commit

Permalink
Fix phar build
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianfeldmann committed Jul 31, 2019
1 parent dac0d99 commit df165ea
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 @@ -115,7 +115,7 @@
<include name="**/*.php"/>
</fileset>
</copy>
<copy file="${basedir}/vendor/phpoption/phpoption/LICENSE.txt" tofile="${basedir}/build/phar/lib/phpoption/LICENSE"/>
<copy file="${basedir}/vendor/phpoption/phpoption/LICENSE" tofile="${basedir}/build/phar/lib/phpoption/LICENSE"/>
<copy todir="${basedir}/build/phar/lib/phpoption">
<fileset dir="${basedir}/vendor/phpoption/phpoption/src">
<include name="**/*.php"/>
Expand Down

0 comments on commit df165ea

Please sign in to comment.