You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Deprecation#L129 it assumes vendor dir is always /vendor[1]. As per composer config [2] that behaviour can be changed. In a project i'm working on it happen to be this way:
"config": {
"vendor-dir": "libraries"
},
Any chance that path can be fetched from config or specified on Deprecation::enableWithTriggerError();?
On
Deprecation#L129
it assumes vendor dir is always/vendor
[1]
. As per composer config[2]
that behaviour can be changed. In a project i'm working on it happen to be this way:Any chance that path can be fetched from config or specified on
Deprecation::enableWithTriggerError();
?[1]
`
deprecations/lib/Doctrine/Deprecations/Deprecation.php
Line 129 in d12b335
[2]
https://getcomposer.org/doc/06-config.md#vendor-dirThe text was updated successfully, but these errors were encountered: