This pull request addresses an issue where the vendor directory path is currently hardcoded in the package. As per Composer's flexibility, the vendor-dir can be configured in the root composer.json file. This change allows the package to respect this configuration by dynamically setting the vendor folder path, enhancing its compatibility and configurability.
This pull request addresses an issue where the vendor directory path is currently hardcoded in the package. As per Composer's flexibility, the vendor-dir can be configured in the root composer.json file. This change allows the package to respect this configuration by dynamically setting the vendor folder path, enhancing its compatibility and configurability.