Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sayakb committed Jan 19, 2014
1 parent 01b7292 commit 584eaf7
Show file tree
Hide file tree
Showing 89 changed files with 1,053 additions and 471 deletions.
267 changes: 197 additions & 70 deletions bootstrap/compiled.php

Large diffs are not rendered by default.

60 changes: 30 additions & 30 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

require_once __DIR__ . '/composer' . '/autoload_real.php';

return ComposerAutoloaderInit451623406cbd609c87766aaf673f4704::getLoader();
return ComposerAutoloaderInitb8f1ff84878b2a23e8b0d2b3e29059c4::getLoader();
6 changes: 3 additions & 3 deletions vendor/composer/autoload_real.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// autoload_real.php @generated by Composer

class ComposerAutoloaderInit451623406cbd609c87766aaf673f4704
class ComposerAutoloaderInitb8f1ff84878b2a23e8b0d2b3e29059c4
{
private static $loader;

Expand All @@ -19,9 +19,9 @@ public static function getLoader()
return self::$loader;
}

spl_autoload_register(array('ComposerAutoloaderInit451623406cbd609c87766aaf673f4704', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInitb8f1ff84878b2a23e8b0d2b3e29059c4', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
spl_autoload_unregister(array('ComposerAutoloaderInit451623406cbd609c87766aaf673f4704', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInitb8f1ff84878b2a23e8b0d2b3e29059c4', 'loadClassLoader'));

$vendorDir = dirname(__DIR__);
$baseDir = dirname($vendorDir);
Expand Down
Loading

0 comments on commit 584eaf7

Please sign in to comment.