-
Notifications
You must be signed in to change notification settings - Fork 17
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
Broken config files ordering #42
Comments
Is realy need to call //...
if ('defines' === $name) {
array_unshift($this->orderedFiles, $path);
array_unshift($this->files[$name], $path);
} else {
array_push($this->orderedFiles, $path);
array_push($this->files[$name], $path);
}
//... |
Looking into it. |
Seems like fixed :) |
xepozz
added a commit
to xepozz/hiqdev-fork-composer-config-plugin
that referenced
this issue
May 20, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What steps will reproduce the problem?
In composer.json
And looking in
/vendor/hiqdev/composer-config-plugin-output/__files.php
What is the expected result?
What do you get instead?
Additional info
In
/vendor/hiqdev/composer-config-plugin/src/Plugin.php:158
property$this->orderedFiles
containThe text was updated successfully, but these errors were encountered: