Skip to content

Commit 8059e41

Browse files
committed
Update README for 3.x version
1 parent 6219d42 commit 8059e41

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,17 @@
22

33
This is a PHP library for accessing the Platform.sh API.
44

5-
We recommend you use the [Platform.sh CLI](https://github.com/platformsh/platformsh-cli) (which uses this library) for most purposes.
6-
7-
[![Build Status](https://travis-ci.org/platformsh/platformsh-client-php.svg?branch=master)](https://travis-ci.org/platformsh/platformsh-client-php)
5+
We recommend you use the [Platform.sh CLI](https://github.com/platformsh/cli) (which uses this library) for most purposes.
86

97
### Versions
108

9+
- The `3.x` branch (major version 3) requires PHP 8.2 and above.
1110
- The `2.x` branch (major version 2) requires PHP 7.2.5 and above.
11+
This branch is no longer maintained.
1212
- The `1.x` branch (any version < 2) supports PHP 5.5.9 and above, and uses Guzzle 5.
1313
Old PHP versions are supported by the [Platform.sh CLI](https://github.com/platformsh/platformsh-cli), which
1414
is why this branch is still maintained.
1515

16-
[![Build Status](https://travis-ci.org/platformsh/platformsh-client-php.svg?branch=1.x)](https://travis-ci.org/platformsh/platformsh-client-php)
17-
1816
## Install
1917

2018
```sh

0 commit comments

Comments
 (0)