aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-02-16 11:51:30 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-02-16 11:51:31 +0100
commit8935a97c17e6524f4a2459b886445562eed19614 (patch)
treea8a820a5bffd6aba28153b42d44d38e561996347 /bin
parent9e33bc9dfd9752f95cd335bb18bbf07734096554 (diff)
downloadwallabag-8935a97c17e6524f4a2459b886445562eed19614.tar.gz
wallabag-8935a97c17e6524f4a2459b886445562eed19614.tar.zst
wallabag-8935a97c17e6524f4a2459b886445562eed19614.zip
Update bin/symfony_requirements
Because of sensio/distribution-bundle (v5.0.4)
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