Moved files and added namespaces

This commit is contained in:
Josh Sherman 2014-09-27 17:57:07 -04:00
parent 8a1ac4fb47
commit 48c5289060
22 changed files with 46 additions and 66 deletions

View file

@ -20,6 +20,8 @@
"php": ">=5.4"
},
"autoload": {
"classmap": ["src/"]
"psr-4": {
"Pickles\\" : "src/"
}
}
}