I have a bunch of php files
each file contains one function
no class
no namespace
just global functions.
How can I load those files easily with composer? with psr-4 autoloader or any similar option so I don't have to require()
all the time all files