mirror of
https://github.com/danog/phpseclib.git
synced 2024-11-27 12:55:58 +01:00
Merge branch '2.0'
* 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
230cc88327
@ -10,7 +10,7 @@ date_default_timezone_set('UTC');
|
|||||||
$loader_path = __DIR__ . '/../vendor/autoload.php';
|
$loader_path = __DIR__ . '/../vendor/autoload.php';
|
||||||
if (!file_exists($loader_path)) {
|
if (!file_exists($loader_path)) {
|
||||||
echo "Dependencies must be installed using composer:\n\n";
|
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";
|
echo "See http://getcomposer.org for help with installing composer\n";
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user