Skip to content

Commit 9368ef0

Browse files
committed
Re-organise README.md
1 parent caba37a commit 9368ef0

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

README.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@ OpenStack services, and versions of services, are supported.
1515
* [Contributing guide](/CONTRIBUTING.md)
1616
* [Code of Conduct](/CODE_OF_CONDUCT.md)
1717

18-
## Backward incompatibility
18+
## Getting help
19+
20+
- 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
1922

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.
2423

2524
### Version Guidance
2625

@@ -29,14 +28,18 @@ details.
2928
| `^2.0` | Maintained (Bug fixes only) | `>=7.0,<7.2` | March 2016 - March 2018 |
3029
| `^3.0` | Latest | `^7.0` | March 2018 - March 2020 |
3130

32-
## Getting help
33-
34-
- Meet us on Slack: https://phpopencloud.slack.com ([Get your invitation](https://launchpass.com/phpopencloud))
35-
- Report and issue: https://github.com/php-opencloud/openstack/issues
31+
## Upgrade from 2.x to 3.x
32+
33+
Due to new [object typehint](https://wiki.php.net/rfc/object-typehint) since PHP 7.2, `Object` is a reserved keyword
34+
thus class `OpenStack\ObjectStore\v1\Models\Object` had to be renamed to
35+
`OpenStack\ObjectStore\v1\Models\StorageObject`.
36+
37+
This change was introduced in [#184](https://github.com/php-opencloud/openstack/pull/184).
3638

3739
## Requirements
3840

3941
* PHP 7.0
42+
* `ext-curl`
4043

4144
## How to install
4245

0 commit comments

Comments
 (0)