I installed Composer successfully and now I'm trying to install Symfony 2 on a Macbook 10.5.8.
I downloaded Symfony Standard 2.5.0 (.tgz) on http://symfony.com/download and I tried to use the create-project
command to generate a new Symfony application using
php composer.phar create-project symfony/framework-standard-edition path/to/install
but I get this error:
Fatal error: Class 'Phar' not found in /Users/jenisawesome/composer.phar on line 13
Maybe it's because I have an old php version? I'm not sure. I can't even run Composer when I type in this command:
php composer.phar
I get the same error:
Fatal error: Class 'Phar' not found in /Users/jenisawesome/composer.phar on line 13