aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/symfony_requirements6
1 files changed, 3 insertions, 3 deletions
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;
7$symfonyRequirements = new SymfonyRequirements(); 7$symfonyRequirements = new SymfonyRequirements();
8$iniPath = $symfonyRequirements->getPhpIniConfigPath(); 8$iniPath = $symfonyRequirements->getPhpIniConfigPath();
9 9
10echo_title('Symfony2 Requirements Checker'); 10echo_title('Symfony Requirements Checker');
11 11
12echo '> PHP is using the following php.ini file:'.PHP_EOL; 12echo '> PHP is using the following php.ini file:'.PHP_EOL;
13if ($iniPath) { 13if ($iniPath) {
@@ -43,9 +43,9 @@ foreach ($symfonyRequirements->getRecommendations() as $req) {
43} 43}
44 44
45if ($checkPassed) { 45if ($checkPassed) {
46 echo_block('success', 'OK', 'Your system is ready to run Symfony2 projects'); 46 echo_block('success', 'OK', 'Your system is ready to run Symfony projects');
47} else { 47} else {
48 echo_block('error', 'ERROR', 'Your system is not ready to run Symfony2 projects'); 48 echo_block('error', 'ERROR', 'Your system is not ready to run Symfony projects');
49 49
50 echo_title('Fix the following mandatory requirements', 'red'); 50 echo_title('Fix the following mandatory requirements', 'red');
51 51