PHP Depend - Software Metrics for PHP

Version 2.0.3 released

:Author: Manuel Pichler :Copyright: All rights reserved :Description: Auto generated release announcement. :Keywords: Release, Version, Trait, bugfixes

We are proud to announce version 2.0.3 of PDepend. For more details visit the version release site.

With this release we make composer a first citizen distribution channel of PHP_Depend, just add PHP_Depend as a dependency to your composer.json :

{
    "require": {

        "pdepend/pdepend" : "2.0.3"
    }
}

Then install Composer in your project (or download the composer.phar directly):

~ $ curl -s http://getcomposer.org/installer | php

And finally let Composer install the project dependencies:

~ $ php composer.phar install

Download

Download the latest version of PHP_Depend as a Phar archive or Composer dependency.