Skip to content

Commit 8d0f4bf

Browse files
author
Sven Jungnickel
committed
Add fallback url description to README
1 parent 5c0cbca commit 8d0f4bf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,13 @@ You can add the requirement with this command:
105105
This check often fails if you dont has the public key from the tool author
106106
in your GPG keychain.
107107

108+
### fallback-url (optional, default none)
109+
110+
This option is useful if you want to add an extra layer of stability to your daily build processes.
111+
112+
In case the required url is not accessible and a `fallback-url` is set, tooly uses the fallback url to download the phar file.
113+
The fallback url can be a link to a specific version, such as x.y.z, or a link to the latest version for this phar.
114+
108115
### force-replace (optional, default false)
109116

110117
Every time you update or install with composer the phar tools are checked. You are asked if you want to overwrite

0 commit comments

Comments
 (0)