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

Commit 9c0bd14

Browse files
committed
updated VENDORS for 3.0.3
1 parent 78fddc1 commit 9c0bd14

File tree

2 files changed

+52
-44
lines changed

2 files changed

+52
-44
lines changed

bin/symfony_requirements

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

10-
echo_title('Symfony2 Requirements Checker');
10+
echo_title('Symfony Requirements Checker');
1111

1212
echo '> PHP is using the following php.ini file:'.PHP_EOL;
1313
if ($iniPath) {
@@ -43,9 +43,9 @@ foreach ($symfonyRequirements->getRecommendations() as $req) {
4343
}
4444

4545
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');
4747
} 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');
4949

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

composer.lock

Lines changed: 49 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)