[Intl] Remove --dev from intl compile autoloader

This commit is contained in:
Roland Franssen 2019-07-07 09:15:14 +02:00 committed by GitHub
parent ddaf1becf3
commit 8ffc61692d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
$autoload = __DIR__.'/../../vendor/autoload.php';
if (!file_exists($autoload)) {
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.');
}
require_once $autoload;