Skip to content

Commit 9f31fc2

Browse files
Include PSR interface to PHAR
1 parent b15ff6b commit 9f31fc2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

build.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,20 @@
377377
<include name="**/*.php"/>
378378
</fileset>
379379
</copy>
380+
<copy file="${basedir}/vendor/psr/http-client/LICENSE"
381+
tofile="${basedir}/build/phar/lib/psr/http-client/LICENSE"/>
382+
<copy todir="${basedir}/build/phar/lib/psr/http-client">
383+
<fileset dir="${basedir}/vendor/psr/http-client/src">
384+
<include name="**/*.php"/>
385+
</fileset>
386+
</copy>
387+
<copy file="${basedir}/vendor/psr/http-factory/LICENSE"
388+
tofile="${basedir}/build/phar/lib/psr/http-factory/LICENSE"/>
389+
<copy todir="${basedir}/build/phar/lib/psr/http-factory">
390+
<fileset dir="${basedir}/vendor/psr/http-factory/src">
391+
<include name="**/*.php"/>
392+
</fileset>
393+
</copy>
380394
<copy file="${basedir}/vendor/mtdowling/jmespath.php/LICENSE"
381395
tofile="${basedir}/build/phar/lib/mtdowling/jmespath.php/LICENSE"/>
382396
<copy todir="${basedir}/build/phar/lib/mtdowling/jmespath.php">

0 commit comments

Comments
 (0)