Skip to content

Commit a29d634

Browse files
committed
Updated BC breaks notice and version guidance
1 parent 78441f1 commit a29d634

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,22 @@ OpenStack services, and versions of services, are supported.
1212

1313
* [Official documentation](http://docs.os.php-opencloud.com/)
1414
* [Reference documentation](http://refdocs.os.php-opencloud.com)
15-
* [Developer support](https://developer.rackspace.com/)
16-
* [Mailing list](https://groups.google.com/forum/#!forum/php-opencloud)
1715
* [Contributing guide](/CONTRIBUTING.md)
1816
* [Code of Conduct](/CODE_OF_CONDUCT.md)
1917

2018
## Backward incompatibility
2119

22-
Due to new [object typehint](https://wiki.php.net/rfc/object-typehint) since PHP 7.2, class `OpenStack\ObjectStore\v1\Models\Object` had to be renamed to `OpenStack\ObjectStore\v1\Models\StorageObject`
20+
Due to new [object typehint](https://wiki.php.net/rfc/object-typehint) since PHP 7.2, `Object` is a reserved keyword
21+
thus class `OpenStack\ObjectStore\v1\Models\Object` had to be renamed to
22+
`OpenStack\ObjectStore\v1\Models\StorageObject`. See [#184](https://github.com/php-opencloud/openstack/pull/184) for
23+
details.
24+
25+
### Version Guidance
26+
27+
| Version | Status | PHP Version | Life span |
28+
| --------- | --------------------------- | ------------- | ----------------------- |
29+
| `^2.0` | Maintained (Bug fixes only) | `^=7.0,<7.2` | March 2016 - March 2018 |
30+
| `^3.0` | Latest | `^7.0` | March 2018 - March 2020 |
2331

2432
## Getting help
2533

0 commit comments

Comments
 (0)