1
0
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:
castamir
2014-06-27 11:17:22 +02:00
committed by David Grudl
parent 1c386d5582
commit 9b0e64220b
8 changed files with 16 additions and 73 deletions

View File

@@ -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();