diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/symfony_requirements | 6 |
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 | ||
10 | echo_title('Symfony2 Requirements Checker'); | 10 | echo_title('Symfony Requirements Checker'); |
11 | 11 | ||
12 | echo '> PHP is using the following php.ini file:'.PHP_EOL; | 12 | echo '> PHP is using the following php.ini file:'.PHP_EOL; |
13 | if ($iniPath) { | 13 | if ($iniPath) { |
@@ -43,9 +43,9 @@ foreach ($symfonyRequirements->getRecommendations() as $req) { | |||
43 | } | 43 | } |
44 | 44 | ||
45 | if ($checkPassed) { | 45 | if ($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 | ||