Steven St
Steven St

Reputation: 483

Composer.phar cannot install dependencies

I have been trying to install all dependencies using phar but it always give me an error

[ErrorException]                                       
  rtrim() expects parameter 1 to be string, array given  

I have been struggling with this for a while and would appreciate any help.

My Php version (From phpinfo()) is Php Version 5.3.6-13ubuntu3.6

additional info for error: pastebin.com/V2w6Cg69

with --verbose : http://www.pastebin.com/qL0RHA2a

Upvotes: 0

Views: 462

Answers (1)

Seldaek
Seldaek

Reputation: 42076

As far as I remember this occured when I introduced the Config class and was fixed shortly after. Updating to the latest composer version should fix it.

Upvotes: 2

Related Questions