Skip to content

Commit

Permalink
Added vendors as git submodules.
Browse files Browse the repository at this point in the history
  • Loading branch information
umpirsky committed Jul 20, 2011
1 parent 91dbdaf commit dd8a8ec
Show file tree
Hide file tree
Showing 2,997 changed files with 19 additions and 207,780 deletions.
12 changes: 12 additions & 0 deletions .gitmodules
@@ -0,0 +1,12 @@
[submodule "vendor/Silex"]
path = vendor/Silex
url = https://github.com/fabpot/Silex.git
[submodule "vendor/symfony"]
path = vendor/symfony
url = https://github.com/symfony/symfony.git
[submodule "vendor/Twig"]
path = vendor/Twig
url = https://github.com/fabpot/Twig.git
[submodule "vendor/swiftmailer"]
path = vendor/swiftmailer
url = https://github.com/swiftmailer/swiftmailer.git
6 changes: 3 additions & 3 deletions src/bootstrap.php
Expand Up @@ -6,7 +6,7 @@
* (c) Saša Stamenković <umpirsky@gmail.com>
*/

include __DIR__ . '/../vendor/silex/autoload.php';
include __DIR__ . '/../vendor/Silex/autoload.php';

use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\HttpKernel\Exception\HttpException;
Expand All @@ -17,7 +17,7 @@
// Register extensions
$app->register(new Silex\Extension\TwigExtension(), array(
'twig.path' => __DIR__ . '/../views',
'twig.class_path' => __DIR__ . '/../vendor/twig/lib',
'twig.class_path' => __DIR__ . '/../vendor/Twig/lib',
));

$app->register(new Silex\Extension\UrlGeneratorExtension());
Expand Down Expand Up @@ -103,4 +103,4 @@ function (\Exception $e) use ($app) {


// Run
$app->run();
$app->run();
1 change: 1 addition & 0 deletions vendor/Silex
Submodule Silex added at b6dca0
1 change: 1 addition & 0 deletions vendor/Twig
Submodule Twig added at e44ea9
Binary file removed vendor/silex.phar
Binary file not shown.
19 changes: 0 additions & 19 deletions vendor/silex/LICENSE

This file was deleted.

38 changes: 0 additions & 38 deletions vendor/silex/README.md

This file was deleted.

17 changes: 0 additions & 17 deletions vendor/silex/autoload.php

This file was deleted.

9 changes: 0 additions & 9 deletions vendor/silex/compile

This file was deleted.

17 changes: 0 additions & 17 deletions vendor/silex/doc/conf.py

This file was deleted.

24 changes: 0 additions & 24 deletions vendor/silex/doc/contributing.rst

This file was deleted.

172 changes: 0 additions & 172 deletions vendor/silex/doc/extensions.rst

This file was deleted.

0 comments on commit dd8a8ec

Please sign in to comment.