|
1 | 1 | # Doctrine DBAL
|
2 | 2 |
|
3 |
| -| [Master][Master] | [2.8][2.8] | [2.7][2.7] | [Develop][develop] | |
4 |
| -|:----------------:|:----------:|:----------:|:--------------:| |
5 |
| -| [![Build status][Master image]][Master] | [![Build status][2.8 image]][2.8] | [![Build status][2.7 image]][2.7] | [![Build status][develop image]][develop] | |
6 |
| -| [![Build Status][ContinuousPHP image]][ContinuousPHP] | [![Build Status][ContinuousPHP 2.8 image]][ContinuousPHP] | [![Build Status][ContinuousPHP 2.7 image]][ContinuousPHP] | [![Build Status][ContinuousPHP develop image]][ContinuousPHP] | |
7 |
| -| [![Code Coverage][Coverage image]][Scrutinizer Master] | [![Code Coverage][Coverage 2.8 image]][Scrutinizer 2.8] | [![Code Coverage][Coverage 2.7 image]][Scrutinizer 2.7] | [![Code Coverage][Coverage develop image]][Scrutinizer develop] | |
8 |
| -| [![Code Quality][Quality image]][Scrutinizer Master] | [![Code Quality][Quality 2.8 image]][Scrutinizer 2.8] | [![Code Quality][Quality 2.7 image]][Scrutinizer 2.7] | [![Code Quality][Quality develop image]][Scrutinizer develop] | |
9 |
| -| [![AppVeyor][AppVeyor master image]][AppVeyor master] | [![AppVeyor][AppVeyor 2.8 image]][AppVeyor 2.8] | [![AppVeyor][AppVeyor 2.7 image]][AppVeyor 2.7] | [![AppVeyor][AppVeyor develop image]][AppVeyor develop] | |
| 3 | +| [Master][Master] | [2.8][2.8] | [Develop][develop] | |
| 4 | +|:----------------:|:----------:|:------------------:| |
| 5 | +| [![Build status][Master image]][Master] | [![Build status][2.8 image]][2.8] | [![Build status][develop image]][develop] | |
| 6 | +| [![Build Status][ContinuousPHP image]][ContinuousPHP] | [![Build Status][ContinuousPHP 2.8 image]][ContinuousPHP] | [![Build Status][ContinuousPHP develop image]][ContinuousPHP] | |
| 7 | +| [![Code Coverage][Coverage image]][Scrutinizer Master] | [![Code Coverage][Coverage 2.8 image]][Scrutinizer 2.8] | [![Code Coverage][Coverage develop image]][Scrutinizer develop] | |
| 8 | +| [![Code Quality][Quality image]][Scrutinizer Master] | [![Code Quality][Quality 2.8 image]][Scrutinizer 2.8] | [![Code Quality][Quality develop image]][Scrutinizer develop] | |
| 9 | +| [![AppVeyor][AppVeyor master image]][AppVeyor master] | [![AppVeyor][AppVeyor 2.8 image]][AppVeyor 2.8] | [![AppVeyor][AppVeyor develop image]][AppVeyor develop] | |
10 | 10 |
|
11 | 11 | Powerful database abstraction layer with many features for database schema introspection, schema management and PDO abstraction.
|
12 | 12 |
|
@@ -34,14 +34,6 @@ Powerful database abstraction layer with many features for database schema intro
|
34 | 34 | [Scrutinizer 2.8]: https://scrutinizer-ci.com/g/doctrine/dbal/?branch=2.8
|
35 | 35 | [AppVeyor 2.8]: https://ci.appveyor.com/project/doctrine/dbal/branch/2.8
|
36 | 36 | [AppVeyor 2.8 image]: https://ci.appveyor.com/api/projects/status/i88kitq8qpbm0vie/branch/2.8?svg=true
|
37 |
| - [2.7 image]: https://img.shields.io/travis/doctrine/dbal/2.7.svg?style=flat-square |
38 |
| - [Coverage 2.7 image]: https://img.shields.io/scrutinizer/coverage/g/doctrine/dbal/2.7.svg?style=flat-square |
39 |
| - [Quality 2.7 image]: https://img.shields.io/scrutinizer/g/doctrine/dbal/2.7.svg?style=flat-square |
40 |
| - [ContinuousPHP 2.7 image]: https://img.shields.io/continuousphp/git-hub/doctrine/dbal/2.7.svg?style=flat-square |
41 |
| - [2.7]: https://github.com/doctrine/dbal/tree/2.7 |
42 |
| - [Scrutinizer 2.7]: https://scrutinizer-ci.com/g/doctrine/dbal/?branch=2.7 |
43 |
| - [AppVeyor 2.7]: https://ci.appveyor.com/project/doctrine/dbal/branch/2.7 |
44 |
| - [AppVeyor 2.7 image]: https://ci.appveyor.com/api/projects/status/i88kitq8qpbm0vie/branch/2.7?svg=true |
45 | 37 | [develop]: https://github.com/doctrine/dbal/tree/develop
|
46 | 38 | [develop image]: https://img.shields.io/travis/doctrine/dbal/develop.svg?style=flat-square
|
47 | 39 | [Coverage develop image]: https://img.shields.io/scrutinizer/coverage/g/doctrine/dbal/develop.svg?style=flat-square
|
|
0 commit comments