Skip to content

Commit

Permalink
Update README for 3.x version
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcdawkins committed Nov 25, 2024
1 parent 6219d42 commit 8059e41
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,17 @@

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

We recommend you use the [Platform.sh CLI](https://github.com/platformsh/platformsh-cli) (which uses this library) for most purposes.

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

### Versions

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

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

## Install

```sh
Expand Down

0 comments on commit 8059e41

Please sign in to comment.