Skip to content

Commit 8ffc616

Browse files
authored
[Intl] Remove --dev from intl compile autoloader
1 parent ddaf1be commit 8ffc616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Intl/Resources/bin/autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
$autoload = __DIR__.'/../../vendor/autoload.php';
1313

1414
if (!file_exists($autoload)) {
15-
bailout('You should run "composer install --dev" in the component before running this script.');
15+
bailout('You should run "composer install" in the component before running this script.');
1616
}
1717

1818
require_once $autoload;

0 commit comments

Comments
 (0)