From dd5c4064042cd5c823e7df47ec918d05ceed6c51 Mon Sep 17 00:00:00 2001 From: Michiel Rook Date: Mon, 30 Jun 2014 09:07:11 +0200 Subject: [PATCH] Fix typos, add phpdocumentor to require-dev --- composer.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 41173150d5..7cad5d3209 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,8 @@ "php": ">=5.2.0" }, "require-dev": { - "phpunit/phpunit": ">=3.7" + "phpunit/phpunit": ">=3.7", + "phpdocumentor/phpdocumentor": "2.x" }, "autoload": { "classmap": ["classes/phing/"] @@ -41,8 +42,9 @@ "pdepend/pdepend": "PHP version of JDepend", "phploc/phploc": "A tool for quickly measuring the size of a PHP project", "phpunit/phpunit": "The PHP Unit Testing Framework", - "phpunit/php-code-coverage": "Library that provides collection, processing, and rendering functionality for PHP code coverage information", "pear/versioncontrol_svn": "A simple OO-style interface for Subversion, the free/open-source version control system", - "pear/versioncontorl_git": "A library that provides OO interface to handle Git repository", + "phpunit/php-code-coverage": "Library that provides collection, processing, and rendering functionality for PHP code coverage information", + "pear/versioncontrol_svn": "A simple OO-style interface for Subversion, the free/open-source version control system", + "pear/versioncontrol_git": "A library that provides OO interface to handle Git repository", "pear/archive_tar": "Tar file management class", "tedivm/jshrink": "Javascript Minifier built in PHP" }