We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddaf1be commit 8ffc616Copy full SHA for 8ffc616
src/Symfony/Component/Intl/Resources/bin/autoload.php
@@ -12,7 +12,7 @@
12
$autoload = __DIR__.'/../../vendor/autoload.php';
13
14
if (!file_exists($autoload)) {
15
- bailout('You should run "composer install --dev" in the component before running this script.');
+ bailout('You should run "composer install" in the component before running this script.');
16
}
17
18
require_once $autoload;
0 commit comments