Skip to content
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

bowerphp can now handle the .bowerrc file put into the parents directories #135

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

guillaumeperes
Copy link

Like the bowerJS does, this PHP implementation can now get the config values from a bowerrc file placed into the current directory or the parent directories.

@@ -250,4 +265,16 @@ protected function getHomeDir()

return rtrim($home, '/');
}

protected function getBowerrcPath()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please do the following?

  • add a phpdoc block
  • avoid do/while
  • fix indent

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah sure! I'll do it within a few days. Pretty busy right now. :-)

@garak
Copy link
Member

garak commented Sep 13, 2017

Still working on this? Otherwise I'll close it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants