Skip to content

Commit d39a8d9

Browse files
Application changes from composer update
1 parent b0a19b4 commit d39a8d9

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

Diff for: app/SymfonyRequirements.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ function_exists('posix_isatty'),
638638
}
639639

640640
$this->addRecommendation(
641-
class_exists('Locale'),
641+
extension_loaded('intl'),
642642
'intl extension should be available',
643643
'Install and enable the <strong>intl</strong> extension (used for validators).'
644644
);

Diff for: app/cache/.gitkeep

100644100755
File mode changed.

Diff for: app/check.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
}
4343

4444
if ($checkPassed) {
45-
echo_block('success', 'OK', 'Your system is ready to run Symfony2 projects', true);
45+
echo_block('success', 'OK', 'Your system is ready to run Symfony2 projects');
4646
} else {
47-
echo_block('error', 'ERROR', 'Your system is not ready to run Symfony2 projects', true);
47+
echo_block('error', 'ERROR', 'Your system is not ready to run Symfony2 projects');
4848

4949
echo_title('Fix the following mandatory requirements', 'red');
5050

Diff for: app/logs/.gitkeep

100644100755
File mode changed.

0 commit comments

Comments
 (0)