PHP Depend - Software Metrics for PHP

Version 1.1.1 released

:Author: Manuel Pichler :Copyright: All rights reserved :Description: Closes some 5.4 related bugs. :Keywords: Release, Version, Trait, bugfixes

After some silence we are proud to announce PDepend version 1.1.1. A bug fix release that closes a PHP 5.4 short array syntax bug.

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" : "1.1.1"
    }
}

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, Composer dependency or through PHP_Depend's PEAR Channel Server.