Skip to content

Commit 4415519

Browse files
Remove PHP_Timer from phar
1 parent 13bc52f commit 4415519

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

build.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -385,15 +385,6 @@
385385
</fileset>
386386
</copy>
387387

388-
<!-- PHPUNIT LIBS -->
389-
<copy file="${basedir}/vendor/phpunit/php-timer/LICENSE" tofile="${basedir}/build/phar/lib/php-timer/LICENSE"/>
390-
<copy todir="${basedir}/build/phar/lib/php-timer">
391-
<fileset dir="${basedir}/vendor/phpunit/php-timer/src">
392-
<include name="**/*.php"/>
393-
<exclude name="**/Autoload.*"/>
394-
</fileset>
395-
</copy>
396-
397388
<copy file="${basedir}/vendor/sebastian/environment/LICENSE"
398389
tofile="${basedir}/build/phar/lib/sebastian-environment/LICENSE"/>
399390
<copy todir="${basedir}/build/phar/lib/sebastian-environment">

0 commit comments

Comments
 (0)