Skip to content

Commit

Permalink
fix autoload path
Browse files Browse the repository at this point in the history
  • Loading branch information
liverbool committed Aug 23, 2017
1 parent 08e9267 commit aeea665
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,12 @@
},
"autoload": {
"psr-4": {
"PhpMob\\TwigModifyBundle\\": "src/"
"PhpMob\\TwigModifyBundle\\": ""
}
}
},
"autoload-dev": {
"psr-4": {
"PhpMob\\TwigModifyBundle\\spec\\": "spec/"
}
},
}

0 comments on commit aeea665

Please sign in to comment.