Skip to content

Commit

Permalink
Merge pull request #18 from krystal/bencromwell-patch-1
Browse files Browse the repository at this point in the history
chore(docs): v3 and up is semantic versioning
  • Loading branch information
bencromwell authored Jul 1, 2024
2 parents b25ab22 + 538cae2 commit ed74d16
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ A PHP library for integrating with [Katapult](https://katapult.io/)
## Version constraints
* [v1.x](https://github.com/krystal/katapult-php/tree/1.x) supports PHP 5.6
* [v2.x](https://github.com/krystal/katapult-php/tree/2.x) supports PHP 7.4
* v3.x supports PHP 8.1

From version 3, we switched to an OpenAPI based generator.

Versions 3 and up require a minimum of PHP 8.1 and follow semantic versioning.

Please refer to `composer.json` for any specific language requirements for your version.

## Installation

Expand Down

0 comments on commit ed74d16

Please sign in to comment.