php-tuf / composer-integration

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

Provide a console command to enable TUF protection for a repository #110

Closed phenaproxima closed 3 months ago

phenaproxima commented 3 months ago

Related to #109, this adds an easy way for users to enable TUF protection for a Composer repo. What I like about this is that it removes any need for people to fiddle around with JSON; if we want to change the way TUF protection is enabled internally, this command lets us do that. It's user-friendly!