On 2014-09-05 11:01, Daniel Kinzler wrote:
As far as I know, no unreviewed 3rd party php code is running on the public facing app servers. Anything that has a debian package is ok. Don't know about PEAR...
Then we are nearly fine. Comparing debian testing with https://github.com/wmde/WikibaseQueryEngine/blob/894636508c0b590b02bdd325f42... :
$ aptitude show php-doctrine-dbal |grep Version Version: 2.4.2-4
That fullfills "doctrine/dbal": "~2.4".
$ aptitude show php-symfony-console |grep Version Version: 2.3.1+dfsg-1
This is a bit behind "symfony/console": "~2.4". No newer version available in debian, yet. Which can be changed.