Php – What is the recommened way to re-use assets from a dependency that is installed via composer?
I am new to composer in the PHP world. I am trying to create a package Foo that has the package Bar as a dependency. Bar is available via packagist. Foo doesn't need any of the PHP code of Bar…