Skip to content

Conversation

@zdenekgebauer
Copy link

fixes warning about incorrect path to composer.lock when folder "vendor" is not placed in root

  • bug fix / new feature?
  • BC break? yes/no
  • doc PR: nette/docs#???

Line $composer = @json_decode(file_get_contents($lockFile)); throws warning about incorrect $lockFile when composer.json contains config "vendor-dir": "some/subdir".
I use workaround with $_SERVER['DOCUMENT_ROOT']. Is there any better solution how to retrieve composer.lock?

@dg dg force-pushed the master branch 3 times, most recently from 17ddd81 to 9cb1b0f Compare September 30, 2018 18:46
@dg
Copy link
Member

dg commented Sep 30, 2018

fixed 9be5b49

dg added a commit that referenced this pull request Sep 30, 2018
@dg dg closed this in 800cb47 Sep 30, 2018
dg added a commit that referenced this pull request Oct 5, 2018
dg added a commit that referenced this pull request Oct 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants