Skip to content

Commit

Permalink
composer.json php 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ecoologic committed Nov 17, 2023
1 parent 8f42554 commit 660d798
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CBP_UPGRADE_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The best way to upgrade your app to support CBP is to use the iterator we provid

**Note**: The iterator will automatically convert the param `page_size` to work with CBP.

The iterator is available in `v2.3`, which you can download with:
The iterator is available in `v3.0`, which you can download with:

```sh
composer update zendesk/zendesk_api_client_php
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "Apache-2.0",
"homepage": "https://github.com/zendesk/zendesk_api_client_php",
"require": {
"php": ">=5.5.0",
"php": ">=7.4.0",
"guzzlehttp/guzzle": "^6.0 || ^7.0",
"guzzlehttp/psr7": "^1.7 || ^2.0",
"mmucklo/inflect": "0.3.*"
Expand Down

0 comments on commit 660d798

Please sign in to comment.