If you’re bundling Composer dependencies in your WordPress plugin, you need to namespace them. You’re setting up your users for conflicts with other plugins if you don’t implement proper namespacing.
Some WooCommerce extensions do it wrong — read how Yoast does it right