Bit of cleanup, renamespaced, testing/code coverage

This commit is contained in:
Josh Sherman 2017-02-04 17:34:02 -06:00
parent 0af0ed0748
commit 80fa6ab88e
No known key found for this signature in database
GPG key ID: 55B058A80530EF22
6 changed files with 41 additions and 14 deletions

View file

@ -7,14 +7,12 @@
"php": ">=5.3"
}
},
"require-dev": {
"satooshi/php-coveralls": "~1.0"
}
"autoload": {
"psr-4": {
"Pickles\\": "src"
"joshtronic\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Pickles\\Tests\\": "tests"
}
}
}