Skip to content

Commit

Permalink
Remove dev alias and unstable badge
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Jun 16, 2022
1 parent 963d846 commit 94c15ba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Symfony Bot Detection Bundle

[![Latest Version][ico-version]][link-packagist]
[![Latest Unstable Version][ico-unstable-version]][link-packagist]
[![Software License][ico-license]](LICENSE)
[![Build Status][ico-github-actions]][link-github-actions]
[![Code Coverage][ico-code-coverage]][link-code-coverage]
Expand Down Expand Up @@ -53,7 +52,6 @@ and you can use it inside your twig templates:
{% endif %}
```
[ico-version]: https://poser.pugx.org/setono/bot-detection-bundle/v/stable
[ico-unstable-version]: https://poser.pugx.org/setono/bot-detection-bundle/v/unstable
[ico-license]: https://poser.pugx.org/setono/bot-detection-bundle/license
[ico-github-actions]: https://github.com/Setono/BotDetectionBundle/workflows/build/badge.svg
[ico-code-coverage]: https://codecov.io/gh/Setono/BotDetectionBundle/branch/master/graph/badge.svg
Expand Down
5 changes: 0 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@
},
"sort-packages": true
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"scripts": {
"analyse": "psalm --threads=8",
"bench": "phpbench run tests/Benchmark --report=default",
Expand Down

0 comments on commit 94c15ba

Please sign in to comment.