X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=bin%2Fsymfony_requirements;h=8825a964676ae774fab136ca2670799ec64a415d;hb=de3d716ae4e8ca98dabdcb2ec9c18219e05856f7;hp=1eca6719c478c2b0bec85ab98c0d4c61f6d7f1d4;hpb=73cd160bfc6e4a1b88f2117eb0c097a91ac5c753;p=github%2Fwallabag%2Fwallabag.git diff --git a/bin/symfony_requirements b/bin/symfony_requirements old mode 100644 new mode 100755 index 1eca6719..8825a964 --- a/bin/symfony_requirements +++ b/bin/symfony_requirements @@ -7,13 +7,13 @@ $lineSize = 70; $symfonyRequirements = new SymfonyRequirements(); $iniPath = $symfonyRequirements->getPhpIniConfigPath(); -echo_title('Symfony2 Requirements Checker'); +echo_title('Symfony Requirements Checker'); echo '> PHP is using the following php.ini file:'.PHP_EOL; if ($iniPath) { echo_style('green', ' '.$iniPath); } else { - echo_style('warning', ' WARNING: No configuration file (php.ini) used by PHP!'); + echo_style('yellow', ' WARNING: No configuration file (php.ini) used by PHP!'); } echo PHP_EOL.PHP_EOL; @@ -43,9 +43,9 @@ foreach ($symfonyRequirements->getRecommendations() as $req) { } if ($checkPassed) { - echo_block('success', 'OK', 'Your system is ready to run Symfony2 projects'); + echo_block('success', 'OK', 'Your system is ready to run Symfony projects'); } else { - echo_block('error', 'ERROR', 'Your system is not ready to run Symfony2 projects'); + echo_block('error', 'ERROR', 'Your system is not ready to run Symfony projects'); echo_title('Fix the following mandatory requirements', 'red');