Browse Source

Merge pull request #359 from tomzx/master

Add PHP Semantic Versioning Checker to the Code Analysis section.
pull/519/head
Jad Bitar 10 years ago
parent
commit
f609f2674a
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

333
 * [PHP Manipulator](https://github.com/schmittjoh/php-manipulator) - A library for analysing and modifying PHP Source Code.
333
 * [PHP Manipulator](https://github.com/schmittjoh/php-manipulator) - A library for analysing and modifying PHP Source Code.
334
 * [PHP Metrics](https://github.com/Halleck45/PhpMetrics) - A static metric library.
334
 * [PHP Metrics](https://github.com/Halleck45/PhpMetrics) - A static metric library.
335
 * [PHP Refactoring Browser](https://github.com/QafooLabs/php-refactoring-browser) - A command line utility for refactoring PHP code.
335
 * [PHP Refactoring Browser](https://github.com/QafooLabs/php-refactoring-browser) - A command line utility for refactoring PHP code.
336
+* [PHP Semantic Versioning Checker](https://github.com/tomzx/php-semver-checker) - A command line utility that compares two source sets and determines the appropriate semantic versioning to apply.
336
 * [UBench](https://github.com/devster/ubench) - A simple micro benchmark library.
337
 * [UBench](https://github.com/devster/ubench) - A simple micro benchmark library.
337
 * [Athletic](https://github.com/polyfractal/athletic) - An annotation based benchmark framework.
338
 * [Athletic](https://github.com/polyfractal/athletic) - An annotation based benchmark framework.
338
 * [Mondrian](https://github.com/Trismegiste/Mondrian) - A code analysis tool using Graph Theory.
339
 * [Mondrian](https://github.com/Trismegiste/Mondrian) - A code analysis tool using Graph Theory.

Loading…
Cancel
Save