Skip to content

Commit

Permalink
Changed autoloader to psr-4
Browse files Browse the repository at this point in the history
  • Loading branch information
octante committed Mar 29, 2015
1 parent b6ec0b4 commit 4b6abfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "octante/marvel-api-bundle",
"type": "symfony-bundle",
"description": "Marvel API bundle for Symfony2",
"keywords": ["marvel","api"],
"homepage": "https://github.com/octante",
"license": "MIT",
"type": "symfony-bundle",
"authors": [
{
"name": "Issel Guberna",
Expand All @@ -16,7 +16,7 @@
"symfony/framework-bundle": "2.*"
},
"autoload": {
"psr-0": {"Octante\\MarvelAPIBundle": ""}
"psr-4": {"Octante\\MarvelAPIBundle\\": ""}
},
"target-dir": "Octante/MarvelAPIBundle"
}

0 comments on commit 4b6abfc

Please sign in to comment.