Skip to content

Commit dc43986

Browse files
Newer versions of webmozart/assert depend on symfony/polyfill-ctype
1 parent 668d8cc commit dc43986

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,13 @@
322322
</fileset>
323323
</copy>
324324

325+
<copy file="${basedir}/vendor/symfony/polyfill-ctype/LICENSE" tofile="${basedir}/build/phar/symfony-polyfill-ctype/LICENSE"/>
326+
<copy todir="${basedir}/build/phar/symfony-polyfill-ctype">
327+
<fileset dir="${basedir}/vendor/symfony/polyfill-ctype">
328+
<include name="**/*.php" />
329+
</fileset>
330+
</copy>
331+
325332
<copy file="${basedir}/vendor/theseer/tokenizer/LICENSE" tofile="${basedir}/build/phar/theseer-tokenizer/LICENSE"/>
326333
<copy todir="${basedir}/build/phar/theseer-tokenizer">
327334
<fileset dir="${basedir}/vendor/theseer/tokenizer/src">

0 commit comments

Comments
 (0)