mirror of
https://github.com/dg/dibi.git
synced 2025-08-05 05:37:39 +02:00
Tracy loaded from composer instead of a local copy [Closes #139]
This commit is contained in:
@@ -4,8 +4,9 @@
|
||||
|
||||
<?php
|
||||
|
||||
require __DIR__ . '/Tracy/tracy.phar';
|
||||
require __DIR__ . '/../dibi/dibi.php';
|
||||
if (@!include __DIR__ . '/../vendor/autoload.php') {
|
||||
die('Install dependencies using `composer install --dev`');
|
||||
}
|
||||
|
||||
Tracy\Debugger::enable();
|
||||
|
||||
|
Reference in New Issue
Block a user