File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff 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".
8586After you add the name of the tool as key, you need only one further parameter. The * "url"* .
8687The 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
9095If this parameter is set tooly checks if the PHAR file in url has a valid signature by
You can’t perform that action at this time.
0 commit comments