Skip to content

Commit 2883c92

Browse files
authored
Readme (#227)
* Use coveralls badge. Fixed typo. * Clarify roadmap and support
1 parent 5dcac99 commit 2883c92

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# PHP OpenStack SDK
22

33
[![Build Status](https://travis-ci.org/php-opencloud/openstack.svg?branch=master)](https://travis-ci.org/php-opencloud/openstack)
4-
[![Coveralls github](https://img.shields.io/coveralls/github/php-opencloud/openstack/master.svg?style=flat-square)](https://coveralls.io/github/php-opencloud/openstack)
4+
[![Coverage Status](https://coveralls.io/repos/github/php-opencloud/openstack/badge.svg?branch=master)](https://coveralls.io/github/php-opencloud/openstack?branch=master)
55
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/php-opencloud/openstack/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/php-opencloud/openstack/?branch=master)
66

77
`php-opencloud/openstack` is an SDK which allows PHP developers to easily connect to OpenStack APIs in a simple and
@@ -18,15 +18,15 @@ OpenStack services, and versions of services, are supported.
1818
## Getting help
1919

2020
- Meet us on Slack: https://phpopencloud.slack.com ([Get your invitation](https://launchpass.com/phpopencloud))
21-
- Report and issue: https://github.com/php-opencloud/openstack/issues
21+
- Report an issue: https://github.com/php-opencloud/openstack/issues
2222

2323

24-
### Version Guidance
24+
## Version Guidance
2525

26-
| Version | Status | PHP Version | Life span |
26+
| Version | Status | PHP Version | End of life |
2727
| --------- | --------------------------- | ------------- | ----------------------- |
28-
| `^2.0` | Maintained (Bug fixes only) | `>=7.0,<7.2` | March 2016 - March 2018 |
29-
| `^3.0` | Latest | `^7.0` | March 2018 - March 2020 |
28+
| `^3.0` | Latest | `>=7.0` | March 2020 |
29+
| `^2.0` | Maintained (Bug fixes only) | `>=7.0,<7.2` | March 2018 |
3030

3131
## Upgrade from 2.x to 3.x
3232

0 commit comments

Comments
 (0)