]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Update bin/symfony_requirements 1668/head
authorJeremy Benoist <jeremy.benoist@gmail.com>
Tue, 16 Feb 2016 10:51:30 +0000 (11:51 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Tue, 16 Feb 2016 10:51:31 +0000 (11:51 +0100)
Because of sensio/distribution-bundle (v5.0.4)

bin/symfony_requirements

index 1eca6719c478c2b0bec85ab98c0d4c61f6d7f1d4..7cd559a4517cb0c85fcca8ef3d81b7a143f98f5a 100755 (executable)
@@ -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');