Skip to content
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.

Commit

Permalink
Use autogenerated autoloader
Browse files Browse the repository at this point in the history
  • Loading branch information
edorian committed Jan 14, 2012
1 parent d8f4194 commit 67a70f9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 17 deletions.
3 changes: 2 additions & 1 deletion composer.json
@@ -1,6 +1,7 @@
{
"require": {
"symfony/class-loader": "2.1.*",
"symfony/http-foundation": "2.1.*"
"symfony/http-foundation": "2.1.*",
"symfony/routing": "2.1.*"
}
}
4 changes: 3 additions & 1 deletion source/bootstrap.php
@@ -1,3 +1,5 @@
<?php

require __DIR__ . '/sf_autoload.php';
// It feels quite strange to use that autoload scaffoling that is not in version control..
// I wonder how deployments of this work.. well packing up a working build includes this so all is fine :)
require_once __DIR__.'/../vendor/.composer/autoload.php';
15 changes: 0 additions & 15 deletions source/sf_autoload.php

This file was deleted.

0 comments on commit 67a70f9

Please sign in to comment.