PHP SDK still at 1.0 - can't update

I can’t seem to update infusionsoft/php-sdk on my PHP 7.4.2 setup.
cat composer.json
{
“require”: {
“infusionsoft/php-sdk”: “^1.0”
}
}

~/public_html/infusionsoft$ php composer.phar update infusionsoft/php-sdk
Loading composer repositories with package information
Updating dependencies (including require-dev)
Nothing to install or update
Package zendframework/zend-diactoros is abandoned, you should avoid using it. Use laminas/laminas-diactoros instead.
Writing lock file
Generating autoload files

cat vendor/infusionsoft/php-sdk/CHANGELOG.md 
# Changelog

All notable changes to this project will be documented in this file.

## 1.0.0-beta2

- Fixed: InvoiceService::validateCreditCard should pass a single parameter of the arguments as a struct. (#5)
- Added: Created a Token class that stores all information relating to a token.
- Added: Refresh token and end of life now stored alongside the access token.
- Added: `refreshAccessToken()` refreshes the current access token.
- Changed: `getToken()` and `setToken()` are now `getTokenUri()` and `setTokenUri()`. The former function names now get/set the Token object.
- Removed: `getAccessToken()` and `setAccessToken()` are no longer in the `Infusionsoft` class. Use `getToken()` and call the methods on the returned `Token` object.

## 1.0.0-beta1 - 2014-05-14

I have a copy of the iSDK that combines both versions in one and is working on PHP 7.3 here: