mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-20 04:00:55 +00:00
Merge pull request #868 from bantu/composer_test_message-2.0
Removed the deprecated "--dev" argument from the recommended composer… * bantu/composer_test_message-2.0: Removed the deprecated "--dev" argument from the recommended composer command. When that argument is specified, composer prints the following:
This commit is contained in:
commit
2f5dbc1711
@ -10,7 +10,7 @@ date_default_timezone_set('UTC');
|
||||
$loader_path = __DIR__ . '/../vendor/autoload.php';
|
||||
if (!file_exists($loader_path)) {
|
||||
echo "Dependencies must be installed using composer:\n\n";
|
||||
echo "php composer.phar install --dev\n\n";
|
||||
echo "php composer.phar install\n\n";
|
||||
echo "See http://getcomposer.org for help with installing composer\n";
|
||||
exit(1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user