I am trying to install symfony 2.4.1 from a composer.json file using the following command:
php composer.phar install
I run this command from the root directory that contains the composer.json file (var / www / projectname /)
Several packages are installed correctly. When installing the Doctrine package, I get the following error:
InvalidArgumentException $ from (/ var / www / projectname / bin / doctrine) and $ to () must be absolute paths.
This is what I have already tried:
- launch php composer.phar selfupdate (now the latest version)
- php update composer.phar
- running php composer.phar install
The entire project (including composer.json) was deleted and a new installation was launched using composer.phar create-project symfony / framework-standard-edition / var / www / [PROJECTNAME] 2.4. * --prefer-dist
one application: I use a stroller using a virtual box with a Windows 7 share. And I execute commands through ssh.
Here you will find the error report http://pastebin.com/rFk4vfnL
This is the output of php -version:
PHP 5.3.10-1ubuntu3.9 with Suhosin-Patch (cli) (built: Dec 12 2013 04:27:25) Copyright (c) 1997-2012 The PHP Group Zend Engine v2.3.0, Copyright (c) 1998-2012 Zend Technologies
source share