Skip to content

Commit 721010a

Browse files
update with cover for unstable versions
1 parent 4445f21 commit 721010a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
This composer plugin is used to protect Adobe Commerce merchants from Dependency confusion attacks. It will detect when a public version of a package
44
at packagist.org has a higher version than the one available from a private like repo.magento.com. When you try to install/update packages with composer,
55
if it detects a potential issue, the plugin will give you a recommendation message and stop the process.
6-
6+
<br />
7+
<br />
8+
By default the plugin will obey the stability configuration in the composer.json config file which is `stable` by default. If you would like to be covered for unstable versions of a package (dev, alpha, beta, RC), you can either change the `minimum-stability` level or explicit require a dev version or only betas with the version constraint for ex: ‘^1.0.2-beta1’
79
## Installation
810

911
```shell

0 commit comments

Comments
 (0)