Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy-muehle committed Mar 4, 2019
1 parent 6e69db1 commit efd6809
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ In this part you can add your needed phar tools under the key "tools".
},
"phpcpd": {
"url": "https://phar.phpunit.de/phpcpd-2.0.4.phar",
"only-dev": true
"only-dev": true,
"rename": true
},
"security-checker": {
"url": "http://get.sensiolabs.org/security-checker.phar",
Expand All @@ -85,6 +86,10 @@ In this part you can add your needed phar tools under the key "tools".
After you add the name of the tool as key, you need only one further parameter. The *"url"*.
The url can be a link to a specific version, such as x.y.z, or a link to the latest version for this phar.

### rename (optional, default false)

Rename the downloaded tool to the name that is used as key.

### sign-url (optional, default none)

If this parameter is set tooly checks if the PHAR file in url has a valid signature by
Expand Down

0 comments on commit efd6809

Please sign in to comment.