From 123815aec94b93becbcabe7fac7f7818eac36016 Mon Sep 17 00:00:00 2001 From: Dan Cryer Date: Mon, 9 Dec 2013 16:27:39 +0000 Subject: [PATCH] Fix for #210 --- PHPCI/View/Plugin/index.phtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PHPCI/View/Plugin/index.phtml b/PHPCI/View/Plugin/index.phtml index f3f10e60..f9170032 100644 --- a/PHPCI/View/Plugin/index.phtml +++ b/PHPCI/View/Plugin/index.phtml @@ -1,7 +1,7 @@

Plugins

-

PHPCI cannot automatically install/remove plugins for you, as the shell_exec() - function is disabled. PHPCI will update composer.json for you, but you will need to run Composer manually to make the changes.

+

PHPCI cannot automatically install/remove plugins for you, as either the shell_exec() + function is disabled or PHPCI could not find Composer. PHPCI will update composer.json for you, but you will need to run Composer manually to make the changes.