We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 668d8cc commit dc43986Copy full SHA for dc43986
build.xml
@@ -322,6 +322,13 @@
322
</fileset>
323
</copy>
324
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
+
332
<copy file="${basedir}/vendor/theseer/tokenizer/LICENSE" tofile="${basedir}/build/phar/theseer-tokenizer/LICENSE"/>
333
<copy todir="${basedir}/build/phar/theseer-tokenizer">
334
<fileset dir="${basedir}/vendor/theseer/tokenizer/src">
0 commit comments