Fix redirects.

This commit is contained in:
Jamie 2019-10-02 21:31:08 +01:00
parent 1930bc82aa
commit fac7bc1967
1 changed files with 2 additions and 2 deletions

View File

@ -120,7 +120,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [CakePHP](https://cakephp.org/) - A rapid application development framework (CP).
* [Laravel 6](https://laravel.com/) - Another PHP framework (L6).
* [Nette](https://nette.org) - Another framework comprised of individual components.
* [Phalcon](https://phalcon.io/en/) - A framework implemented as a C extension.
* [Phalcon](https://phalcon.io/en-us/ ) - A framework implemented as a C extension.
* [PPI Framework 2](https://github.com/ppi) - An interoperability framework.
* [Symfony](https://symfony.com/) - A framework comprised of individual components (SF).
* [Yii2](https://github.com/yiisoft/yii2/) - Another PHP framework.
@ -422,7 +422,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [Tracy](https://github.com/nette/tracy) - A simple error detection, logging and time measuring library.
* [xDebug](https://github.com/xdebug/xdebug) - A debug and profile tool for PHP.
* [XHProf](https://github.com/phacility/xhprof) - A profiling tool originally developed by Facebook.
* [Z-Ray](https://www.zend.com/products/server/z-ray) - A debug and profile tool for Zend Server.
* [Z-Ray](https://www.zend.com/products/z-ray) - A debug and profile tool for Zend Server.
### Build Tools
*Project build and automation tools.*