org_heigl/devpackages

This is a META-Package combining often-used development-packages

dev-master 2013-09-12 08:24 UTC

This package is auto-updated.

Last update: 2024-03-23 08:15:44 UTC


README

This is a meta-package that simply combines some packages.

Currently the following are included:

  • Phing
  • PHPUnit
  • PHP-Depend
  • PHP-MessDetector
  • PHPCodeSniffer
  • PHPDocumentor

Installation

Include the following line into your composer.conf:

"require-dev" : {
    "mdv/devpackages" : "dev-master"
}

and run composer.phar install