Skip to content

Commit

Permalink
Fixed setup
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterj committed Jul 21, 2014
1 parent 3db51ce commit 7c1339c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
/output_*/
/source/components/
s3.conf
/vendor/
composer.lock
2 changes: 0 additions & 2 deletions app/SculpinKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

error_reporting(E_ALL ^ E_WARNING);

require_once dirname(__DIR__).'/vendor/autoload.php';

use Sculpin\Bundle\SculpinBundle\HttpKernel\AbstractKernel;

class SculpinKernel extends AbstractKernel
Expand Down
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"require": {
"sculpin/sculpin": "dev-master"
},
"minimum-stability": "dev",
"autoload": {
"psr-4": {"WouterJ\\": "app/src"}
}
Expand Down

0 comments on commit 7c1339c

Please sign in to comment.