From 2729588078b96241d6b9cec3f312fae5396a59c4 Mon Sep 17 00:00:00 2001 From: ziadoz Date: Tue, 4 Dec 2012 09:03:07 -0800 Subject: [PATCH] --- awesome-php.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awesome-php.md b/awesome-php.md index 1c460d4..712023e 100644 --- a/awesome-php.md +++ b/awesome-php.md @@ -105,8 +105,8 @@ A list of amazingly awesome PHP libraries that you should be using: * [HomeBrew](http://mxcl.github.com/homebrew/) - A package manager for OSX. * [HomeBrew PHP](https://github.com/josegonzalez/homebrew-php) - A PHP tap for HomeBrew. * [PHP Env](https://github.com/CHH/phpenv) - A PHP version manager. -* [PHP Build](https://github.com/CHH/php-build) - A PHP version installer. -* [PHP Brew](https://github.com/c9s/phpbrew) - Another PHP version installer. +* [PHP Brew](https://github.com/c9s/phpbrew) - A PHP version installer. +* [PHP Build](https://github.com/CHH/php-build) - Another PHP version installer. * [PHP CS Fixer](https://github.com/fabpot/PHP-CS-Fixer) - A coding standard fixer library. * [PHP Parser](https://github.com/nikic/PHP-Parser) - A PHP parser written in PHP. * [PHP Manipulator](https://github.com/schmittjoh/php-manipulator) - A library for analysing and modifying PHP Source Code.