Skip to content

Commit

Permalink
Set autoload config for composer
Browse files Browse the repository at this point in the history
  • Loading branch information
estheban committed Oct 29, 2014
1 parent d7886ee commit afe4cad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea/*
library/Vmwarephp/.wsdl_class_map.cache
library/Vmwarephp/.clone_ticket.cache
/nbproject/private/
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"mockery/mockery":"dev-master"
},
"autoload": {
"psr-0": { "Vmwarephp": "" }
"psr-0": { "Vmwarephp": "library" }
}
}

0 comments on commit afe4cad

Please sign in to comment.