Removed composer autoloader for custom SPL one

This commit is contained in:
Justin Foell
2018-04-27 17:04:12 -05:00
parent cfa65ec068
commit 7ad681cd1b
12 changed files with 35 additions and 587 deletions
-5
View File
@@ -6,10 +6,5 @@
},
"require-dev": {
"wp-coding-standards/wpcs": "~0.14"
},
"autoload": {
"psr-0": {
"WPStrava_": "lib/"
}
}
}