Skip to content

Commit

Permalink
Newer versions of webmozart/assert depend on symfony/polyfill-ctype
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Aug 3, 2019
1 parent 668d8cc commit dc43986
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,13 @@
</fileset>
</copy>

<copy file="${basedir}/vendor/symfony/polyfill-ctype/LICENSE" tofile="${basedir}/build/phar/symfony-polyfill-ctype/LICENSE"/>
<copy todir="${basedir}/build/phar/symfony-polyfill-ctype">
<fileset dir="${basedir}/vendor/symfony/polyfill-ctype">
<include name="**/*.php" />
</fileset>
</copy>

<copy file="${basedir}/vendor/theseer/tokenizer/LICENSE" tofile="${basedir}/build/phar/theseer-tokenizer/LICENSE"/>
<copy todir="${basedir}/build/phar/theseer-tokenizer">
<fileset dir="${basedir}/vendor/theseer/tokenizer/src">
Expand Down

0 comments on commit dc43986

Please sign in to comment.