Skip to content

Commit 6bbe9d6

Browse files
committed
fix(readme): update infection badge URL and refine installation command.
1 parent f4f031a commit 6bbe9d6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<img src="https://github.com/php-forge/support/actions/workflows/build.yml/badge.svg" alt="PHPUnit">
1515
</a>
1616
<a href="https://dashboard.stryker-mutator.io/reports/github.com/php-forge/support/main" target="_blank">
17-
<img src="https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Fyii2-extensions%2Fasset-bootstrap5%2Fmain" alt="Infection">
17+
<img src="https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Fphp-forge%2Fsupport%2Fmain" alt="Infection">
1818
</a>
1919
<a href="https://github.com/php-forge/support/actions/workflows/static.yml" target="_blank">
2020
<img src="https://github.com/php-forge/support/actions/workflows/static.yml/badge.svg" alt="Static Analysis">
@@ -50,7 +50,7 @@
5050
Install the extension.
5151

5252
```bash
53-
composer require --prefer-dist php-forge/support
53+
composer require --dev --prefer-dist php-forge/support:^0.1
5454
```
5555

5656
#### Method 2: Manual installation
@@ -188,5 +188,3 @@ For comprehensive testing guidance, see:
188188
## License
189189

190190
[![License](https://img.shields.io/github/license/php-forge/support?cacheSeconds=0)](LICENSE.md)
191-
192-
The MIT License. Please see [License File](LICENSE.md) for more information.

0 commit comments

Comments
 (0)