From: Jeremy Benoist Date: Tue, 16 Feb 2016 10:51:30 +0000 (+0100) Subject: Update bin/symfony_requirements X-Git-Tag: 2.0.0-beta.1~37^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;ds=sidebyside;h=8935a97c17e6524f4a2459b886445562eed19614;p=github%2Fwallabag%2Fwallabag.git Update bin/symfony_requirements Because of sensio/distribution-bundle (v5.0.4) --- diff --git a/bin/symfony_requirements b/bin/symfony_requirements index 1eca6719..7cd559a4 100755 --- a/bin/symfony_requirements +++ b/bin/symfony_requirements @@ -7,7 +7,7 @@ $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) { @@ -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');