roots / trellis

WordPress LEMP stack with PHP 8.2, Composer, WP-CLI and more
https://roots.io/trellis/
MIT License
2.51k stars 607 forks source link

Do not run Composer as root/super user! #1527

Closed adleviton closed 4 months ago

adleviton commented 4 months ago

I resolved this warning by adding become: no to composer authentications for "BitBucket OAuth" and "Other Tokens". It was already present for "HTTP Basic".

swalkinshaw commented 4 months ago

Thank you!