-
Notifications
You must be signed in to change notification settings - Fork 566
Open
Labels
Description
At this moment developers need to mainly include init.php file to make the lib working, when the lib is installed via autoloader.
Please add support for composer autoloader, which is basically preserving composer.json file in a lib version zip bundle with several new lines in composer.json file: https://getcomposer.org/doc/04-schema.md#files
Downside: that file (and the whole lib) will be included on each request where it's used.
Floppy, tivnet, cehojac, szepeviktor and saas786