Skip to content

Commit

Permalink
Use PSR-4 instead of PSR-0
Browse files Browse the repository at this point in the history
  • Loading branch information
laupiFrpar committed Jun 15, 2016
1 parent 0c765ba commit eb92f6e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -28,8 +28,8 @@
"symfony/http-kernel": "~2.3"
},
"autoload": {
"psr-0": { "Lopi\\Bundle\\PusherBundle": "" }
},
"target-dir": "Lopi/Bundle/PusherBundle",
"minimum-stability": "stable"
"psr-4": {
"Lopi\\Bundle\\PusherBundle\\": ""
}
}
}

0 comments on commit eb92f6e

Please sign in to comment.