We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7014487 commit 4e8080cCopy full SHA for 4e8080c
docs/install.md
@@ -54,14 +54,14 @@ Require it with an explicit version constraint allowing its desired stability.
54
```
55
56
The above specifies `develop` branch.
57
- See https://getcomposer.org/doc/articles/versions.md#branches
+ See <https://getcomposer.org/doc/articles/versions.md#branches>
58
59
```console
60
composer require codeigniter4/shield:^1.0.0-beta
61
62
63
The above specifies `v1.0.0-beta` or later and before `v2.0.0`.
64
- See https://getcomposer.org/doc/articles/versions.md#caret-version-range-
+ See <https://getcomposer.org/doc/articles/versions.md#caret-version-range->
65
66
## Initial Setup
67
0 commit comments