Skip to content

Commit f8f7764

Browse files
Merge branch '4.4' into 4.5
2 parents 249f4a1 + a32aaaf commit f8f7764

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

build.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,14 @@
289289
</fileset>
290290
</copy>
291291

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+
292300
<copy file="${basedir}/vendor/sebastian/global-state/LICENSE" tofile="${basedir}/build/phar/sebastian-global-state/LICENSE"/>
293301
<copy todir="${basedir}/build/phar/sebastian-global-state">
294302
<fileset dir="${basedir}/vendor/sebastian/global-state/src">

0 commit comments

Comments
 (0)