I have in my composer.json an autoload file:
"autoload":{
"files":[
"vendor/foo/bar.php"
]
},
When I run the command line "composer install", after download all packages, it just shows the content of "vendor/foo/bar.php" file insteat execute it. I have no clue about how to solve that.