Skip to content

Commit

Permalink
Merge branch 'main' into 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianfeldmann committed Aug 12, 2023
2 parents c9ccf96 + 9f31fc2 commit 1571416
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,20 @@
<include name="**/*.php"/>
</fileset>
</copy>
<copy file="${basedir}/vendor/psr/http-client/LICENSE"
tofile="${basedir}/build/phar/lib/psr/http-client/LICENSE"/>
<copy todir="${basedir}/build/phar/lib/psr/http-client">
<fileset dir="${basedir}/vendor/psr/http-client/src">
<include name="**/*.php"/>
</fileset>
</copy>
<copy file="${basedir}/vendor/psr/http-factory/LICENSE"
tofile="${basedir}/build/phar/lib/psr/http-factory/LICENSE"/>
<copy todir="${basedir}/build/phar/lib/psr/http-factory">
<fileset dir="${basedir}/vendor/psr/http-factory/src">
<include name="**/*.php"/>
</fileset>
</copy>
<copy file="${basedir}/vendor/mtdowling/jmespath.php/LICENSE"
tofile="${basedir}/build/phar/lib/mtdowling/jmespath.php/LICENSE"/>
<copy todir="${basedir}/build/phar/lib/mtdowling/jmespath.php">
Expand Down

0 comments on commit 1571416

Please sign in to comment.