Skip to content

Commit

Permalink
Merge branch 'release/v1.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenekdrahos committed May 28, 2015
2 parents 79d57f1 + 5dd27b3 commit c0f9c44
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 14 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Analyze PHP code with one command.

[![License](https://poser.pugx.org/edgedesign/phpqa/license)](https://packagist.org/packages/edgedesign/phpqa)
[![Latest Stable Version](https://poser.pugx.org/edgedesign/phpqa/v/stable)](https://packagist.org/packages/edgedesign/phpqa)
[![Dependency Status](https://www.versioneye.com/user/projects/5562ac79366466001b5a0000/badge.svg?style=flat)](https://www.versioneye.com/user/projects/5562ac79366466001b5a0000)
[![Dependency Status](https://www.versioneye.com/user/projects/5566c1666365390010c20000/badge.svg?style=flat)](https://www.versioneye.com/user/projects/5566c1666365390010c20000)

## Why?

Expand Down Expand Up @@ -53,7 +53,7 @@ export PATH=~/path-to-phpqa-cli-repository-from-pwd:$PATH
### Composer

```bash
composer global require 'edgedesigncz/php-qa-cli=*' --update-no-dev
composer global require 'edgedesign/phpqa=*' --update-no-dev
# Make sure you have ~/.composer/vendor/bin/ in your PATH.
```

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"pdepend/pdepend": "*",
"sebastian/phpcpd": "*",
"squizlabs/php_codesniffer": "*",
"halleck45/phpmetrics": "dev-master"
"halleck45/phpmetrics": "*"
},
"require-dev": {
"phpunit/phpunit": "*",
Expand Down
20 changes: 9 additions & 11 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c0f9c44

Please sign in to comment.