Hello @tangrufus
Following the discussion regarding the package shutdown declaration by Roots for security reasons, I ran some tests on your extension and I believe there may be an issue related to Composer commands.
Current behavior:
- composer install works correctly
- composer require also works as expected
- However, composer audit does not return any message or result
- And composer update fails because Composer can no longer reach the wp-packages server
I have attached my composer.json and composer.lock files to help reproduce the issue.
Steps to reproduce:
- Install dependencies
- Run: composer audit
Then also test:
bash composer update
It seems there may either be an issue with the repository declaration or an unexpected behavior related to the shutdown / unavailability of wp-packages.
(I renamed the lock file .lock.json because I couldn't upload it.)
composer.json
composer.lock.json

Hello @tangrufus
Following the discussion regarding the package shutdown declaration by Roots for security reasons, I ran some tests on your extension and I believe there may be an issue related to Composer commands.
Current behavior:
I have attached my composer.json and composer.lock files to help reproduce the issue.
Steps to reproduce:
Then also test:
bash composer update
It seems there may either be an issue with the repository declaration or an unexpected behavior related to the shutdown / unavailability of wp-packages.
(I renamed the lock file .lock.json because I couldn't upload it.)
composer.json
composer.lock.json