Skip to content

Commit

Permalink
added autoload to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyWendt committed Jul 30, 2015
1 parent 0eb8eba commit 4306d3e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"LaraPackage\\BehatApi\\": "src/"
}
},
"minimum-stability": "stable",
"require": {
"behat/behat": "~3.0",
Expand Down

0 comments on commit 4306d3e

Please sign in to comment.