Skip to content

Commit efd6809

Browse files
committed
Update README
1 parent 6e69db1 commit efd6809

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ In this part you can add your needed phar tools under the key "tools".
6666
},
6767
"phpcpd": {
6868
"url": "https://phar.phpunit.de/phpcpd-2.0.4.phar",
69-
"only-dev": true
69+
"only-dev": true,
70+
"rename": true
7071
},
7172
"security-checker": {
7273
"url": "http://get.sensiolabs.org/security-checker.phar",
@@ -85,6 +86,10 @@ In this part you can add your needed phar tools under the key "tools".
8586
After you add the name of the tool as key, you need only one further parameter. The *"url"*.
8687
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.
8788

89+
### rename (optional, default false)
90+
91+
Rename the downloaded tool to the name that is used as key.
92+
8893
### sign-url (optional, default none)
8994

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

0 commit comments

Comments
 (0)