psr convention

Renamed lib to src
This commit is contained in:
Chris Boden 2012-01-30 17:11:30 -05:00
parent 6289b2868e
commit ad9b8c1644
43 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
$app = new SplClassLoader('Ratchet', __DIR__);
$app->register();
$app = new SplClassLoader('Ratchet', dirname(__DIR__) . DIRECTORY_SEPARATOR . 'lib');
$app = new SplClassLoader('Ratchet', dirname(__DIR__) . DIRECTORY_SEPARATOR . 'src');
$app->register();
$app = new SplClassLoader('Guzzle', dirname(__DIR__) . DIRECTORY_SEPARATOR . 'vendor' . DIRECTORY_SEPARATOR . 'guzzle' . DIRECTORY_SEPARATOR . 'src');