Source: php-timer
Section: php
Priority: optional
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
Uploaders: Prach Pongpanich <prachpub@gmail.com>,
           David Prévot <taffit@debian.org>
Build-Depends: ant,
               debhelper-compat (= 13),
               dh-sequence-phpcomposer,
               phpab,
               phpunit (>= 10) <!nocheck>
Standards-Version: 4.7.0
Homepage: https://github.com/sebastianbergmann/php-timer
Vcs-Git: https://salsa.debian.org/php-team/pear/php-timer.git
Vcs-Browser: https://salsa.debian.org/php-team/pear/php-timer
Rules-Requires-Root: no

Package: php-timer
Multi-Arch: foreign
Architecture: all
Depends: ${misc:Depends}, ${phpcomposer:Debian-require}
Recommends: ${phpcomposer:Debian-recommend}
Breaks: ${phpcomposer:Debian-conflict}, ${phpcomposer:Debian-replace}
Suggests: ${phpcomposer:Debian-suggest}
Provides: ${phpcomposer:Debian-provide}
Description: ${phpcomposer:description}
 PHP_Timer is a utility class for timing used by PHPUnit. PHPUnit is
 a unit testing suite for the PHP language, modelled on the xUnit
 testing framework.