llaville / php-compatinfo

Library that find out the minimum version and the extensions required for a piece of code to run
https://llaville.github.io/php-compatinfo/7.1/
Other
371 stars 21 forks source link

Add support to $_composer_autoload_path global Composer variable #369

Closed llaville closed 7 months ago

llaville commented 7 months ago

New Feature request

Summary

Composer config vendor-dir is ignored

Description

If you want to install dependencies into a different directory than default vendor, you should use the vendor-dir configuration directive of Composer 2.2 or greater.

Until version 7.1 of CompatInfo it was not possible.

llaville commented 7 months ago

See https://github.com/llaville/php-compatinfo-db/issues/137 for plan test and learn more