Source: php-symfony-process
Section: php
Priority: optional
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
Uploaders: andrea rota <a@xelera.eu>
Build-Depends: debhelper (>= 9),
               php-symfony-classloader,
               phpunit,
               pkg-php-tools (>= 1.7~)
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-php/php-symfony-process.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-php/php-symfony-process.git
Homepage: http://symfony.com/doc/current/components/process.html

Package: php-symfony-process
Architecture: all
Depends: ${misc:Depends}, ${phpcomposer:Debian-require}
Suggests: ${phpcomposer:Debian-suggest}
Replaces: ${phpcomposer:Debian-replace}
Breaks: ${phpcomposer:Debian-conflict}, ${phpcomposer:Debian-replace}
Provides: ${phpcomposer:Debian-provide}
Description: ${phpcomposer:description}
 This Symfony Component helps with executing commands in sub-processes by
 providing easy access to standard and error output in real-time. It is
 especially handy for dealing with long running sub-processes due to its
 feature to run them asynchronously, while still providing access to their
 full and incremental output. It additionally supports signals, provides
 the PID of a sub-process and allows the definition of process timeouts.
 .
 Symfony is a PHP framework, a set of tools and a development
 methodology.
