Browse Source

Merge pull request #44 from antonbabenko/patch-1

Moved scrutinizer-ci from "Security" to "Code Analysis"
pull/31/merge
Jamie York 12 years ago
parent
commit
572ab6df25
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

229
 * [PHP SSH](https://github.com/Herzult/php-ssh) - An experimental object orientated SSH wrapper library.
229
 * [PHP SSH](https://github.com/Herzult/php-ssh) - An experimental object orientated SSH wrapper library.
230
 * [IniScan](https://github.com/psecio/iniscan) - A tool that scans PHP INI files for security.
230
 * [IniScan](https://github.com/psecio/iniscan) - A tool that scans PHP INI files for security.
231
 * [SensioLabs Security Check](https://security.sensiolabs.org/) - A web tool to check your Composer dependecies for security advisories.
231
 * [SensioLabs Security Check](https://security.sensiolabs.org/) - A web tool to check your Composer dependecies for security advisories.
232
-* [Scrutinizer](https://scrutinizer-ci.com/) - A web tool to scrutinise PHP code.
233
 * [Zed](https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project) - An integrated penetration testing tool for web applications.
232
 * [Zed](https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project) - An integrated penetration testing tool for web applications.
234
 
233
 
235
 ## Code Analysis
234
 ## Code Analysis
252
 * [PHP Debug Bar](http://phpdebugbar.com/) - A debugging toolbar.
251
 * [PHP Debug Bar](http://phpdebugbar.com/) - A debugging toolbar.
253
 * [PHP Console](https://github.com/Seldaek/php-console) - A web debugging console.
252
 * [PHP Console](https://github.com/Seldaek/php-console) - A web debugging console.
254
 * [PHPDBG](http://phpdbg.com/) - An interactive PHP debugger.
253
 * [PHPDBG](http://phpdbg.com/) - An interactive PHP debugger.
254
+* [Scrutinizer](https://scrutinizer-ci.com/) - A web tool to scrutinise PHP code.
255
 
255
 
256
 ## Build Tools
256
 ## Build Tools
257
 *Project build and automation tools.*
257
 *Project build and automation tools.*

Loading…
Cancel
Save