Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit 9092d3d

Browse files
committed
updated VENDORS for 2.8.3
1 parent 079111c commit 9092d3d

File tree

2 files changed

+159
-93
lines changed

2 files changed

+159
-93
lines changed

app/check.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
$symfonyRequirements = new SymfonyRequirements();
77
$iniPath = $symfonyRequirements->getPhpIniConfigPath();
88

9-
echo_title('Symfony2 Requirements Checker');
9+
echo_title('Symfony Requirements Checker');
1010

1111
echo '> PHP is using the following php.ini file:'.PHP_EOL;
1212
if ($iniPath) {
@@ -42,9 +42,9 @@
4242
}
4343

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

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

0 commit comments

Comments
 (0)