Skip to content

Commit

Permalink
cleaning up structure for deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcn-fredw committed Mar 5, 2017
1 parent eb26edc commit 88ca90f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Docs/ export-ignore
Tests/ export-ignore
ExampleProject/ export-ignore
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
}
],
"autoload": {
"psr-4": {"MockFromYaml\\": "./"}
"psr-4": {"MockFromYaml\\": "src/"}
},
"autoload-dev": {
"psr-4": {
"MockFromYaml\\Tests\\": "Tests/",
"MockFromYaml\\ExampleProject\\": "ExampleProject/"
}
}
}
File renamed without changes.
File renamed without changes.

0 comments on commit 88ca90f

Please sign in to comment.