We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 249f4a1 + a32aaaf commit f8f7764Copy full SHA for f8f7764
build.xml
@@ -289,6 +289,14 @@
289
</fileset>
290
</copy>
291
292
+ <copy file="${basedir}/vendor/sebastian/recursion-context/LICENSE" tofile="${basedir}/build/phar/sebastian-recursion-context/LICENSE"/>
293
+ <copy todir="${basedir}/build/phar/sebastian-recursion-context">
294
+ <fileset dir="${basedir}/vendor/sebastian/recursion-context/src">
295
+ <include name="**/*.php" />
296
+ <exclude name="**/autoload.php" />
297
+ </fileset>
298
+ </copy>
299
+
300
<copy file="${basedir}/vendor/sebastian/global-state/LICENSE" tofile="${basedir}/build/phar/sebastian-global-state/LICENSE"/>
301
<copy todir="${basedir}/build/phar/sebastian-global-state">
302
<fileset dir="${basedir}/vendor/sebastian/global-state/src">
0 commit comments