Skip to content

Commit

Permalink
adds PSR-4 directive to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jelveh committed Mar 10, 2017
1 parent d407fdd commit 561ce21
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"email": "[email protected]"
}
],
"autoload": {
"psr-4": { "Mixnode\\" : "src/" }
},
"minimum-stability": "dev",
"require": {}
}

0 comments on commit 561ce21

Please sign in to comment.