php-tuf / composer-integration

PHP-TUF Composer Plugin.
7 stars 5 forks source link

Use the new StorageInterface methods to initialize durable storage #75

Closed phenaproxima closed 1 year ago

phenaproxima commented 1 year ago

PHP-TUF no longer uses ArrayAccess for durable storage, but TufValidatedComposerRepository::initializeStorage() acts as if it does. We need to use the new API to get tests passing.