We are proud to announce that version 1.1.0 of PHP_Depend was released on September the 12th 2012. This release closes a critical issue in the context of traits handling.
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.0"
}
}Then install Composer in your project (or download the composer.phar directly):
~ $ curl -s http://getcomposer.org/installer | phpAnd finally let Composer install the project dependencies:
~ $ php composer.phar installDownload the latest version of PHP_Depend as a Phar archive, Composer dependency or through PHP_Depend's PEAR Channel Server.
blog comments powered by Disqus