Remove daux.phar
This commit is contained in:
@ -10,15 +10,8 @@ function loadApp() {
|
||||
if (file_exists(__DIR__ . '/../vendor/autoload.php')) {
|
||||
return require_once __DIR__ . '/../vendor/autoload.php';
|
||||
}
|
||||
|
||||
// Loaded in the project itself, when vendor isn't installed
|
||||
if (file_exists(__DIR__ . '/../daux.phar')) {
|
||||
define('PHAR_DIR', __DIR__ . '/..');
|
||||
|
||||
return require_once 'phar://' . __DIR__ . '/../daux.phar/vendor/autoload.php';
|
||||
}
|
||||
|
||||
throw new Exception('Impossible to load Daux, missing vendor/ or daux.phar');
|
||||
throw new Exception('Impossible to load Daux, missing vendor/');
|
||||
}
|
||||
|
||||
$loader = loadApp();
|
||||
|
Reference in New Issue
Block a user