-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Feature: Allow local directory paths in repository of type composer #11526
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Allow local directory paths in repository of type composer #11526
Conversation
69953c3 to
30e047d
Compare
|
FWIW, this already works if you use I'd suggest adding a test or three for this (test |
Yes, but not with relative paths. And I can't specify absolute file paths in a composer.json file |
Sorry, was still editing that comment ;) |
|
Thanks |
Thank you! |
Since Composer 2.6, relative local paths are possible for repositories of type composer: composer/composer#11526
Since Composer 2.6, relative local paths are possible for repositories of type composer: composer/composer#11526
Since Composer 2.6, relative local paths are possible for repositories of type composer: composer/composer#11526
Since Composer 2.6, relative local paths are possible for repositories of type composer: composer/composer#11526
Since Composer 2.6, relative local paths are possible for repositories of type composer: composer/composer#11526
Since Composer 2.6, relative local paths are possible for repositories of type composer: composer/composer#11526
Since Composer 2.6, relative local paths are possible for repositories of type composer: composer/composer#11526
Fixes: #11519