HTMLawed icon indicating copy to clipboard operation
HTMLawed copied to clipboard

Use include-path instead of autoload

Open AlexanderS opened this issue 9 years ago • 0 comments

With the current composer.json the htmLawed.php is required on every request. It would maybe better to drop the autoloader and include somthing like:

"include-path": [ "./" ]

so that the user can simply require the php file if it is realy required.

AlexanderS avatar Jan 13 '16 04:01 AlexanderS