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 87f7130 commit ae5c6d3Copy full SHA for ae5c6d3
1 file changed
build.xml
@@ -233,6 +233,13 @@
233
</fileset>
234
</copy>
235
236
+ <copy file="${basedir}/vendor/sebastian/file-filter/LICENSE" tofile="${basedir}/build/tmp/phar/sebastian-file-filter/LICENSE"/>
237
+ <copy todir="${basedir}/build/tmp/phar/sebastian-file-filter">
238
+ <fileset dir="${basedir}/vendor/sebastian/file-filter/src">
239
+ <include name="**/*.php" />
240
+ </fileset>
241
+ </copy>
242
+
243
<copy file="${basedir}/vendor/sebastian/git-state/LICENSE" tofile="${basedir}/build/tmp/phar/sebastian-git-state/LICENSE"/>
244
<copy todir="${basedir}/build/tmp/phar/sebastian-git-state">
245
<fileset dir="${basedir}/vendor/sebastian/git-state/src">
0 commit comments