Skip to content

Commit

Permalink
Update project metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
morozov committed Oct 22, 2022
1 parent b66f55c commit 34a7977
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
10 changes: 5 additions & 5 deletions .doctrine-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
{
"name": "3.5",
"branchName": "3.5.x",
"slug": "3.5",
"upcoming": true
"slug": "current",
"current": true,
"aliases": ["stable"]
},
{
"name": "3.4",
"branchName": "3.4.x",
"slug": "current",
"current": true,
"aliases": ["stable"]
"slug": "3.4",
"maintained": false
},
{
"name": "3.3",
Expand Down
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Doctrine DBAL

| [4.0-dev][4.0] | [3.4][3.4] |
| [4.0-dev][4.0] | [3.5][3.5] |
|:-----------------------------------------------:|:---------------------------------------------------:|
| [![GitHub Actions][GA 4.0 image]][GA 4.0] | [![GitHub Actions][GA 3.4 image]][GA 3.4] |
| [![AppVeyor][AppVeyor 4.0 image]][AppVeyor 4.0] | [![AppVeyor][AppVeyor 3.4 image]][AppVeyor 3.4] |
| [![Code Coverage][Coverage image]][CodeCov 4.0] | [![Code Coverage][Coverage 3.4 image]][CodeCov 3.4] |
| N/A | [![Code Coverage][TypeCov 3.4 image]][TypeCov 3.4] |
| [![GitHub Actions][GA 4.0 image]][GA 4.0] | [![GitHub Actions][GA 3.5 image]][GA 3.5] |
| [![AppVeyor][AppVeyor 4.0 image]][AppVeyor 4.0] | [![AppVeyor][AppVeyor 3.5 image]][AppVeyor 3.5] |
| [![Code Coverage][Coverage image]][CodeCov 4.0] | [![Code Coverage][Coverage 3.5 image]][CodeCov 3.5] |
| N/A | [![Code Coverage][TypeCov 3.5 image]][TypeCov 3.5] |

Powerful ***D***ata***B***ase ***A***bstraction ***L***ayer with many features for database schema introspection and schema management.

Expand All @@ -23,12 +23,12 @@ Powerful ***D***ata***B***ase ***A***bstraction ***L***ayer with many features f
[GA 4.0]: https://github.com/doctrine/dbal/actions?query=workflow%3A%22Continuous+Integration%22+branch%3A4.0.x
[GA 4.0 image]: https://github.com/doctrine/dbal/workflows/Continuous%20Integration/badge.svg

[Coverage 3.4 image]: https://codecov.io/gh/doctrine/dbal/branch/3.4.x/graph/badge.svg
[3.4]: https://github.com/doctrine/dbal/tree/3.4.x
[CodeCov 3.4]: https://codecov.io/gh/doctrine/dbal/branch/3.4.x
[AppVeyor 3.4]: https://ci.appveyor.com/project/doctrine/dbal/branch/3.4.x
[AppVeyor 3.4 image]: https://ci.appveyor.com/api/projects/status/i88kitq8qpbm0vie/branch/3.4.x?svg=true
[GA 3.4]: https://github.com/doctrine/dbal/actions?query=workflow%3A%22Continuous+Integration%22+branch%3A3.4.x
[GA 3.4 image]: https://github.com/doctrine/dbal/workflows/Continuous%20Integration/badge.svg?branch=3.4.x
[TypeCov 3.4]: https://shepherd.dev/github/doctrine/dbal
[TypeCov 3.4 image]: https://shepherd.dev/github/doctrine/dbal/coverage.svg
[Coverage 3.5 image]: https://codecov.io/gh/doctrine/dbal/branch/3.5.x/graph/badge.svg
[3.5]: https://github.com/doctrine/dbal/tree/3.5.x
[CodeCov 3.5]: https://codecov.io/gh/doctrine/dbal/branch/3.5.x
[AppVeyor 3.5]: https://ci.appveyor.com/project/doctrine/dbal/branch/3.5.x
[AppVeyor 3.5 image]: https://ci.appveyor.com/api/projects/status/i88kitq8qpbm0vie/branch/3.5.x?svg=true
[GA 3.5]: https://github.com/doctrine/dbal/actions?query=workflow%3A%22Continuous+Integration%22+branch%3A3.5.x
[GA 3.5 image]: https://github.com/doctrine/dbal/workflows/Continuous%20Integration/badge.svg?branch=3.5.x
[TypeCov 3.5]: https://shepherd.dev/github/doctrine/dbal
[TypeCov 3.5 image]: https://shepherd.dev/github/doctrine/dbal/coverage.svg

0 comments on commit 34a7977

Please sign in to comment.