Commit fb4628c3 by bynare Committed by GitHub

clarify wildcard dependency specification (#2229)

parent 8e5d46f1
...@@ -42,7 +42,7 @@ If you only specify a major version, then minor- and patch-level changes are all ...@@ -42,7 +42,7 @@ If you only specify a major version, then minor- and patch-level changes are all
### Wildcard requirements ### Wildcard requirements
**Wildcard requirements** allow for any version where the wildcard is positioned. **Wildcard requirements** allow for the latest (dependency dependent) version where the wildcard is positioned.
`*`, `1.*` and `1.2.*` are examples of wildcard requirements. `*`, `1.*` and `1.2.*` are examples of wildcard requirements.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment