浏览代码

Add PHP Semantic Versioning Checker to the Code Analysis section.

A command line utility that compares two source sets and determines the appropriate semantic versioning to apply.
pull/359/head
Tom Rochette 10 年前
父节点
当前提交
8bee754047
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      README.md

+ 1
- 0
README.md 查看文件

@@ -319,6 +319,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
319 319
 * [PHP Manipulator](https://github.com/schmittjoh/php-manipulator) - A library for analysing and modifying PHP Source Code.
320 320
 * [PHP Metrics](https://github.com/Halleck45/PhpMetrics) - A static metric library.
321 321
 * [PHP Refactoring Browser](https://github.com/QafooLabs/php-refactoring-browser) - A command line utility for refactoring PHP code.
322
+* [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.
322 323
 * [UBench](https://github.com/devster/ubench) - A simple micro benchmark library.
323 324
 * [Athletic](https://github.com/polyfractal/athletic) - An annotation based benchmark framework.
324 325
 * [Mondrian](https://github.com/Trismegiste/Mondrian) - A code analysis tool using Graph Theory.

正在加载...
取消
保存