I'm doing maintenance and improvements on a site using CodeIgniter v2.x and one of my client's requirements was to log in using Facebook. Home
The problem is that I need to install Composer
and I can not. Last year I made an application with Pusher (Chat) and installed it quietly, after that I formatted my Mac and this is the first time I need to deal with Composer
since then.
Getting back to the problem. there is the file composer.json
Of course, it requires composer.phar
and so all ok, but when I click to install / make update, it returns the following error
— COMPOSER —
executing: ./composer.phar install -n -v
Error: [Errno 13] Permission denied
I do not know if the problem is being my operating system which is MacOS El Capitain
, Sublime Text version, CodeIgniter version or something I'm doing very wrong. Anyone have a solution or suggestion?